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

stedolan / jq / 550

Builds Branch Commit Type Ran Committer Via Coverage
550 optional_else_branch Regenerate src/parser.{c,h} Pull #1825 15 Feb 2019 04:42AM UTC web-flow travis-ci pending completion   set done
549 optional_else_branch Add tests for if expression without "else" clause Pull #1825 15 Feb 2019 04:29AM UTC web-flow travis-ci pending completion   set done
548 optional_else_branch Support "if" without "else" clause Defaults the else clause to the identity filter "." if an else clause is missing. The following two jq programs are considered equivalent: ``` if .foo then .foo = "bar" else . end ``` ``` if .foo then... Pull #1825 15 Feb 2019 04:07AM UTC web-flow travis-ci pending completion   set done
547 iso-strptime Add ISO 8601-specific strptime Implement `strptime` for systems lacking it, but only supporting the ISO 8601 format string. Pull #1823 14 Feb 2019 09:05AM UTC web-flow travis-ci pending completion   set done
546 win-mktime Make UTC time on Windows Windows has `_mkgmtime` for the UTC equivalent of `mktime`. Pull #1822 14 Feb 2019 08:54AM UTC web-flow travis-ci pending completion   set done
545 win-color Prevent redirecting to NUL crash Windows regards the `NUL` device as tty, which causes `WriteFile` to fail (the bytes written pointer cannot be `NULL` in this case). Tweak the color test to ensure tty is accurate. Pull #1820 12 Feb 2019 01:30PM UTC web-flow travis-ci pending completion   set done
544 win-glob Allow globbing on Windows The mingw-w64 runtime expands wildcards, which causes a discrepancy between `main`'s `argv` (multiple file names) and Windows' `wargv` (a single wildcard). Use `wmain` to retrieve the wide character args. Pull #1821 12 Feb 2019 11:52AM UTC web-flow travis-ci pending completion   set done
543 win-color Possibly enable color output on Windows (#1494) Windows 10 supports color output, but it must be explicitly enabled; ANSICON provides support for other versions. Enable color if either of those are available. Resolves #1494. Pull #1820 12 Feb 2019 08:44AM UTC web-flow travis-ci pending completion   set done
542 linear_drop_unref Reimplement block_drop_unreferenced in linear time Pull #1819 09 Feb 2019 10:45PM UTC web-flow travis-ci pending completion   set done
541 master Merge pull request #1818 from muhmuhten/free_in_index push 09 Feb 2019 10:36PM UTC web-flow travis-ci pending completion   set done
540 free_in_index Make sure to free in jv_string_indexes Pull #1818 09 Feb 2019 10:26PM UTC web-flow travis-ci pending completion   set done
539 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 09 Feb 2019 04:55AM UTC web-flow travis-ci pending completion   set done
538 master Improve linking time by marking subtrees with unbound symbols push 09 Feb 2019 04:45AM UTC nicowilliams travis-ci pending completion   set done
537 data_data_data Bind data imports properly when already resolved Pull #1812 09 Feb 2019 04:19AM UTC web-flow travis-ci pending completion   set done
536 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 09 Feb 2019 04:04AM UTC web-flow travis-ci pending completion   set done
  • ← Previous
  • 1
  • 2
  • …
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • …
  • 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