-
-
Notifications
You must be signed in to change notification settings - Fork 14.1k
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
amber-lang: init at 0.3.1-alpha #313774
amber-lang: init at 0.3.1-alpha #313774
Conversation
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.
I think I may need to wrap this with BC, also seems like my patch contains some unnecessary formatting. Ultimately, should go upstream with this because expecting /bin/bash
isn't really that nice, and we shouldn't need to patch this (maybe there are better solutions?)
caf7093
to
a7da0c6
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.
Changed the patch out for a substituteInPlace
, and wrapped the binary with bc
. Also setup a simple passthru.tests
so we have something to indicate if this breaks in the future, since we had to disable so many tests.
This is also fully ready for review now.
a7da0c6
to
90791c8
Compare
90791c8
to
74d2e2d
Compare
Signed-off-by: Christina Sørensen <[email protected]>
74d2e2d
to
a5a4793
Compare
Ready for review again, awesome we don't need to skip tests now :DD |
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.
Builds and runs on aarch64-darwin
Description of changes
See also #313747
Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.