We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This shows no output, despite the fact that the naked foo is invalid ZSON input.
foo
$ echo 'foo' | super -i jsup -z -c 'yield typeof(this)' - [no output]
Repro is with super commit 49b1add. I bumped into this while working on the docs updates in #5386.
If I mix the invalid input value among valid ones, I do get the syntax error I would expect.
$ super -version Version: v1.18.0-71-g49b1addb $ echo '1 foo 2' | super -i jsup -z -c 'yield typeof(this)' - stdio:stdin: Super JSON syntax error
When reacting to this in #5386 comments, @mccanne said:
This is a bug in the jsup parser for any input that is a single identifier then EOF. It shouldn't be too hard to fix.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
tl;dr
This shows no output, despite the fact that the naked
foo
is invalid ZSON input.Details
Repro is with super commit 49b1add. I bumped into this while working on the docs updates in #5386.
If I mix the invalid input value among valid ones, I do get the syntax error I would expect.
When reacting to this in #5386 comments, @mccanne said:
The text was updated successfully, but these errors were encountered: