Skip to content

Commit 799ec59

Browse files
committed
update README/CHANGELOG
1 parent e36ec4c commit 799ec59

File tree

2 files changed

+5
-16
lines changed

2 files changed

+5
-16
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4444
## [0.10.3]
4545

4646
Reimplemented top-level analysis features like `report_package`.
47-
By updating to this version, you can use these features even in Julia v1.12.
47+
By updating to this version, you can use these features on Julia v1.12.
4848

4949
However, to use JET v0.10.3, you need to use Julia version `v"1.12.0-beta1.11"` or later.
50-
As of April 19, 2025, to use that Julia version, you need to build Julia from
51-
[this branch](https://github.com/JuliaLang/julia/pull/58009).
50+
As of April 19, 2025, you need to build Julia from [this branch](https://github.com/JuliaLang/julia/pull/58009)
51+
for using this 1.12 beta version.
5252

5353
Also, please be aware that some minor features haven't been fully tested yet.
5454
In particular, there might be issues related to https://github.com/timholy/Revise.jl/issues/903.

README.md

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -13,21 +13,10 @@ JET employs Julia's type inference system to detect potential bugs and type inst
1313
> Users on v1.11 should continue using JET v0.9, which will only receive bug fixes.
1414
> - **Functionality**: ~~This version provides basic local analysis features but lacks~~
1515
> ~~fully functional top-level analysis capabilities. These will be addressed in future updates.~~
16-
> Updated (v0.10.3): As of v0.10.3, Most functions, including `report_package`, should now be functional.
16+
> Updated (v0.10.3): As of v0.10.3, most functions, including top-level analysis features
17+
> like `report_package`, should now be functional.
1718
> - **Future Plans**: Development will focus on stabilizing v0.10 and refactoring JET
1819
> for integration with the new language server project. For stable use, stick with v0.9.
19-
>
20-
> JET v0.10 series introduces compatibility with Julia v1.12, addressing significant changes in
21-
> the runtime and compiler systems. However, maintaining compatibility with Julia v1.11 was
22-
> deemed infeasible, leading to the decision to drop support for it in this release.
23-
> Users on Julia v1.11 should remain on JET v0.9, which will continue to receive bug fixes
24-
> but no new features.
25-
>
26-
> ### Future Development:
27-
> - Updates to the v0.10 series will focus on improving stability and functionality.
28-
> - Extensive refactoring is planned to support JET's integration into the [JETLS](https://github.com/aviatesk/JETLS.jl) project.
29-
> - Stability on Julia v1.12 may remain uncertain until these updates are complete.
30-
> Users requiring stable functionality should continue using the v0.9 series.
3120
3221
> [!WARNING]
3322
> Please note that due to JET's tight integration with the Julia compiler, the results

0 commit comments

Comments
 (0)