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

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

Build:
DEFAULT BRANCH: master
Ran 31 Jan 2020 10:34AM UTC
Files 654
Run time 51s
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: 73.209%. First build
TEST_SUITES="testinstall" JULIA=yes CONFIGFLAGS="--disable-Werror"

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 `\[\]`,

229845 of 313958 relevant lines covered (73.21%)

748004.53 hits per line

Source Files on job 11456.13 (TEST_SUITES="testinstall" JULIA=yes CONFIGFLAGS="--disable-Werror")
  • 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.13
  • 754873ad on github
  • Next Job for TEST_SUITES="testinstall" JULIA=yes CONFIGFLAGS="--disable-Werror" on master (#11459.13)
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