-
-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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
Racket: refactor and add features #365194
Open
rc-zb
wants to merge
4
commits into
NixOS:master
Choose a base branch
from
rc-zb:refactor-racket
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rc-zb
force-pushed
the
refactor-racket
branch
2 times, most recently
from
December 14, 2024 15:24
e5451e8
to
137a24f
Compare
rc-zb
force-pushed
the
refactor-racket
branch
from
December 14, 2024 17:19
137a24f
to
b2fc71f
Compare
rc-zb
force-pushed
the
refactor-racket
branch
from
December 15, 2024 04:37
b2fc71f
to
e346012
Compare
ofborg
bot
added
the
11.by: package-maintainer
This PR was created by the maintainer of the package it changes
label
Dec 15, 2024
rc-zb
force-pushed
the
refactor-racket
branch
from
December 15, 2024 08:36
e346012
to
0955c2e
Compare
rc-zb
changed the title
Racket: refactor for smaller minimal distribution
Racket: refactor
Dec 16, 2024
rc-zb
force-pushed
the
refactor-racket
branch
from
December 17, 2024 05:44
0955c2e
to
6c5dbbe
Compare
rc-zb
force-pushed
the
refactor-racket
branch
from
December 19, 2024 14:59
68cc2f8
to
6bea8b3
Compare
rc-zb
force-pushed
the
refactor-racket
branch
from
December 21, 2024 15:29
6bea8b3
to
e0cf2f7
Compare
rc-zb
force-pushed
the
refactor-racket
branch
from
December 24, 2024 06:53
4fed1f8
to
fb2c397
Compare
rc-zb
force-pushed
the
refactor-racket
branch
from
December 24, 2024 07:59
fb2c397
to
5ac537f
Compare
- Remove redundant dependencies and patch. - Unify name to `racket`. - Clean code.
rc-zb
force-pushed
the
refactor-racket
branch
from
December 25, 2024 08:52
5ac537f
to
a8acf7d
Compare
rc-zb
force-pushed
the
refactor-racket
branch
from
December 25, 2024 09:27
a8acf7d
to
9ac52fa
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
10.rebuild-darwin: 1-10
10.rebuild-linux: 1-10
11.by: package-maintainer
This PR was created by the maintainer of the package it changes
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Refactor
racket
andracket-minimal
.And add myself to the their maintainer list, which was empty until now.
racket-minimal
by removing redundant dependencies.updateScript
.writeScript[Bin]
.TODOs
Limitations
raco pkg
after installation, for lack of runtime dependencies. I don't know if this is part of the public interface of which all breaking changes must be documented.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.