Skip to content

Releases: aviatesk/JET.jl

v0.7.6

08 Mar 09:12
Compare
Choose a tag to compare

v0.7.5

01 Mar 08:11
Compare
Choose a tag to compare

v0.7.4

17 Feb 13:30
Compare
Choose a tag to compare

JET v0.7.4

Diff since v0.7.3

Closed issues:

  • report_package won't work with separate test environments (#412)

Merged pull requests:

v0.7.3

15 Feb 05:06
Compare
Choose a tag to compare

JET v0.7.3

Diff since v0.7.2

Closed issues:

  • ERROR: MethodError: no method matching widenconst(::Core.Compiler.VarState) (#473)
  • Non-descript error in ExponentialUtilites (#474)

Merged pull requests:

  • virtualprocess: fix the order of UnionAll signature construction (#475) (@aviatesk)

v0.7.2

13 Feb 15:13
Compare
Choose a tag to compare

JET v0.7.2

Diff since v0.7.1

Merged pull requests:

v0.7.1

08 Feb 07:29
Compare
Choose a tag to compare

v0.7.0

03 Feb 14:07
Compare
Choose a tag to compare

JET v0.7.0

Diff since v0.6.25

Closed issues:

  • Feature request: Throw on unknown kwarg (#414)
  • Why do I get ArgumentError: Package DecFP not found in current path. (#465)

Merged pull requests:

v0.6.25

20 Jan 09:36
Compare
Choose a tag to compare

JET v0.6.25

Diff since v0.6.24

Closed issues:

  • Strange false positive after running report_package (#447)
  • Add support for @n_failures (#455)
  • non-boolean Missing found in boolean context (1/2 union split): goto %44 if not _4::Union{Missing, Bool} (#457)
  • Why can't JET infer that m is not nothing (#460)

Merged pull requests:

v0.6.24

13 Jan 02:39
Compare
Choose a tag to compare

JET v0.6.24

Diff since v0.6.23

Closed issues:

  • no matching method found isless(::Int64, ::Nothing): isless(x::Int64, y::Nothing) (#456)

v0.6.23

10 Jan 13:10
Compare
Choose a tag to compare

JET v0.6.23

Diff since v0.6.22

Closed issues:

  • JET 0.6.14 installation fails (#411)
  • Error when analyzing Parsers.jl (#440)
  • Got an error while using JET.@report_call JSON3.read("", Data) (#448)
  • PyCall.PyJlError has no field T (#449)
  • PyCall.PyJlError has no field msg (#450)
  • no matching method found convert(::Type{Ptr{EzXML._Node}}, ::EzXML.Node) (1/2 union split): (#451)
  • TypeError: in <:, expected Type, got a value of type TypeVar (#453)

Merged pull requests:

  • toplevel: don't leave free TypeVars in toplevel_signatures (#454) (@aviatesk)