Skip to content

Releases: JuliaDebug/Cthulhu.jl

v1.0.1

04 Apr 16:04
6e8b5e4
Compare
Choose a tag to compare

Cthulhu v1.0.1

Diff since v1.0.0

Merged pull requests:

v1.0.0

08 Mar 22:06
f4321bc
Compare
Choose a tag to compare

Cthulhu v1.0.0

Diff since v0.1.2

v0.1.2

08 Mar 20:06
ca85190
Compare
Choose a tag to compare

Cthulhu v0.1.2

Diff since v0.1.1

Closed issues:

  • Descend through invoke (#38)
  • Display Source and AST using CodeTracking (#47)
  • BoundsError in dce! (#54)
  • Crashes while traversing Flux ADs (#58)
  • Problem precompiling master branch (#61)

Merged pull requests:

v0.1.1

30 Jul 20:14
v0.1.1
bc0db3c
Compare
Choose a tag to compare

v0.1.1 (2019-07-29)

Diff since v0.1.0

Closed issues:

  • Bug: @descend\_code\_warntype does not accept keyword arguments (but @descend and @descend\_code\_typed correctly do) (#49)

Merged pull requests:

  • Allow descend\_code\_warntype to accept keyword arguments (#50) (DilumAluthge)

v0.1.0

28 Jul 15:26
v0.1.0
55c1f47
Compare
Choose a tag to compare

v0.1.0 (2019-07-25)

Diff since bbc3d7a14027fe4dda709ebe94d67e048c980707

Closed issues:

  • BoundsError when using @Descend on a function using @Profile (#45)
  • Fails to descend into Type constructors (#42)
  • FailedCallInfo printing with f::Union{typeof\(g\), typeof\(h\)} (#37)
  • We don't handle TypeTuple inputs like code\_typed does (#32)
  • Cthulhu is missing a function call (#27)
  • _apply needs special handling (#16)
  • descend\_code\_warntype is broken (#13)
  • What is this for? (#6)
  • assertion failure for optimize=false (#5)
  • Request @descend_code_warntype (#3)
  • Some functions aren't descendable, and its hard to tell when they aren't (#2)

Merged pull requests: