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

mtth / avsc / 222 / 6
100%
master: 100%

Build:
DEFAULT BRANCH: master
Ran 06 Feb 2016 04:37AM UTC
Files 7
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

06 Feb 2016 04:35AM UTC coverage: 100.0%. Remained the same
222.6

push

travis-ci

mtth
Allow absolute type referencing.

Before this commit there was no way of referencing a globally namespaced
non-primitive type from a nested type. For example (using IDL notation):

    fixed One(1);

    @namespace("foo")
    record Foo { /* Impossible to reference `One` here. */ }

The only alternative previously was to never use any namespacing (which
gets inconvenient if most references are actually namespaced):

    record foo.Foo { One one; }

Now, simply:

    @namespace("foo")
    record Foo { .One one; }

(This is inspired by DNS.)

2854 of 2854 relevant lines covered (100.0%)

231.94 hits per line

Source Files on job 222.6
  • Tree
  • List 0
  • Changed 2
  • Source Changed 1
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 222
  • Travis Job 222.6
  • 5455e12f on github
  • Prev Job for on master (#221.6)
  • Next Job for on master (#223.1)
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