Skip to content

Releases: JuliaDebug/Cthulhu.jl

v2.15.2

11 Oct 15:23
Compare
Choose a tag to compare

Cthulhu v2.15.2

Diff since v2.15.1

Merged pull requests:

Closed issues:

  • internal assertion error examining BigInt() constructor (#515)
  • ERROR: TypeError: in typeassert, expected Symbol, got a value of type Nothing (#606)

v2.15.1

04 Oct 08:13
Compare
Choose a tag to compare

Cthulhu v2.15.1

Diff since v2.15.0

Merged pull requests:

Closed issues:

  • TypeError: in typeassert, expected Symbol, got a value of type Nothing (#504)
  • Add CI for Arm Macs (#538)
  • Cthulhu assumes arguments are valid identifiers (#597)
  • ERROR: UndefVarError: MethodInfo not defined in Core.Compiler (#604)

v2.15.0

05 Sep 15:54
ad83f60
Compare
Choose a tag to compare

Cthulhu v2.15.0

Diff since v2.14.0

Merged pull requests:

Closed issues:

  • Warning: couldn't retrieve source of function (#513)
  • expected Core.Compiler.InferenceState, got a value of type Nothing (#549)
  • ERROR: LoadError: Some tests did not pass: 320 passed, 1 failed, 0 errored, 1 broken. (#569)
  • _dump_function_llvm errors when printing LLVM IR on nightly (#575)
  • do_typeinf!(interp, mi) does not always put mi into cache (#586)
  • Inference issue with CthulhuInterpreter vs NativeInterpreter (#590)

v2.14.0

17 Aug 19:33
9615c0d
Compare
Choose a tag to compare

Cthulhu v2.14.0

Diff since v2.13.0

Merged pull requests:

  • consistency of [@]descend_code_[typed|warntype] with InteractiveUtils (#587) (@simeonschaub)
  • Allow a Tuple{typeof(f),...} as root of ascend tree (#588) (@timholy)
  • Add examples to docstrings (#589) (@timholy)

v2.13.0

08 Aug 15:35
b0dd201
Compare
Choose a tag to compare

Cthulhu v2.13.0

Diff since v2.9.6

Merged pull requests:

Closed issues:

  • Hangs on debug (#452)
  • Confusing text in README (#507)
  • ERROR: MethodError: no method matching display(::Dict{String, Vector{TypedSyntax.InlayHint}}) and julia.usePlotPane (#517)
  • Internal AssertionError: label > 0 when descending a method call (#523)
  • Precompilation fails on 32-bit Julia 1.9 (#524)
  • UndefVarError: T not defined when using @descend (#527)
  • Inlay hint display for juxtaposition and infix operators (#532)
  • Precompilation error on julia master due to IOError: stream is closed (#541)
  • Duplicate Inlay Hints when Language server is providing type hints (#542)
  • type CodeInfo has no field rettype on Julia's master branch (#552)
  • Imperfect type inference on Julia nightly that doesn't agree with @code_warntype (#555)
  • Inlay hints placed in wrong locations (#556)
  • AssertionError from Core.Compiler (#559)
  • Cthulhu not precompiling in 1.11. IOError: stream is closed or unusable (#563)
  • ERROR: type InferenceResult has no field exc_result (#572)
  • Cthulhu broken on nightly (#574)
  • Cannot Precompile Cthulhu (#580)
  • StringIndexError when trying to @Descend (#583)

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: