Infiltrator.jl Versions Save

No-overhead breakpoints in Julia

v1.8.2

1 month ago

Infiltrator v1.8.2

Diff since v1.8.1

v1.8.1

1 month ago

Infiltrator v1.8.1

Diff since v1.8.0

Merged pull requests:

  • Allow variable assignment with @infiltry (#118) (@theogf)
  • escape GlobalRef (#119) (@aviatesk)

v1.8.0

1 month ago

Infiltrator v1.8.0

Diff since v1.7.0

Merged pull requests:

  • Bump julia-actions/setup-julia from 1 to 2 (#114) (@dependabot[bot])
  • add @infiltry (#116) (@fredcallaway)
  • chore: infiltry tests, docs, improvements (#117) (@pfitzseb)

Closed issues:

  • Documentation improvements and clarifications (#98)
  • Clarification on adding infilitrate to startup.jl (#112)
  • Bug with parsing of macros and expressions (#113)
  • Suggested API addition: @infiltry (#115)

v1.7.0

3 months ago

Infiltrator v1.7.0

Diff since v1.6.4

Merged pull requests:

  • enable dependabot for GitHub actions (#100) (@ranocha)
  • Bump actions/cache from 1 to 3 (#101) (@dependabot[bot])
  • Bump codecov/codecov-action from 1 to 3 (#102) (@dependabot[bot])
  • Bump actions/checkout from 2 to 3 (#103) (@dependabot[bot])
  • Bump actions/checkout from 3 to 4 (#104) (@dependabot[bot])
  • Add @cond command (#105) (@nystrom)
  • Bump codecov/codecov-action from 3 to 4 (#107) (@dependabot[bot])
  • Bump actions/cache from 3 to 4 (#108) (@dependabot[bot])
  • fix: print help command's last line (#110) (@pfitzseb)

Closed issues:

  • Help text not shown fully (#109)

v1.6.4

10 months ago

Infiltrator v1.6.4

Diff since v1.6.3

Closed issues:

  • Is there a way to wrap the functional form of @infiltrate into a macro? (#94)
  • infiltrating multithreaded code will wreak havoc (#95)

Merged pull requests:

  • Update README.md to fix typo (#91) (@kdheepak)
  • Correct some typos (#92) (@goggle)
  • docs: enable preview builds (#93) (@pfitzseb)
  • fix: correctly handle threaded infiltration (#97) (@pfitzseb)

v1.6.3

1 year ago

Infiltrator v1.6.3

Diff since v1.6.2

Closed issues:

  • Undefined symbols when invoked in an anonymous module (#86)

Merged pull requests:

  • fix: correctly handle anonymous and unrooted modules (#87) (@pfitzseb)
  • refactor: move outputs and fixtures into sepearte dirs (#88) (@pfitzseb)
  • ci: no nightly tests and more robust runtests.jl (#89) (@pfitzseb)

v1.6.2

1 year ago

Infiltrator v1.6.2

Diff since v1.6.1

Merged pull requests:

  • make Infiltrator work for Core.Compiler code (#84) (@aviatesk)
  • fix: Define Core.Compiler.setindex! for Dicts (#85) (@pfitzseb)

v1.6.1

1 year ago

Infiltrator v1.6.1

Diff since v1.6.0

Merged pull requests:

  • Make REPL_HOOKED constant (#82) (@eliascarv)

v1.6.0

1 year ago

Infiltrator v1.6.0

Diff since v1.5.0

Closed issues:

  • reenabling breakpoints (#79)
  • Infiltrating package functions. (#80)

Merged pull requests:

  • Add docs and refine docstrings/readme/help (#81) (@pfitzseb)

v1.5.0

1 year ago

Infiltrator v1.5.0

Diff since v1.4.2

Merged pull requests:

  • No-macro infiltration (#78) (@pfitzseb)