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

gap-system / gap / 10667
4%

Build:
DEFAULT BRANCH: master
Ran 20 Sep 2019 12:25PM UTC
Jobs 8
Files 751
Run time 86min
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
10667

push

travis-ci

fingolfin
Refactor the 'classical' random number generator

So far, the old random number generator using a single global state in the
global variables `R_N` and `R_X` was still present in the GAP library, and was
used to power the `GlobalRandomSource`. In addition, there was a type
`IsGAPRandomSource` of random sources, which also emulated the way the old RNG
worked.

This PR removes the old RNG, and replaces the `GlobalRandomSource` by one of
type `IsGAPRandomSource`. The undocumented function `RANDOM_LIST` is also
removed (no distributed package uses it). To ensure backwards compatibility,
we provide an implementation of `RANDOM_SEED` which uses `GlobalRandomSource`
(only two packages, `recog` and `gbnp`, call `RANDOM_SEED`, and only in their
package tests). Finally, dummies for `R_N` and `R_X` are retained to help
detect any ancient internal code people might throw at GAP.

27 of 28 new or added lines in 3 files covered. (96.43%)

285191 of 337792 relevant lines covered (84.43%)

28108947.69 hits per line

Jobs
ID Job ID Ran Files Coverage
1 10667.1 (TEST_SUITES="docomp testtravis") 20 Sep 2019 12:36PM UTC 0
77.03
Travis Job 10667.1
2 10667.2 (TEST_SUITES="docomp testtravis" ABI=32 CONFIGFLAGS="") 20 Sep 2019 12:32PM UTC 0
76.98
Travis Job 10667.2
3 10667.3 (TEST_SUITES="docomp testtravis" ABI=64 HPCGAP=yes) 20 Sep 2019 12:35PM UTC 0
76.97
Travis Job 10667.3
4 10667.4 (TEST_SUITES="testpackages testinstall-loadall" ABI=64 CFLAGS=-O2 CXXFLAGS=-O2 LDFLAGS=) 20 Sep 2019 12:25PM UTC 0
71.67
Travis Job 10667.4
6 10667.6 (TEST_SUITES="docomp testinstall") 20 Sep 2019 12:38PM UTC 0
73.15
Travis Job 10667.6
8 10667.8 (TEST_SUITES=testmanuals) 20 Sep 2019 01:50PM UTC 0
71.84
Travis Job 10667.8
9 10667.9 (TEST_SUITES=testbugfix CONFIGFLAGS="--enable-memory-checking") 20 Sep 2019 12:48PM UTC 0
60.51
Travis Job 10667.9
13 10667.13 (TEST_SUITES="testinstall" JULIA=yes CONFIGFLAGS="--disable-Werror") 20 Sep 2019 12:50PM UTC 0
72.93
Travis Job 10667.13
Source Files on build 10667
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #10667
  • a2bb8d8e on github
  • Prev Build on master (#10666)
  • Next Build on master (#10675)
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