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

dtolnay / jq
85%
master: 85%

Build:
Build:
LAST BUILD BRANCH: withoutonig
DEFAULT BRANCH: master
Repo Added 27 Jun 2015 08:10AM UTC
Files 45
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH input_state
branch: input_state
CHANGE BRANCH
x
Reset
  • input_state
  • badpath
  • badpath2
  • delneg
  • dockercmd
  • dockeronig
  • gcov
  • gcov_exclusions
  • jq-1.5
  • jq-1.5rc2
  • llvm
  • master
  • nanidentical
  • non-c
  • non-object-meta
  • objkey
  • onigtravis
  • pgp
  • range-stream
  • scalarjoin
  • src
  • srconflict
  • stack_doc
  • strftime
  • travisonig
  • update-website
  • utf8-match
  • withoutonig

pending completion
65

push

travis-ci

dtolnay
Make jq.h usable from C++

Previously, with clang++:
jq.h:46:37: error: typedef redefinition with different
      types ('struct jq_util_input_state *' vs 'jq_util_input_state')

With g++:
jq.h:46:37: error: conflicting declaration
      ‘typedef struct jq_util_input_state* jq_util_input_state’

This typedef was added to libjq by commit 0d41447 which was
after the 1.4 release, so although it is a public API, this
is not a backcompat break because it has never been in a
release.

Specifying the "*" at all uses of jq_util_input_state is
slightly tedious, but jq_state already works that way, so at
least it will be consistent.

4744 of 5582 relevant lines covered (84.99%)

363562.4 hits per line

Relevant lines Covered
Build:
Build:
5582 RELEVANT LINES 4744 COVERED LINES
363562.4 HITS PER LINE
Source Files on input_state
  • Tree
  • List 0
  • Changed 11
  • Source Changed 0
  • Coverage Changed 11
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
65 input_state Make jq.h usable from C++ Previously, with clang++: jq.h:46:37: error: typedef redefinition with different types ('struct jq_util_input_state *' vs 'jq_util_input_state') With g++: jq.h:46:37: error: conflicting declaration ‘typedef ... push 04 Jul 2015 10:15PM UTC dtolnay travis-ci pending completion  
64 input_state Make jq.h usable from C++ push 04 Jul 2015 09:57PM UTC dtolnay travis-ci pending completion  
See All Builds (183)
  • Repo on GitHub
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