itchyny

Results 231 comments of itchyny

We have already released the `latest` tag, I think the error comes from different issue. ``` $ docker pull ghcr.io/jqlang/jq Using default tag: latest latest: Pulling from jqlang/jq Digest: sha256:096b83865ad59b5b02841f103f83f45c51318394331bf1995e187ea3be937432...

Closing, latest tag is working.

@wader We'll need to duplicate yacc rules for `Exp` and `ExpD`, but yes technically that's possible.

Now I improved the parser rules to allow binary operator expressions as object values. It wasn't messy than I thought. ```sh $ ./jq -n '{x: 1 + 2, y: false...

The jq maintainers have no ownership on the snap packages. I think you should be the maintainer of the snap, but here is not the right place to request that.

Currently the precedence of `as` is higher than the unary operator `-`, but I'm thinking of change it between the unary operator and multiplication operators, see #3053.

I changed the precedence of binding syntax with #3053 and #3326. The fix will soon be released. I added to the wiki so closing this issue. ```sh $ jq -nc...

I'd like to include this. Any objection on changing the behavior in 1.8?

The auto-generated tarball does not include the oniguruma submodule, so it requires system oniguruma library for regex filters support. Since we distribute archives (both tarball and zip) for distributors including...