-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
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
dmd: merge into single file #317845
dmd: merge into single file #317845
Conversation
This pull request has been mentioned on NixOS Discourse. There might be relevant details there: https://discourse.nixos.org/t/prs-ready-for-review/3032/4059 |
This pull request has been mentioned on NixOS Discourse. There might be relevant details there: https://discourse.nixos.org/t/prs-ready-for-review/3032/4088 |
Would there be any interest in bootstrapping DMD from source? I've implemented that in Digger. |
Sure I'd be up for that. Do you think we could use the existing LDC package to bootstrap it? |
I haven't thought of that. Do you think LDC is simpler to bootstrap from source than DMD? GDC would probably be easiest to bootstrap from source, as it was the longest running pure-C++ implementation of D. |
I thought LDC would be easier due to it not using DMD's D backend. But yes I agree GDC would probably be the best option here. |
Superseded by #324982 |
Description of changes
Merge the
dmd
package into a single file. The bootstrap package has also been merged into its own file.Also add meta.changelog.
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.