gap icon indicating copy to clipboard operation
gap copied to clipboard

Main development repository for GAP - Groups, Algorithms, Programming, a System for Computational Discrete Algebra

Results 245 gap issues
Sort by recently updated
recently updated
newest added

This is a follow-on pull request #4050, although it doesn't require that PR. I describe the changes below, but as mentioned below, this PR will break the tests of some...

kind: enhancement
do not merge
topic: library
release notes: not needed
priority: low

Don't try to inject 32bit build flags into package build systems. Any necessary flags should already be contained in GAP_{C,CXX,LD}FLAGS, which package build systems should honor. If they don't, they...

topic: build system
topic: packages
release notes: not needed

(Note: I created this patch in late 2019 and then kinda forget about it. Right now I cleaning out old patches. I am not sure anymore this patch is the...

topic: library

Is there any point in keeping this around?

topic: library
release notes: not needed

This is just a placeholder issue, mainly so I don't forget when I come back from holiday. Some hacks I applied when trying to clean up cygwin should be documented...

Graham Ellis has sent a bug report to GAP support. ``` ┌───────┐ GAP 4.10.2 of 19-Jun-2019 │ GAP │ https://www.gap-system.org └───────┘ Architecture: x86_64-pc-linux-gnu-default64-kv3 Configuration: gmp 6.1.2, readline Loading the library...

kind: bug
kind: bug: wrong result
topic: library

(This is taken from issue #897) Many representation for positional respectively component representations do now have the `IsPositionalObjectRep` respectively `IsComponentObjectRep` filters set. This can lead to surprising behavior and bugs,...

kind: bug

Several GAP packages that use the older TeX-based help system have appendices. GAP is unable to find the html files for these appendices. Indeed, the macros to build the manual.six...

kind: bug
topic: documentation

... in the current package distribution snapshot (which is currently ~2 weeks old, so some of these may be already resolved). Also, for many of those, the current `git` version...

topic: packages

Currently GAP handles forward declarations and installations of values for global variables as follows: * A call to `DeclareGlobalVariable` registers a global variable name and installs a dummy value `ToBeDefined`...

kind: bug