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

Commits on Aug 5, 2024

  1. Import Base.Sys.isexecutable

    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.
    staticfloat committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    7380acd View commit details
    Browse the repository at this point in the history
  2. Delete Manifest.toml

    staticfloat authored Aug 5, 2024
    Configuration menu
    Copy the full SHA
    eaec186 View commit details
    Browse the repository at this point in the history