Skip to content

Commit 92b3a6d

Browse files
committed
comment about TypedSlot
1 parent d176f19 commit 92b3a6d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/Testing.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
version:
1414
- '1.7'
1515
- '1'
16+
- '1.11.1'
1617
- 'nightly'
1718
os:
1819
- ubuntu-latest

src/Libtask.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ export TArray, tzeros, tfill, TRef # legacy types back compat
1010

1111
@static if isdefined(Core, :TypedSlot) || isdefined(Core.Compiler, :TypedSlot)
1212
# Julia v1.10 removed Core.TypedSlot
13+
# Julia v1.11 removed Core.Compiler.TypedSlot
1314
const TypedSlot = @static if isdefined(Core, :TypedSlot)
1415
Core.TypedSlot
1516
else

0 commit comments

Comments
 (0)