Re: jq issue with integer handling logic

2021-10-15 Thread Neal Gompa
On Fri, Oct 15, 2021 at 11:20 AM Davide Cavalca wrote: > > On Thu, 2021-10-14 at 22:41 -0400, Neal Gompa wrote: > > I've gone ahead and done it, it needs karma: > > > > * F35: > > https://bodhi.fedoraproject.org/updates/FEDORA-2021-ab44a1d0c9 > > > > * F34: > >

Re: jq issue with integer handling logic

2021-10-15 Thread Davide Cavalca via devel
On Thu, 2021-10-14 at 22:41 -0400, Neal Gompa wrote: > I've gone ahead and done it, it needs karma: > > * F35: > https://bodhi.fedoraproject.org/updates/FEDORA-2021-ab44a1d0c9 >   > * F34: > https://bodhi.fedoraproject.org/updates/FEDORA-2021-cdc2cb4c5a >   > * F33: >

Re: jq issue with integer handling logic

2021-10-14 Thread Neal Gompa
On Thu, Oct 14, 2021 at 7:38 PM Davide Cavalca wrote: > > On Wed, 2021-10-13 at 23:00 +, Davide Cavalca via devel wrote: > > On Wed, 2021-10-13 at 18:53 -0400, Neal Gompa wrote: > > > > > > I can pick this up as a provenpackager tomorrow if this has been > > > requested and accepted as an FE

Re: jq issue with integer handling logic

2021-10-14 Thread Davide Cavalca via devel
On Wed, 2021-10-13 at 23:00 +, Davide Cavalca via devel wrote: > On Wed, 2021-10-13 at 18:53 -0400, Neal Gompa wrote: > > > > I can pick this up as a provenpackager tomorrow if this has been > > requested and accepted as an FE for F35 and the maintainers haven't > > done anything yet. > >

Re: jq issue with integer handling logic

2021-10-13 Thread Davide Cavalca via devel
On Wed, 2021-10-13 at 18:53 -0400, Neal Gompa wrote: > > I can pick this up as a provenpackager tomorrow if this has been > requested and accepted as an FE for F35 and the maintainers haven't > done anything yet. Thanks, I have proposed this as a Freeze Exception:

Re: jq issue with integer handling logic

2021-10-13 Thread Neal Gompa
On Wed, Oct 13, 2021 at 6:29 PM Davide Cavalca via devel wrote: > > Hello, > > the jq package currently has an unfortunate issue with handling large > integers: > > $ echo '{"a":9011153322235679}' | jq '.a' > 9011153322235680 > > I reported this in

jq issue with integer handling logic

2021-10-13 Thread Davide Cavalca via devel
Hello, the jq package currently has an unfortunate issue with handling large integers: $ echo '{"a":9011153322235679}' | jq '.a' 9011153322235680 I reported this in https://bugzilla.redhat.com/show_bug.cgi?id=2008979 a while ago and put up a PR at