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

phanrahan / magma / 1866
74%
master: 75%

Build:
Build:
LAST BUILD BRANCH: hwtypes2
DEFAULT BRANCH: master
Ran 25 Jun 2019 06:03PM UTC
Jobs 3
Files 64
Run time 25min
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

pending completion
1866

Pull #416

travis-ci

web-flow
Relax condition for rewriting select path for nested type

Before the logic was only rewriting the select path when an array or
tuple object was reference from an Array or Tuple. This relaxes it
to always rewrite the select path when any object is referenced from
an Array or Tuple.

In the case of https://github.com/phanrahan/magma/issues/415, a Bit was
being selected from a Tuple, but was not rewritten because it failed
the condition:

    isinstance(arrOrTuple, ArrayType) or \
    isinstance(arrOrTuple, TupleType)

However, regardless of the type of the child object that is being
selected from the tuple/array, we should be rewriting the select path
to flatten out the tuple/array
Pull Request #416: Relax condition for rewriting select path for nested type

2 of 2 new or added lines in 1 file covered. (100.0%)

4233 of 5705 relevant lines covered (74.2%)

0.74 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1866.1 25 Jun 2019 06:03PM UTC 0
74.2
Travis Job 1866.1
2 1866.2 25 Jun 2019 06:07PM UTC 0
Travis Job 1866.2
3 1866.3 25 Jun 2019 06:10PM UTC 0
Travis Job 1866.3
Source Files on build 1866
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1866
  • Pull Request #416
  • PR Base - master (#1863)
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