-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Update error-parser for nix-instantiate on Nix 2.4+
#3227
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
Conversation
d85e01e to
d2c83ef
Compare
d2c83ef to
337bd5b
Compare
|
This pull request has been automatically marked as stale because it has not been updated recently. Make sure to write tests and document your changes. See |
|
Well, it's still WIP unfortunately as the relevant PR in Nix must be merged. |
|
This pull request has been automatically marked as stale because it has not been updated recently. Make sure to write tests and document your changes. See |
nix-instantiate on Nix 2.4nix-instantiate on Nix 3.0
337bd5b to
8acb29c
Compare
|
This pull request has been automatically marked as stale because it has not been updated recently. Make sure to write tests and document your changes. See |
|
Note to self: we probably need an improved version supporting both Nix 2.3 and 3.0 as a 3.0 release is not in sight. With that being implemented, this PR should be mergeable. |
8acb29c to
990802b
Compare
nix-instantiate on Nix 3.0nix-instantiate on Nix 2.4+
990802b to
9db6c0b
Compare
|
This pull request has been automatically marked as stale because it has not been updated recently. Make sure to write tests and document your changes. See |
|
cc @w0rp would you mind having a look? :) |
|
ALE migrated from Travis to Github Actions (see #3548) so it is necessary to rebase this PR from latest master branch to trigger the required checks. |
9db6c0b to
f8f253f
Compare
f8f253f to
aa9629c
Compare
In the (unreleased) Nix 2.4 the error-messages have been reformatted[1]. This patch aims to retain proper `.nix`-support in `ale`, for both stable Nix (2.3 and older) and unstable Nix (2.4 and newer). [1] NixOS/nix#3590
aa9629c to
72dbd7f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, thanks.
In the (unreleased) Nix 2.4 the error-messages have been reformatted[1].
This patch aims to retain proper
.nix-support inale, for bothstable Nix (2.3 and older) and unstable Nix (2.4 and newer).
[1] NixOS/nix#3590