File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -35,15 +35,16 @@ using Base: Compiler as CC
35
35
# precompile when their tests are run, instead there will be test failures when JET is
36
36
# used (but potentially other tests can at least run).
37
37
@static if JET_LOADABLE
38
- if VERSION < v " 1.12.0-beta1.11"
38
+ @static if VERSION ≥ v " 1.12.0-beta1.11"
39
39
include (" JETBase.jl" )
40
- end
41
- function __init__ ()
42
- @warn """
43
- The latest version of JET is incompatible with Julia versions earlier than `v"1.12.0-beta1.11"`.
44
- To build a compatible Julia version, follow the instructions at
45
- https://github.com/aviatesk/JET.jl/blob/master/CHANGELOG.md#0103.
46
- """
40
+ else
41
+ function __init__ ()
42
+ @warn """
43
+ The latest version of JET is incompatible with Julia versions earlier than `v"1.12.0-beta1.11"`.
44
+ To build a compatible Julia version, follow the instructions at
45
+ https://github.com/aviatesk/JET.jl/blob/master/CHANGELOG.md#0103.
46
+ """
47
+ end
47
48
end
48
49
else
49
50
include (" JETEmpty.jl" )
You can’t perform that action at this time.
0 commit comments