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

zbeekman / json-fortran / 166 / 1
68%
master: 77%

Build:
Build:
LAST BUILD BRANCH: feat-UTF-8-support-issue-35
DEFAULT BRANCH: master
Ran 16 Oct 2016 10:25AM UTC
Files 27
Run time 1s
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

08 Mar 2015 08:17AM UTC coverage: 67.626% (+0.1%) from 67.479%
BUILD_SCRIPT="mkdir cmake-build && cd cmake-build && cmake -DSKIP_DOC_GEN:BOOL=TRUE .. && make -j 4 && make test" SPECIFIC_DEPENDS="cmake nodejs" JLINT="yes" DOCS="no" FoBiS="no"

push

travis-ci

zbeekman
WIP: Unicode support almost done
 - Test 8 fails to compile because
   - json_parse interface might be split simplify/refactor optional argument logic
 - Gfortran only, but gracefully handles intel
 - Currently this will build, run and pass the tests with gfortran 4.9.2_1
 - Falls back on 'DEFAULT' character kinds if 'ISO_10646' doesn't exist
 - Actual deferred length character arguments corresponding to `intent(out)`
   dummy arguments _**MUST**_ be of kind `JCK` to ensure proper functionality
 - All `intent(in)` character arguments to the public API may be of kind
   'DEFAULT' or JCK
 - Files now assume/use utf-8 encoding
 - Bug in gfortran causes substrings of 'ISO_10646' character named
   constants to spuriously convert kinds

TODO
 - refactor `json_parse`
 - update build scripts to use intro spection to determine if
   'ISO_10646' characters are supported
 - update build scripts to have an option to turn on ISO 10646
   support and default to off otherwise
 - add at least one test case to show off Unicode support in action

94 of 139 relevant lines covered (67.63%)

1.64 hits per line

Source Files on job 166.1 (BUILD_SCRIPT="mkdir cmake-build && cd cmake-build && cmake -DSKIP_DOC_GEN:BOOL=TRUE .. && make -j 4 && make test" SPECIFIC_DEPENDS="cmake nodejs" JLINT="yes" DOCS="no" FoBiS="no")
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 166
  • Travis Job 166.1
  • 8c9eb7b9 on github
  • Prev Job for BUILD_SCRIPT="./build.sh --coverage --enable-unicode" SPECIFIC_DEPENDS="binutils" JLINT="no" DOCS="yes" FoBiS="yes" CODE_COVERAGE="yes" on feat-UTF-8-support-issue-35 (#193.2)
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

© 2026 Coveralls, Inc