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

gap-system / gap / 11456 / 2
4%
master: 4%

Build:
DEFAULT BRANCH: master
Ran 31 Jan 2020 10:13AM UTC
Files 653
Run time 33s
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

31 Jan 2020 09:50AM UTC coverage: 77.333%. First build
TEST_SUITES="docomp teststandard" ABI=32 CONFIGFLAGS=""

push

travis-ci

fingolfin
Remove kernel operation Elm0List; revise Elm0ListObject

Nothing on the GAP level ever used the kernel operation `Elm0List` /
`ELM0_LIST`, other than few unit tests and a handful of methods that were
installed, but never called.

At the same time, quite some kernel code call these; as a result, if one wants
to implement lists as external objects, one has to provide methods for
`Elm0List`, not just `ELM_LIST` / `\[\]` -- but nobody did do so.

Also `Elm0ListObject` had to go through some contortions to decide whether a
GAP method returned `fail` to indicate a hole, or whether the list really
contained `fail`.

We thus remove `Elm0List` form the GAP level, and instead reimplement
`Elm0ListObject` in terms of the standard operations `IsBound` and `\[\]`,

244438 of 316087 relevant lines covered (77.33%)

4680696.36 hits per line

Source Files on job 11456.2 (TEST_SUITES="docomp teststandard" ABI=32 CONFIGFLAGS="")
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 3372
  • Travis Job 11456.2
  • 754873ad on github
  • Next Job for TEST_SUITES="docomp teststandard" ABI=32 CONFIGFLAGS="" on master (#11459.2)
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