• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

stedolan / jq / 535

Builds Branch Commit Type Ran Committer Via Coverage
535 master Fix infinite loop in index("") (fix #1815) push 09 Feb 2019 02:50AM UTC nicowilliams travis-ci pending completion   set done
534 linking_3 Improve linking time by marking subtrees with unbound symbols Pull #1817 09 Feb 2019 02:40AM UTC web-flow travis-ci pending completion   set done
533 linking_1 Travis: install git Pull #1814 09 Feb 2019 02:28AM UTC web-flow travis-ci pending completion   set done
532 unbounds2 Speed up linking by 39% This patch improves linking performance by marking parse sub-trees as "all-bound" when all instructions in them are bound, and then this is used to avoid doing pointless work when asked to bind an all-bound sub-tree. Pull #1816 09 Feb 2019 12:25AM UTC web-flow travis-ci pending completion   set done
531 data_data_data Bind data imports properly when already resolved Pull #1812 08 Feb 2019 09:56AM UTC web-flow travis-ci pending completion   set done
530 linking_1 Travis: install git Pull #1814 08 Feb 2019 05:32AM UTC web-flow travis-ci pending completion   set done
529 data_data_data Bind data as $var when already resolved too Pull #1812 08 Feb 2019 04:21AM UTC web-flow travis-ci pending completion   set done
528 master <a href="https://github.com/stedolan/jq/commit/18ac789d6">FIX if-then-else example &quot;(.+)&quot; doesn&#39;t match new line characters so the link generated for [if-then-else](https://github.com/stedolan/jq/blob/... push 07 Feb 2019 05:28PM UTC nicowilliams travis-ci pending completion   set done
527 master Define error/1 in terms of error/0 The parser generates a call to error/0 on break. Having that exported from C directly removes a language dependency on builtin.jq. In any case, error/0 seems to be the more fundamental operation, seeing as the ... push 07 Feb 2019 05:09PM UTC nicowilliams travis-ci pending completion   set done
526 fgets_workaround Work around fgets()'s lack of length reporting Stop losing \0s from the end of files because we don't know how much fgets() read into our buffer. If we prefill the buffer with anything other than zeroes, we can actually tell the difference betwee... Pull #1809 07 Feb 2019 07:15AM UTC web-flow travis-ci pending completion   set done
525 fix_error Define error/1 in terms of error/0 The parser generates a call to error/0 on break. Having that exported from C directly removes a language dependency on builtin.jq. In any case, error/0 seems to be the more fundamental operation, seeing as the ... Pull #1808 07 Feb 2019 03:31AM UTC web-flow travis-ci pending completion   set done
524 fix_error Define error/1 in terms of error/0 The parser generates a call to error/0 on break. Having that exported from C directly removes a language dependency on builtin.jq. In any case, error/0 seems to be the more fundamental operation, seeing as the ... Pull #1808 07 Feb 2019 02:22AM UTC web-flow travis-ci pending completion   set done
523 master Export input/0 directly from C, removing _input/0 The distinction between input/0 and _input/0 has been unnecessary since a9c613..7dc34b, which moved end-of-input handling into C and replaced the jq definition of input with `def input: _input;` push 06 Feb 2019 06:11PM UTC nicowilliams travis-ci pending completion   set done
522 remove_underscore_input Export input/0 directly from C, removing _input/0 The distinction between input/0 and _input/0 has been unnecessary since a9c613..7dc34b, which moved end-of-input handling into C and replaced the jq definition of input with `def input: _input;` Pull #1806 06 Feb 2019 05:08AM UTC web-flow travis-ci pending completion   set done
521 master builtin/f_match: prevent overruns of input_string If these values do not match exactly, it is because the UTF-8 is invalid anyway and we counted codepoints differently than oniguruma did. Perhaps it would be better to error out here, but at leas... push 05 Feb 2019 03:09AM UTC nicowilliams travis-ci pending completion   set done
  • ← Previous
  • 1
  • 2
  • …
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • …
  • 51
  • 52
  • Next →
  • Back to Repo
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc