Commit 7380acd
committed
Import
On older versions of Julia, exporting our own `isexecutable()` was no
problem, because users rarely imported `Base.Sys`, however in Julia
v1.12+, `isexecutable` was moved from `Base.Sys` to `Base`, causing it
to be automatically imported by everyone, so we better merge our
methods.Base.Sys.isexecutable
1 parent e05cacd commit 7380acd
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| |||
0 commit comments