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 derivation parsing #8938

Merged
merged 1 commit into from
Sep 7, 2023

Commits on Sep 6, 2023

  1. Improve derivation parsing

    - Don't assert: Derivation ATerms are not necessarily produced by Nix,
      and parsers should always throw graceful errors
    
    - Improve error message from `static void except(..)`, shows both what
      we expected and what we actually got.
    
    The intention is that we backport it, and then hopefully a few people
    might get slightly better errors if they try out new experimental drv
    files (for RFC 92) with an old version of Nix.
    Ericson2314 committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    b7edc20 View commit details
    Browse the repository at this point in the history