Commit e68c0e7
fix: add Julia 1.10 compatibility for Base.ispublic
Base.ispublic was introduced in Julia 1.11. This change wraps the call
in a @static if VERSION check to maintain compatibility with Julia 1.10
and earlier supported versions.
Fixes loading error on Julia 1.10:
ERROR: UndefVarError: `ispublic` not defined
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent afa83fd commit e68c0e7
1 file changed
+5
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
116 | | - | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
117 | 120 | | |
118 | 121 | | |
119 | 122 | | |
| |||
0 commit comments