Skip to content

Commit

Permalink
Merge pull request #44 from staticfloat/sf/is_executable
Browse files Browse the repository at this point in the history
Import `Base.Sys.isexecutable`
  • Loading branch information
staticfloat authored Aug 5, 2024
2 parents e05cacd + eaec186 commit 5a17787
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 37 deletions.
37 changes: 0 additions & 37 deletions Manifest.toml

This file was deleted.

1 change: 1 addition & 0 deletions src/Abstract/ObjectHandle.jl
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export MagicMismatch
# Import methods for extension
import Base: seek, seekstart, skip, position, read, readuntil, eof,
getindex
import Base.Sys: isexecutable
import StructIO: unpack

"""
Expand Down

0 comments on commit 5a17787

Please sign in to comment.