Skip to content

Releases: JuliaDebug/Infiltrator.jl

v1.8.3

11 Jun 14:06
d4fdb51
Compare
Choose a tag to compare

Infiltrator v1.8.3

Diff since v1.8.2

Merged pull requests:

v1.8.2

15 Apr 09:12
Compare
Choose a tag to compare

Infiltrator v1.8.2

Diff since v1.8.1

v1.8.1

12 Apr 10:48
Compare
Choose a tag to compare

Infiltrator v1.8.1

Diff since v1.8.0

Merged pull requests:

v1.8.0

08 Apr 11:32
2460d74
Compare
Choose a tag to compare

Infiltrator v1.8.0

Diff since v1.7.0

Merged pull requests:

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

12 Feb 18:13
0787743
Compare
Choose a tag to compare

Infiltrator v1.7.0

Diff since v1.6.4

Merged pull requests:

Closed issues:

  • Help text not shown fully (#109)

v1.6.4

03 Jul 13:11
19c4b06
Compare
Choose a tag to compare

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:

v1.6.3

17 Oct 11:14
0be1e7f
Compare
Choose a tag to compare

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

07 Oct 10:50
5f4ac4d
Compare
Choose a tag to compare

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

28 Jul 18:56
31edc82
Compare
Choose a tag to compare

Infiltrator v1.6.1

Diff since v1.6.0

Merged pull requests:

v1.6.0

28 Jul 14:37
e285a5b
Compare
Choose a tag to compare

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)