Skip to content
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

Better list argument handling #257

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

piegamesde
Copy link
Member

This kind-of-but-not really supersedes #254. It doesn't explicitly touch on list expansion itself, however the part 2 commit implicitly doesn't force-expand last list arguments anymore by virtue of not absorbing them anymore. List expansion will require a fine-tuning pass after this change, notably the question of whether to never expand the last argument if it's a list (as done in #254), because right now it will only do so if the second-to-last argument also is a list.

Copy link

github-actions bot commented Oct 3, 2024

Nixpkgs diff

@piegamesde piegamesde force-pushed the list-args branch 2 times, most recently from e8dd22b to 1638141 Compare October 14, 2024 10:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

Successfully merging this pull request may close these issues.

1 participant