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

mtth / avsc
100%
master: 100%

Build:
Build:
LAST BUILD BRANCH: 5.7.0
DEFAULT BRANCH: master
Repo Added 27 Sep 2015 07:41PM UTC
Files 7
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 5.1.0
branch: 5.1.0
CHANGE BRANCH
x
Reset
  • 5.1.0
  • 2.0
  • 2.2
  • 2.2.0
  • 2.2.1
  • 2.3
  • 2.3.1
  • 2.4.0
  • 2.5.0
  • 2.5.1
  • 3.0
  • 3.0.0
  • 3.0.1
  • 3.0.2
  • 3.1.0
  • 3.1.1
  • 3.1.2
  • 3.1.3
  • 3.1.4
  • 3.1.5
  • 3.2
  • 3.2.0
  • 3.2.1
  • 3.2.2
  • 3.3
  • 3.3.1
  • 3.3.11
  • 3.3.2
  • 3.3.5
  • 3.4.0
  • 3.4.1
  • 3.4.2
  • 4.0
  • 4.0.0
  • 4.0.2
  • 4.1
  • 4.1.1
  • 4.1.10
  • 4.1.11
  • 4.1.2
  • 4.1.3
  • 4.1.5
  • 4.1.9
  • 5.0
  • 5.0.0
  • 5.0.1
  • 5.0.3
  • 5.0.4
  • 5.0.6
  • 5.0.7
  • 5.1.1
  • 5.1.2
  • 5.2.0
  • 5.2.1
  • 5.2.2
  • 5.2.3
  • 5.3.0
  • 5.4.10
  • 5.4.11
  • 5.4.12
  • 5.4.13
  • 5.4.14
  • 5.4.15
  • 5.4.16
  • 5.4.17
  • 5.4.18
  • 5.4.19
  • 5.4.20
  • 5.4.21
  • 5.4.22
  • 5.4.7
  • 5.5.0
  • 5.5.1
  • 5.5.2
  • 5.6.0
  • 5.6.1
  • 5.6.2
  • 5.6.3
  • 5.7.0
  • 6.0
  • circular-idl-references
  • dependabot/maven/etc/integration/junit-junit-4.13.1
  • dependabot/npm_and_yarn/lodash-4.17.19
  • master
  • packages
  • perryao-master

pending completion
501

push

travis-ci

mtth
Improve field multi-resolution

For example, this will allow resolving...

  record { int foo; }

...into...

  record {
    int foo;
    long @aliases(["foo"]) fooAsLong;
    double @aliases(["foo"]) fooAsDouble;
  }

Note that under the hood the field will be decoded each time. This is
the fastest way to produce independent values when the fields aren't
guaranteed immutable. Decoding is typically much faster than cloning the
objects so this shouldn't lead to performance issues.

1849 of 1866 branches covered (99.09%)

4130 of 4131 relevant lines covered (99.98%)

385.15 hits per line

Relevant lines Covered
Build:
Build:
4131 RELEVANT LINES 4130 COVERED LINES
385.15 HITS PER LINE
Source Files on 5.1.0
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
501 5.1.0 Improve field multi-resolution For example, this will allow resolving... record { int foo; } ...into... record { int foo; long @aliases(["foo"]) fooAsLong; double @aliases(["foo"]) fooAsDouble; } Note that under the hood the... push 23 Nov 2017 01:48AM UTC mtth travis-ci pending completion  
See All Builds (696)
  • 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