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

gap-system / gap / 11403 / 9
4%
master: 4%

Build:
DEFAULT BRANCH: master
Ran 27 Jan 2020 04:38PM UTC
Files 638
Run time 2min
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

27 Jan 2020 04:04PM UTC coverage: 61.218% (+0.001%) from 61.217%
TEST_SUITES=testbugfix CONFIGFLAGS="--enable-memory-checking"

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.

176892 of 288955 relevant lines covered (61.22%)

2503846.26 hits per line

Source Files on job 11403.9 (TEST_SUITES=testbugfix CONFIGFLAGS="--enable-memory-checking")
  • Tree
  • List 0
  • Changed 75
  • Source Changed 0
  • Coverage Changed 75
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 3335
  • Travis Job 11403.9
  • 84bdebd4 on github
  • Prev Job for TEST_SUITES=testbugfix CONFIGFLAGS="--enable-memory-checking" on master (#11396.9)
  • Next Job for TEST_SUITES=testbugfix CONFIGFLAGS="--enable-memory-checking" on master (#11404.9)
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