jqlang / jq

Command-line JSON processor
https://jqlang.github.io/jq/
Other
30.23k stars 1.57k forks source link

Make tests pass when --disable-decnum #3120

Closed nicowilliams closed 4 months ago

nicowilliams commented 4 months ago

make check fails when --disable-decnum is used. This PR makes make check pass in that case, though at the price of uglifying the manual a bit because the decnum-dependent mantests in the manual need to use a new builtin in a conditional expression to select an expected result.

nicowilliams commented 4 months ago

Why aren't the GitHub Actions running? Just because of the "conflict" in jq.1.prebuilt?

nicowilliams commented 4 months ago

Rebased.