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

gap-system / gap / 11403
4%

Build:
DEFAULT BRANCH: master
Ran 27 Jan 2020 04:26PM UTC
Jobs 8
Files 757
Run time 26min
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
11403

push

travis-ci

fingolfin
julia: remove the need for GAPTypes.jl

... by doing something moderately evil: If GAP is loaded before Julia, we
create the Julia type `ForeignGAP.MPtr` *without* a super type. Then once
Julia is loaded, and the type `GAP.GapObj` has been created, GAP.jl calls the
new function `GAP_register_GapObj` with this type as argument, and we patch
`ForeignGAP.MPtr` to have `GAP.GapObj` as supertype.

This seems to work well in practice and ought to be safe, as prior to the
moment were we change the super type, no Julia code beyond the Julia GC should
have ever "seen" `ForeignGAP.MPtr` or any instances of it, and hence no
internal data structures of the Julia runtime that might get into an invalid
state due to our change (e.g. anything related to method dispatch) should
reference it.

Also, *don't* set `GapObj` as supertype for `ForeignGAP.Bag` and
`ForeignGAP.LargeBag`, doing that was IMHO simply a mistake. In practice it
should not have mattered so far, as no regular Julia code ever touches
instances of these types directly. This might change in the future though, if
we introduce Julia wrapper objects for GAP objects that directly access their
underlying bits, instead of going through libgap APIs.

4 of 15 new or added lines in 1 file covered. (26.67%)

116 existing lines in 3 files now uncovered.

286935 of 338434 relevant lines covered (84.78%)

28995234.77 hits per line

Jobs
ID Job ID Ran Files Coverage
1 11403.1 (TEST_SUITES="docomp teststandard") 27 Jan 2020 04:29PM UTC 0
77.39
Travis Job 11403.1
2 11403.2 (TEST_SUITES="docomp teststandard" ABI=32 CONFIGFLAGS="") 27 Jan 2020 04:26PM UTC 0
77.34
Travis Job 11403.2
3 11403.3 (TEST_SUITES="docomp teststandard" ABI=64 HPCGAP=yes) 27 Jan 2020 04:29PM UTC 0
77.61
Travis Job 11403.3
4 11403.4 (TEST_SUITES="testpackages testinstall-loadall" ABI=64) 27 Jan 2020 04:27PM UTC 0
73.31
Travis Job 11403.4
6 11403.6 (TEST_SUITES="docomp testinstall") 27 Jan 2020 04:44PM UTC 0
73.34
Travis Job 11403.6
8 11403.8 (TEST_SUITES=testmanuals) 27 Jan 2020 04:41PM UTC 0
72.45
Travis Job 11403.8
9 11403.9 (TEST_SUITES=testbugfix CONFIGFLAGS="--enable-memory-checking") 27 Jan 2020 04:38PM UTC 0
61.22
Travis Job 11403.9
13 11403.13 (TEST_SUITES="testinstall" JULIA=yes CONFIGFLAGS="--disable-Werror") 27 Jan 2020 04:48PM UTC 0
73.22
Travis Job 11403.13
Source Files on build 11403
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #11403
  • 84bdebd4 on github
  • Prev Build on master (#11396)
  • Next Build on master (#11404)
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