Skip to content

Commit 5a17787

Browse files
authored
Merge pull request #44 from staticfloat/sf/is_executable
Import `Base.Sys.isexecutable`
2 parents e05cacd + eaec186 commit 5a17787

File tree

2 files changed

+1
-37
lines changed

2 files changed

+1
-37
lines changed

Manifest.toml

Lines changed: 0 additions & 37 deletions
This file was deleted.

src/Abstract/ObjectHandle.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ export MagicMismatch
1414
# Import methods for extension
1515
import Base: seek, seekstart, skip, position, read, readuntil, eof,
1616
getindex
17+
import Base.Sys: isexecutable
1718
import StructIO: unpack
1819

1920
"""

0 commit comments

Comments
 (0)