Skip to content

Tags: aviatesk/JET.jl

Tags

v0.9.14

Toggle v0.9.14's commit message
[Diff since v0.9.13](v0.9.13...v0.9.14)

**Merged pull requests:**
- virtualprocess: add `include_callback` (#683) (@aviatesk)

v0.9.13

Toggle v0.9.13's commit message
[Diff since v0.9.12](v0.9.12...v0.9.13)

**Merged pull requests:**
- Bump codecov/codecov-action from 4 to 5 (#674) (@dependabot[bot])
- Bump dawidd6/action-download-artifact from 6 to 7 (#677) (@dependabot[bot])
- Bump dawidd6/action-download-artifact from 7 to 8 (#682) (@dependabot[bot])

**Closed issues:**
- fails in Julia 1.8 with step_expr!(::Any, ::Any, ::Any, ::Bool) is ambiguous (#665)

v0.9.12

Toggle v0.9.12's commit message
[Diff since v0.9.11](v0.9.11...v0.9.12)

**Merged pull requests:**
- JETAnalyzer: fix #669, allow concrete evaluation for `typejoin` (#670) (@aviatesk)
- bump CI to v1.11 (#672) (@aviatesk)

**Closed issues:**
- Why does broadcasting cause `@report_call` errors while `map` does not? (#669)

v0.9.11

Toggle v0.9.11's commit message
[Diff since v0.9.10](v0.9.10...v0.9.11)

**Closed issues:**
- false positives in Julia 1.11 (#667)
- Exception thrown during `report_package` on `v1.11.1` (#668)

v0.9.10

Toggle v0.9.10's commit message
[Diff since v0.9.9](v0.9.9...v0.9.10)

**Merged pull requests:**
- Bump codecov/codecov-action from 1 to 4 (#657) (@dependabot[bot])
- Bump dawidd6/action-download-artifact from 2 to 6 (#658) (@dependabot[bot])
- Bump actions/upload-artifact from 2 to 4 (#659) (@dependabot[bot])
- Bump actions/checkout from 2 to 4 (#660) (@dependabot[bot])
- Bump peter-evans/find-comment from 1 to 3 (#661) (@dependabot[bot])
- use the CFG selection algorithm implememted in LCU v3.0.2 (#662) (@aviatesk)
- Bump peter-evans/create-or-update-comment from 1 to 4 (#663) (@dependabot[bot])
- fix docs build failure (#664) (@aviatesk)

**Closed issues:**
- OpaqueClosures (#666)

v0.9.9

Toggle v0.9.9's commit message
[Diff since v0.9.8](v0.9.8...v0.9.9)

**Merged pull requests:**
- Add missing reference material on report-splitting (#652) (@timholy)
- mv the reference material added in #652 to the `Analysis Result` section (#653) (@aviatesk)
- implement a better statement selection logic (#654) (@aviatesk)
- require JuliaInterpreter v0.9.36 (#655) (@aviatesk)
- enable dependabot (#656) (@aviatesk)

v0.9.8

Toggle v0.9.8's commit message
[Diff since v0.9.7](v0.9.7...v0.9.8)

**Merged pull requests:**
- Add Cthulhu.ascend integration (#648) (@timholy)

**Closed issues:**
- Ergonomics: descending into errors (#511)

v0.9.7

Toggle v0.9.7's commit message
[Diff since v0.9.6](v0.9.6...v0.9.7)

**Merged pull requests:**
- update to LoweredCodeUtils@3 (#650) (@aviatesk)

**Closed issues:**
- JET doesn"t find errors when run in the tests (#646)

v0.9.6

Toggle v0.9.6's commit message
[Diff since v0.9.5](v0.9.5...v0.9.6)

**Merged pull requests:**
- OptAnalyzer: fix #643, ignore reports from callee on `throw` path (#645) (@aviatesk)

**Closed issues:**
- Possible regression in Julia 1.11 for throw block (#643)
- `AnyFrameModule` error (#644)

v0.9.5

Toggle v0.9.5's commit message
[Diff since v0.9.4](v0.9.4...v0.9.5)

**Merged pull requests:**
- top-level: allow analysis entry point to be specified by name (#641) (@aviatesk)

**Closed issues:**
- errors on 1.11.0-rc1 (#640)