-
-
Notifications
You must be signed in to change notification settings - Fork 14.3k
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
wasm: add as temporary alias to proglodyte-wasm #48444
Conversation
Success on aarch64-linux (full log) Attempted: wasm Partial log (click to expand)
|
Success on x86_64-linux (full log) Attempted: wasm Partial log (click to expand)
|
pkgs/top-level/all-packages.nix
Outdated
# TODO(ekleog): add ‘wasm’ alias to ‘ocamlPackages.wasm’ after 19.09 | ||
# branch-off | ||
wasm = lib.warn "‘wasm’ package has been renamed ‘proglodyte-wasm’" | ||
proglodyte-wasm; |
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.
We have pkgs/top-level/aliases.nix
for that.
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.
Didn't know about it, thanks! :) I've just pushed a version using aliases.nix, though the lib.warn appears to still be necessary as I didn't get any warning when trying to build without it.
FYI this seems to make the tarball job unhappy https://hydra.nixos.org/build/83154880/nixlog/1. |
Yeah, sounds like the tarball job denies warnings. A bit of digging showed it's due to |
There's an open RFC for deprecation NixOS/rfcs#33 |
Motivation for this change
Completion of #44962, esp. #44962 (comment)
Things done
sandbox
innix.conf
on non-NixOS)nix-shell -p nox --run "nox-review wip"
./result/bin/
)nix path-info -S
before and after)