-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
nix-env -i haskell-haskell-platform-ghc7.6.1-2012.2.0.0 # assertion failed #56
Comments
|
What is obvious to you or I would not be obvious to an end-user. |
@steakknife, what do you suggest we do? |
Is there syntax semantics to decorate an assertion with a failure message? |
There is 'throw', which does supply an error message. It's my understanding, though, that |
I have no idea. We'd have to try. |
"throw" behaves in the same way as "assert" except for the error message. You may be thinking of "abort", which cannot be caught by tryEval. |
Unfortunately, What is the point of that assertion anyway? Isn't the |
I think the |
Commit b1169e5 removes the call to |
Any attempt to instantiate these expressions on an unsupported platform is going to 'throw' an error. The call to 'assert' doesn't add any value to that (and generates less readable error messages, too). Further details are available at <NixOS/nix#56>.
Closing, appears to be fixed (and in any case not a Nix issue). |
Add types for IPFSHash in references
Edits for reproducibility tutorial
The text was updated successfully, but these errors were encountered: