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

marshallward / f90nml / 207 / 8
99%
master: 99%

Build:
DEFAULT BRANCH: master
Ran 14 Sep 2016 10:49AM UTC
Files 5
Run time 0s
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

14 Sep 2016 10:40AM UTC coverage: 99.524% (+0.3%) from 99.2%
207.8

push

travis-ci

marshallward
Vector index output with no start index

The changes to make vectors agnostic to start index led to unexpected
behaviour.  In particular, the following record

    v = 1, 2, 3

would be output as

    v(:) = 1, 2, 3

which, if re-read and saved, would become

    v(1:3) = 1, 2, 3

which would incorrectly replace an unspecified initial index with 1.

We now preserve the initial state, so that unindexed vectors (`v = ...`)
are preserved, and vector index symbols without bounds (`v(:) = ...`)
are output as vectors without bounds.

This introduced one minor bug related to multidimensional arrays.  Since
the outer axes are explicitly expanded per-line, this can only be done
with an explicit index.  If none exists, then we *incorrectly* use
1-based indexing.  This reproduces the only behaviour, but is not
consistent with the other 1-based index improvements.

This bug cannot be fixed until we come up with a more elegant and
general method for writing multidimensional arrays to file, which is a
larger project.

627 of 630 relevant lines covered (99.52%)

1.0 hits per line

Source Files on job 207.8
  • Tree
  • List 0
  • Changed 3
  • Source Changed 3
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 207
  • Travis Job 207.8
  • de2c0361 on github
  • Prev Job for on master (#206.8)
  • Next Job for on master (#208.8)
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