-
Notifications
You must be signed in to change notification settings - Fork 226
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
fq hangs when reading from STDIN #555
Comments
Hey, thanks for the report. I think this boils down to that But that said it might be possible with some refactoring to allow more per format behaviour to get something that is closer to how jq behaves. I haven't given it that much thought yet, so any help thinking about it is appreciated. Also this should probably be documented somehow. |
Maybe i will revisit this at some point if decoder can be generators etc. Ok to close this for now? |
Thanks for your consideration. It's your project, so you should do what makes sense for you, though it does seem to me that leaving it open would help keep the issue alive and perhaps invite ideas or even contributions. |
Yeah make sense, i don't have a strong opinion really about closing issues that are not active, but try to cleanup some from time to time. Let keep it open for now. btw thanks for all the jq related things your active on, learned a lot from your documentation, code and comments! |
Note to future me or someone else about is: Turning a decoder into iterators has some issues:
|
What version are you using (
fq -v
)?How was fq installed?
brew install wader/tap/fq
Can you reproduce the problem using the latest release or master branch?
Yes (see above).
What did you do?
What result did you expect?
Same as for jq and gojq
What did you see instead?
The script hangs.
The text was updated successfully, but these errors were encountered: