Skip to content

Releases: JuliaDebug/Cthulhu.jl

v2.9.6

09 Nov 15:34
Compare
Choose a tag to compare

Cthulhu v2.9.6

Diff since v2.9.5

Merged pull requests:

v2.9.5

26 Oct 15:54
Compare
Choose a tag to compare

Cthulhu v2.9.5

Diff since v2.9.4

Merged pull requests:

Closed issues:

  • Can't compile Cthulhu.jl (#511)

v2.9.4

17 Oct 20:32
fd3ffdc
Compare
Choose a tag to compare

Cthulhu v2.9.4

Diff since v2.9.3

Merged pull requests:

Closed issues:

  • crash in showing source code (#492)
  • type Union has no field parameters (#494)
  • Error with UnionAll has no field parameters (#499)
  • UndefVarError: T not defined in extract_inner_type (#506)

v2.9.3

06 Sep 06:25
Compare
Choose a tag to compare

Cthulhu v2.9.3

Diff since v2.9.2

Closed issues:

  • Should certain inferred types of types be suppressed in source view? (#465)
  • descend doesn't work with constructor for sumtype in Expronicon (#470)
  • Crash when descending into NamedTuple constructor (#474)
  • Cthulhu can't retrieve source in package extension? (#478)
  • Should types be annotated with their type by Cthulhu (#482)
  • Crash when annotating constant (#487)
  • Some Types don't have field parameters error when checking if annotation is of form "String::Type{String}" (#491)

Merged pull requests:

v2.9.2

15 Jul 16:05
Compare
Choose a tag to compare

Cthulhu v2.9.2

Diff since v2.9.1

Closed issues:

  • TypedSyntax has wrong compat bounds (#463)
  • Should values as type parameters be displayed as Consts? (#467)
  • Failed to precompile with JuliaSyntax 0.4.4 (#472)

Merged pull requests:

v2.9.1

04 Jun 04:09
Compare
Choose a tag to compare

Cthulhu v2.9.1

Diff since v2.9.0

v2.9.0

04 Jun 03:41
3203f0a
Compare
Choose a tag to compare

Cthulhu v2.9.0

Diff since v2.8.15

Closed issues:

  • TypeError: in typeassert, expected Vector{Any}, got a value of type Nothing (#455)
  • Error in addchildren! (#458)

Merged pull requests:

v2.8.15

17 May 09:41
77c0f8e
Compare
Choose a tag to compare

Cthulhu v2.8.15

Diff since v2.8.14

Closed issues:

  • unhandled LimitedAccuracy in annotate_slottypes! (#442)
  • no method matching children(::Cthulhu.Callsite) while descending into indexed_iterate (#443)
  • BoundsError in trying to descend into broadcasted (#451)

Merged pull requests:

v2.8.14

25 Apr 08:04
Compare
Choose a tag to compare

Cthulhu v2.8.14

Diff since v2.8.13

Closed issues:

  • The list of functions to descend into keeps being repeated (#428)
  • AssertionError: kind(sig) == K"call" (#433)
  • Strange error in at-descend (#435)
  • failing precompilatio on master (#439)

Merged pull requests:

v2.8.13

17 Apr 07:05
Compare
Choose a tag to compare

Cthulhu v2.8.13

Diff since v2.8.12

Merged pull requests:

  • Factor out InferredSource construction from CC.finish (#429) (@Keno)
  • fix test on nightly (#431) (@aviatesk)
  • avoid unnecessary copies in InferredSource(::InferenceState) (#432) (@aviatesk)