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

gap-system / gap
85%
master: 4%

Build:
Build:
LAST BUILD BRANCH: mh/stable-4.10-GAPARCH
DEFAULT BRANCH: master
Repo Added 14 Jan 2017 11:57AM UTC
Files 14
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

LAST BUILD ON BRANCH stable-4.11
branch: stable-4.11
CHANGE BRANCH
x
Reset
  • stable-4.11
  • alex-konovalov-patch-1
  • fingolfin-patch-1
  • func-auts
  • master
  • remove-downranking
  • stable-4.8

pending completion
12359

push

travis-ci-com

fingolfin
kernel: replace unsafe uses of 1L

On some 64bit systems (most notably, Windows), sizeof(long) == 4, and so
expressions like `1L << 60` overflow. Moreover, an enum strictly
speaking is only guaranteed to be able to represent an int, and so using
it to represent 64bit constants is not safe; we hence turn
INT_INTOBJ_MIN and INT_INTOBJ_MAX into global static constants.

3 of 3 new or added lines in 3 files covered. (100.0%)

285727 of 337760 relevant lines covered (84.59%)

31943241.35 hits per line

Relevant lines Covered
Build:
Build:
337760 RELEVANT LINES 285727 COVERED LINES
31943241.35 HITS PER LINE
Source Files on stable-4.11
  • Tree
  • List 754
  • Changed 221
  • Source Changed 11
  • Coverage Changed 219
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
12359 stable-4.11 kernel: replace unsafe uses of 1L On some 64bit systems (most notably, Windows), sizeof(long) == 4, and so expressions like `1L << 60` overflow. Moreover, an enum strictly speaking is only guaranteed to be able to represent an int, and so using i... push 27 Oct 2020 09:11AM UTC fingolfin travis-ci-com pending completion  
12285 stable-4.11 julia: avoid access into Julia structs in Julia >= 1.6 We currently access members of various structs provided by Julia (of type jl_task_t resp. jl_tls_t). This introduces an unwanted binary dependency on the precise Julia version GAP was compile... push 08 Oct 2020 11:32AM UTC fingolfin travis-ci-com pending completion  
12277 stable-4.11 adjusted broken-test.g.out to the changed line numbers in `lib/test.gi`. (I think it is not a good idea to keep such generated files under version control. Why are they not created when GAP gets built?) push 07 Oct 2020 03:31PM UTC fingolfin travis-ci-com pending completion  
12245 stable-4.11 Update Travis CI badge URL push 23 Sep 2020 10:51AM UTC fingolfin travis-ci-com pending completion  
12165 stable-4.11 Makefile.rules: refactor sysinfo.gap and gap.sh generation Put the templates for the content of these files into GNU make `define` blocks; that makes it much easier to read and edit them. It also allows us to generate variants of sysinfo.gap whic... push 30 Jul 2020 05:18PM UTC fingolfin travis-ci pending completion  
12163 stable-4.11 libgap: fix GAP_ValueGlobalVariable for automatic vars push 30 Jul 2020 03:41PM UTC fingolfin travis-ci pending completion  
12152 stable-4.11 Fix Julia compilation push 23 Jul 2020 11:14PM UTC fingolfin travis-ci pending completion  
12105 stable-4.11 Refine the logic for scanning Julia stacks. push 03 Jul 2020 02:55PM UTC fingolfin travis-ci pending completion  
12036 stable-4.11 Various updates for the Julia integration 1. test against Julia 1.4.2 instead of 1.2.0 2. fix compiler constness warnings in weakptr.c 3. use `jl_threadid()` and `jl_get_current_task()` helpers to avoid access to `JuliaTLS` members Point 3 is... push 28 May 2020 09:59PM UTC fingolfin travis-ci pending completion  
12034 stable-4.11 Travis: make the `chown` workaround more resilient It recently started to fail on arm64 (but not on s390x) jobs, which might mean the underlying issue is fixed there, or it just might be that it got even more random -- hard to tell w/o any kind o... push 28 May 2020 01:55PM UTC fingolfin travis-ci pending completion  
See All Builds (2190)
  • Repo on GitHub
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

© 2025 Coveralls, Inc