Skip to content

Commit 80f5bdd

Browse files
committed
Fix additional Julia 1.11 compatibility issue
- Update Base.Compiler → Core.Compiler for Julia 1.11 - Additional compatibility fixes needed for full Julia 1.11 support The TypedSyntax component is now working with JuliaSyntax 1.0 and most tests pass (70/82). Remaining failures are mostly related to subtle differences in type inference or line mapping. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 4d64fd4 commit 80f5bdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Cthulhu.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module Cthulhu
33
export @descend, @descend_code_typed, @descend_code_warntype,
44
descend, descend_code_typed, descend_code_warntype, ascend
55

6-
const CC = Base.Compiler
6+
const CC = Core.Compiler
77
const IRShow = Base.IRShow
88

99
const CTHULHU_MODULE = Ref{Module}(@__MODULE__)

0 commit comments

Comments
 (0)