Skip to content

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
@giordano giordano deleted the sf/is_executable branch July 29, 2025 17:03
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.

3 participants