Skip to content

Releases: aviatesk/JET.jl

v0.8.29

14 Feb 08:08
Compare
Choose a tag to compare

JET v0.8.29

Diff since v0.8.28

Merged pull requests:

v0.8.28

08 Feb 15:37
Compare
Choose a tag to compare

JET v0.8.28

Diff since v0.8.27

Merged pull requests:

Closed issues:

  • AssertionError: get_binding_type should resolve the already-defined variable type (#595)
  • Tagbot isn't working (#600)

v0.8.27

31 Jan 05:12
Compare
Choose a tag to compare

v0.8.26

31 Jan 05:12
Compare
Choose a tag to compare

JET v0.8.26

Diff since v0.8.14

Merged pull requests:

Closed issues:

  • Catching undefined static parameter (#285)
  • JET not returning results on ARM64 Darwin (#295)
  • Possible new false positive on Julia 1.10.0-beta2 (#560)
  • Given unexpected configuration: annotate_types = true (#568)
  • JET gets dispatch completely wrong in this simple case, mentioning an uninvolved package (#575)
  • JET should report dangerous indexing (#581)
  • Simple syntax error not reported by report_file (#584)
  • false negative (#586)
  • MethodError: no method matching ⊑(::Core.Compiler.JLTypeLattice, ::Core.Compiler.MustAlias, ::Type{Array}) (#589)
  • override_precompiled_cache concurrency violation on 1.11 (#598)

v0.8.14

18 Sep 16:00
Compare
Choose a tag to compare

v0.8.13

04 Sep 06:31
Compare
Choose a tag to compare

v0.8.12

22 Aug 08:51
Compare
Choose a tag to compare

JET v0.8.12

Diff since v0.8.11

Merged pull requests:

  • OptAnalyzer: ignore reports from const-prop when concrete-evaled already (#561) (@aviatesk)

v0.8.11

19 Aug 08:36
Compare
Choose a tag to compare

JET v0.8.11

Diff since v0.8.10

Closed issues:

  • New possible error with Julia 1.10-beta2 (#559)

v0.8.10

17 Aug 04:08
Compare
Choose a tag to compare

v0.8.9

24 Jul 15:12
Compare
Choose a tag to compare

JET v0.8.9

Diff since v0.8.8

Closed issues:

  • JET breaking on "using Module: SubModule.Constant" (#554)

Merged pull requests:

  • virtualprocess: support using A: B.C pattern (#555) (@aviatesk)