Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import Base.Sys.isexecutable #44

Merged
merged 2 commits into from
Aug 5, 2024
Merged

Import Base.Sys.isexecutable #44

merged 2 commits into from
Aug 5, 2024

Conversation

staticfloat
Copy link
Collaborator

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.

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.
@giordano
Copy link
Member

giordano commented Aug 5, 2024

@giordano
Copy link
Member

giordano commented Aug 5, 2024

Should you delete the manifest file? 🙂

@staticfloat staticfloat merged commit 5a17787 into master Aug 5, 2024
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants