File tree Expand file tree Collapse file tree 3 files changed +2
-6
lines changed
Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 1515 fail-fast : false
1616 matrix :
1717 version :
18- - ' 1.6 ' # latest LTS
18+ - ' lts '
1919 - ' 1'
2020 - ' pre'
2121 - ' nightly'
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
88UUIDs = " cf7118a7-6976-5b1a-9a39-7adc72f591a4"
99
1010[compat ]
11- julia = " 1.6 "
11+ julia = " 1.10 "
1212
1313[extras ]
1414ColorTypes = " 3da002f7-5984-5a60-b8a6-cbb66c0b333f"
Original file line number Diff line number Diff line change 456456 @test CodeTracking. strip_gensym (" 𝓔′##kw" ) == :𝓔′
457457end
458458
459- @static if isdefined (Base, :Experimental ) && isdefined (Base. Experimental, :(var"@MethodTable" ))
460-
461459@testset " External method tables" begin
462460 mod = @eval module $ (gensym (:ExternalMT ))
463461 Base. Experimental. @MethodTable method_table
474472 CodeTracking. method_info[MethodInfoKey (method)] = [(lnn, ex)]
475473 @test CodeTracking. definition (Expr, method) == ex
476474end
477-
478- end
You can’t perform that action at this time.
0 commit comments