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

add (take-all) for reading all values from a pipe source #248

Merged
merged 2 commits into from
Sep 11, 2022
Merged

Conversation

vito
Copy link
Owner

@vito vito commented Sep 11, 2022

usage:

(take-all (read (mkfile ./foo "a\nb\nc") :unix-table))
; => [["a"] ["b"] ["c"]]

@vito vito added the enhancement New feature or request label Sep 11, 2022
pinning nixery.dev digests in bass.lock doesn't really work since they
aren't persistent.
@vito vito merged commit 0ee50a8 into main Sep 11, 2022
@vito vito deleted the add-take-all branch September 11, 2022 22:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant