Skip to content

Releases: JuliaDebug/Infiltrator.jl

v1.1.2

13 Jan 17:22
5243448
Compare
Choose a tag to compare

Infiltrator v1.1.2

Diff since v1.1.1

Closed issues:

  • Unable to type commands at the interactive REPL correctly (#46)

Merged pull requests:

v1.1.1

12 Jan 16:41
0a67c7d
Compare
Choose a tag to compare

Infiltrator v1.1.1

Diff since v1.1.0

Closed issues:

  • weird error when using mul! from LinearAlgebra (#55)

Merged pull requests:

  • Fix ast_transform to not clobber Main.out (#56) (@pfitzseb)

v1.1.0

13 Dec 12:29
fb42f68
Compare
Choose a tag to compare

Infiltrator v1.1.0

Diff since v1.0.3

Closed issues:

  • Infiltrator macro only executes once in main function (#43)
  • Allow tab completion of structs in the infiltrated REPL (#47)
  • Resetting breakpoints (#48)
  • @infiltrate throws BoundsError (#51)

Merged pull requests:

  • Update README.md (#44) (@NightMachinary)
  • Test on 1.7 and fix toplevel infiltration (#52) (@pfitzseb)
  • improve local completions (#53) (@pfitzseb)

v1.0.3

25 Jun 17:42
Compare
Choose a tag to compare

Infiltrator v1.0.3

Diff since v1.0.2

Closed issues:

  • Infiltrator might be causing a core dump (#41)

v1.0.2

15 Jun 08:52
e6a376c
Compare
Choose a tag to compare

Infiltrator v1.0.2

Diff since v1.0.1

Closed issues:

  • Showing the safehouse variables (#40)

v1.0.1

07 Jun 08:28
Compare
Choose a tag to compare

Infiltrator v1.0.1

Diff since v1.0.0

v1.0.0

07 Jun 08:05
Compare
Choose a tag to compare

Infiltrator v1.0.0

Diff since v0.3.0

Closed issues:

  • Also pass @FILE and @LINE to start_prompt (#7)
  • Buggy REPL when @infiltrate is hit (#14)
  • Save used commands (#21)
  • Using assignments (#22)
  • Incompatibility with VS Code (#23)
  • VScode editor integration---glitchy REPL when run directly from the editor (#25)
  • issues with using parallel code (#26)
  • Keystrokes are not detected correctly in VS Code command line (#29)
  • Automatically jump to infiltrator code line (#30)
  • @Locals prints full arrays (#31)
  • Command to Exit REPL and Terminate Running Program (#32)
  • Variables are persistent inside @infiltrate scope (#34)
  • Docs ahead of release? (#36)

Merged pull requests:

  • Update README.md (#20) (@NightMachinary)
  • minor update, clarify a doc, clean up code and fix CI (#24) (@aviatesk)
  • MassInstallAction: Install the TagBot workflow on this repository (#27) (@timholy)
  • add at-exit command (#33) (@pfitzseb)
  • add at-exfiltrate macro (#35) (@pfitzseb)
  • improve scratch pad story (#37) (@pfitzseb)

v0.3.0

14 Jan 09:22
v0.3.0
650328d
Compare
Choose a tag to compare

v0.3.0 (2020-01-14)

Diff since v0.2.0

Closed issues:

  • Could you please document usage inside modules? (#17)
  • @Stop doesn't do anything (#15)
  • Tag a new release? (#13)
  • @stop doesn't work in Julia 1.3 on Windows 10. (#12)

Merged pull requests:

v0.2.0

07 Oct 08:20
v0.2.0
3467fbf
Compare
Choose a tag to compare

v0.2.0 (2019-10-04)

Diff since v0.1.0

Closed issues:

  • Support @Enter? (#10)
  • Infiltrator not in Package registry (#4)

Merged pull requests:

v0.1.0

03 Sep 06:58
v0.1.0
Compare
Choose a tag to compare

v0.1.0 (2019-08-30)

Diff since 405a657758141c9569ec622ea6c2373037164b54

Closed issues:

  • Better name (#1)

Merged pull requests:

  • Hint about how to make varexplode conditional (#3) (timholy)