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

Improve idris-filename-to-load to return expected pair of dir and relative path depending on idris-protocol version #634

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Jul 15, 2024

  1. Improve idris-filename-to-load to return a pair of

    "source dir" and "relative file path" or
    "work dir" and "relative file path" when idris protocol version
    is greater than 1.
    
    Why:
    In Idris2 the files are loaded relative to work directory
    which is a directory containing an ".ipkg" file.
    
    Relates to:
    idris-lang/Idris2#3310
    idris-hackers#627
    keram committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    92b7e1b View commit details
    Browse the repository at this point in the history