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

Fall back to regular file loading if memory mapping fails. #168

Merged
merged 1 commit into from
Mar 13, 2024

Conversation

01mf02
Copy link
Owner

@01mf02 01mf02 commented Mar 13, 2024

This PR allows loading files that cannot be memory-mapped. For example, before this PR, running jaq . <(echo 1) failed, whereas after this PR, it yields 1 as expected.

This should close #155.

@01mf02 01mf02 merged commit e39da13 into main Mar 13, 2024
1 check passed
@01mf02 01mf02 deleted the mmap-fallback branch March 13, 2024 12:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ER: --slurpfile and process substitution
1 participant