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

JuliaMath / FixedPointDecimals.jl / 284 / 4
93%
master: 98%

Build:
Build:
LAST BUILD BRANCH: sv-add-and-bump-version
DEFAULT BRANCH: master
Ran 13 Feb 2019 05:22AM UTC
Files 2
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

13 Feb 2019 05:18AM UTC coverage: 82.143% (-14.3%) from 96.491%
284.4

Pull #45

travis-ci

web-flow
Add @inferred tests for type stability of *.

Adds @inferred tests of several possible built-in FD representations
that multiplication (even w/ two different types) is type stable.

Before the last commit, this PR caused these tests to fail. For example:
    ```
    (f1, f2) = (2, 4): Error During Test at /Users/nathan.daly/.julia/dev/FixedPointDecimals/test/runtests.jl:402
    Test threw exception
    Expression: #= /Users/nathan.daly/.julia/dev/FixedPointDecimals/test/runtests.jl:402 =# @inferred(FD{T, f1}(1.1) * FD{T, f2}(1)) == FD{T, fmax}(1.1)
    return type FixedDecimal{UInt64,4} does not match inferred return type Any
    ```

After the last commit, these tests all pass.
Pull Request #45: Speed up * for FD{Int64} via custom `fldmod_by_const`

184 of 224 relevant lines covered (82.14%)

3013.33 hits per line

Source Files on job 284.4
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 251
  • Travis Job 284.4
  • e1a8a580 on github
  • Prev Job for on rai-manual_mul_invcoeff (#278.3)
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