Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
125 commits
Select commit Hold shift + click to select a range
ebc233d
starting a PR of matrix examples
cdwensley Apr 20, 2026
a9fc8bc
Update doc/ref/matobj.xml
cdwensley Apr 22, 2026
8f97abc
Update doc/ref/matobj.xml
cdwensley Apr 22, 2026
dc94e93
build(deps): bump actions/upload-pages-artifact from 4 to 5 (#6336)
dependabot[bot] Apr 20, 2026
7dff94a
build(deps): bump julia-actions/setup-julia from 2 to 3 (#6335)
dependabot[bot] Apr 20, 2026
e2485f9
Improve CosetLeadersMatFFE documentation (#6338)
fingolfin Apr 20, 2026
f7518bf
Allow 'shifting' ranges (#6334)
fingolfin Apr 20, 2026
0b3d102
Re-enable Codecov comments but delay PR notifications (#6332)
fingolfin Apr 20, 2026
f2e4806
PlainListCopy for list not knowing they are small (#6333)
fingolfin Apr 21, 2026
155efe1
Faster {Copy,Extract}Sub{Matrix,Vector} for plist matrices/vectors (#…
fingolfin Apr 22, 2026
5e7673d
not using New variants
cdwensley Apr 22, 2026
91d9467
doc: fix IrreducibleModules description to say 'at most' dim (#6337)
mvanhorn Apr 23, 2026
89631b2
Fix PartitionsGreatestLE for zero, improve docs (#6341)
fingolfin Apr 24, 2026
d75e271
Avoid some uses of IdGroup (#6343)
fingolfin Apr 28, 2026
549080b
adding a few examples
cdwensley Apr 24, 2026
7247dc7
a few more examples
cdwensley Apr 26, 2026
75b618b
reordering Vector, ZeroVector, NewVector
cdwensley Apr 28, 2026
318b1a1
reordering Vector, ZeroVector, NewVector
cdwensley Apr 28, 2026
7971547
reordering Vector, ZeroVector, NewVector
cdwensley Apr 28, 2026
11ab977
Merge branch 'master' into matrix-examples
cdwensley Apr 30, 2026
4bec05f
Refine SetSize and remove some immediate methods (#6347)
fingolfin Apr 30, 2026
ae0135d
Fix HexSHA256 to always return 64 hex digits (#6358)
ChrisJefferson May 3, 2026
361fc32
examples for Matrix
cdwensley Apr 30, 2026
ba798f8
examples for Matrix
cdwensley May 1, 2026
f3e317d
added alternative versions of NewMatrix
cdwensley May 4, 2026
375569a
remove trailing spaces
cdwensley May 4, 2026
4bf9641
Fix garbled result produced by CosetLeadersMatFFE (#6325)
fingolfin May 4, 2026
99d2b4d
Fix crash in `CosetLeadersMatFFE` (#6326)
fingolfin May 4, 2026
509f33f
Fix MinimalGeneratingSet for pc groups (#6340)
fingolfin May 4, 2026
99c4a09
Add `WhereDepth` user preference (#6261)
limakzi May 4, 2026
7e2e2da
doc: streamline Matrix argument variants (#6361)
fingolfin May 4, 2026
db03c99
Document DirectProductElement (#6260)
limakzi May 5, 2026
c818f50
Reset the options stack after an error also when the break loop is di…
ThomasBreuer May 5, 2026
7a617cc
Guard some `IdGroup` calls by `ID_AVAILABLE` (#6353)
fingolfin May 6, 2026
9fcabc2
Add `RandomMatrix`, `RandomInvertibleMatrix`; and fix a problem with …
ThomasBreuer May 6, 2026
ce32e78
Faster {Copy,Extract}Sub{Matrix,Vector} for plist matrices/vectors (#…
fingolfin Apr 22, 2026
c23216d
ChangeBaseDomain
cdwensley May 5, 2026
e0a1dbc
examples up to and including 26.10
cdwensley May 7, 2026
8268042
Merge branch 'master' into matrix-examples
cdwensley May 7, 2026
6059c94
resolving conflict
cdwensley May 7, 2026
fcf44fd
added examples for 26.13 and 26.14
cdwensley May 7, 2026
ca03c6d
added examples for 26.13 and 26.14
cdwensley May 7, 2026
0ee7555
added examples for 26.13 and 26.14
cdwensley May 7, 2026
c28a132
Makefile.rules: add cleanall target, improve cleaning overall (#6378)
fingolfin May 8, 2026
4bcb53b
Improve documentation of several action functions (#6370)
lhsoicher May 8, 2026
ce84021
Faster {Copy,Extract}Sub{Matrix,Vector} for plist matrices/vectors (#…
fingolfin Apr 22, 2026
4ba4b8e
examples for Matrix
cdwensley Apr 30, 2026
384ad09
very minor change
cdwensley May 8, 2026
ed61025
fixed problem which arose during rebase
cdwensley May 8, 2026
6cce307
fixed another rebase problem
cdwensley May 8, 2026
14d9cfe
fixed another rebase problem
cdwensley May 8, 2026
7b0f3af
remove blank lines in test file
cdwensley May 8, 2026
c637dcb
finding it hard to fix ExtractSubMatrix.tst
cdwensley May 8, 2026
550f275
fix missing end of example
cdwensley May 8, 2026
20f9989
Fix CI with GAP.jl (#6381)
lgoettgens May 8, 2026
b157197
Fix an inconsistent ordering of conjugacy classes (#6382)
ThomasBreuer May 9, 2026
8ad206d
scanner: don't print EOF sentinel as line context on syntax error (#6…
ChrisJefferson May 9, 2026
70cd9fd
dev/releases: ignore dependabot PRs (#6375)
fingolfin May 9, 2026
62c95cb
Minor cleanup of random suff (#6377)
fingolfin May 9, 2026
1fab8e8
Avoid `IdGroup` in `IsSymmetricGroup` (#6383)
fingolfin May 9, 2026
1fc2b45
kernel: turn global GAP and module states back into static globals (#…
fingolfin May 11, 2026
55a5941
Ensure more tests pass with `gap --bare` (#6387)
fingolfin May 11, 2026
ca14e45
Miscellaneous fixes concerning vector and matrix objects (#6369)
ThomasBreuer May 11, 2026
8b17158
Increase kernel major version (#6390)
lgoettgens May 11, 2026
e835aa9
CI: don't rely on primary GNU file server (#6388)
fingolfin May 11, 2026
794e4c7
Avoid IdGroup in IsGL and IsPSL (#6391)
fingolfin May 11, 2026
813c185
fix `ConvertToMatrixRep`, fix some `Matrix` calls (#6396)
ThomasBreuer May 13, 2026
d930595
Store dense matrices as plain row lists for faster entry access. (#6322)
fingolfin May 16, 2026
6ec087a
Add `EnumeratorOfPartitionsSet` enumerator (#6384)
reiniscirpons May 16, 2026
5df0292
Miscellaneous changes (#6392)
fingolfin May 18, 2026
739efd4
ci: trigger PackageDistro from PR comments (#6379)
fingolfin May 18, 2026
18bfe07
CI: fix package distro trigger
fingolfin May 18, 2026
c91f24a
More work on package distro trigger
fingolfin May 18, 2026
5dd382a
Yet more work on package distro trigger
fingolfin May 18, 2026
4baffd1
kernel: unify & speed up conversion from integer to FFE (#6398)
fingolfin May 18, 2026
c911423
Fix the powering of matrix objects by integers (#6397)
ThomasBreuer May 19, 2026
3abf782
Prepare testinstall testsuite for --bare (#6406)
fingolfin May 19, 2026
2d64e3a
Put compressed marices/vectors into filter IsMatrix/IsList (#6400)
fingolfin May 19, 2026
6ed1870
PackageVariablesInfo: better support variadic functions (#6404)
fingolfin May 19, 2026
c92da5e
kernel: strengthen vecgf2 and vec8bit validation, reject empty vector…
fingolfin May 21, 2026
6a23cec
Document SemiSimpleType field restriction (#6408)
fingolfin May 22, 2026
c357f74
Clarify IsomorphismPcGroup docs (#6405)
fingolfin May 22, 2026
bb7c63b
Reformat and refactor StructureDescription code (#6403)
fingolfin May 22, 2026
cd11370
Add new logo to banner (B&W) (#6357)
mtorpey May 23, 2026
67f1493
Switch banner to fully compact mode
fingolfin May 23, 2026
5963bb6
Turn LoadPackageDocumentation into a unary function (#6411)
fingolfin May 26, 2026
8705a57
doc: describe OrbitStabilizer return value (closes #6324) (#6410)
mvanhorn May 26, 2026
d034054
Run --bare testinstall test in CI (#6354)
fingolfin May 27, 2026
aa8f2ef
Prepare release notes for GAP 4.16.0 (#6414)
fingolfin May 27, 2026
67273d9
Start work on GAP 4.17
fingolfin May 27, 2026
619e1f5
emscripten: add Docker-based one-stop build and polish demo page (#6385)
ChrisJefferson Jun 1, 2026
2a86fd1
Update COPYRIGHT
fingolfin Jun 1, 2026
f6f18ce
Fix RingGeneralMappingByImages for non-SCRing (#6418)
fingolfin Jun 1, 2026
cb52dc7
Update CHANGES.md
fingolfin Jun 1, 2026
34c914b
Normalize release archive permissions (#6420)
fingolfin Jun 1, 2026
82b1bc7
julia-gc: introduce DISABLE_STACK_SCAN (#6421)
fingolfin Jun 5, 2026
e4acd39
Miscellaneous kernel tweaks (#6422)
fingolfin Jun 6, 2026
54e3cbe
More kernel tweaks (#6428)
fingolfin Jun 6, 2026
d09727a
kernel: remove `ErrorReturnObj`, `C_NEW_STRING` (#6415)
fingolfin Jun 6, 2026
dac42b3
Fix ConjugateGroup for matrix groups not defined over a field (#6425)
fingolfin Jun 6, 2026
8ec1478
kernel: improve `ErrorReturnVoid` break-loop message (#6416)
fingolfin Jun 8, 2026
6dedb2f
kernel: refactor FuncPRINT_CURRENT_STATEMENT (#6424)
fingolfin Jun 8, 2026
78ce558
Adjust when 'Stack trace:' message is printed (#6432)
fingolfin Jun 8, 2026
8e14166
build(deps): bump codecov/codecov-action from 6 to 7 (#6430)
dependabot[bot] Jun 8, 2026
85effa8
Adjust conway polynomial error message (#6433)
fingolfin Jun 9, 2026
447f093
Widen declaration for many matrix related functions (#6095)
fingolfin Jun 9, 2026
5b8275f
Further unify messages before break loop (#6434)
fingolfin Jun 10, 2026
9b0b658
Remove dev/migratedoc.tex and doc/tut/migrat.xml (#6431)
fingolfin Jun 10, 2026
bdcd086
Remove SingleCollector_CollectWordRunning (#6426)
fingolfin Jun 11, 2026
3e7d4fa
kernel: cleanup CRC code (#6436)
fingolfin Jun 11, 2026
13de58c
doc: fix typo (#6438)
fingolfin Jun 11, 2026
9627beb
build(deps): bump actions/checkout from 6 to 7 (#6444)
dependabot[bot] Jun 23, 2026
3df611b
Remove InfoData, make INFO_CLASSES readonly (#6443)
fingolfin Jun 23, 2026
951ebaa
Move over changes to the GAP.jl-CI job (#6445)
lgoettgens Jun 24, 2026
7248631
Perfect groups data is licensed under GPL 2.0 or later (#6450)
Jul 1, 2026
b0c58f7
Add an argument check to `CodePcgs` (#6451)
ThomasBreuer Jul 1, 2026
2c4fc43
kernel: make FormatOutput handle %g with null pointer (#6446)
fingolfin Jul 1, 2026
9a9ee6f
turn the global variable `RUN_IN_GGMBI` into a global option `Run_In_…
ThomasBreuer Jul 1, 2026
54bf057
Document the encoding used by CodePcGroup & PcGroupCode (#6441)
mvanhorn Jul 1, 2026
e4dab65
examples for Matrix
cdwensley Apr 30, 2026
a2108fb
Add `RandomMatrix`, `RandomInvertibleMatrix`; and fix a problem with …
ThomasBreuer May 6, 2026
6af878f
added examples for 26.13 and 26.14
cdwensley May 7, 2026
3adf59b
added examples for 26.13 and 26.14
cdwensley May 7, 2026
ce4d933
remove blank lines in test file
cdwensley May 8, 2026
f64b904
finding it hard to fix ExtractSubMatrix.tst
cdwensley May 8, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
test-suites:
[
# base test: fast first test
"testinstall",
"testinstall-bare",

"teststandard",

Expand Down Expand Up @@ -141,7 +141,7 @@ jobs:
TEST_SUITES: ${{ matrix.test-suites }}

steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: "Set up Python"
uses: actions/setup-python@v6
Expand Down Expand Up @@ -276,7 +276,7 @@ jobs:
- name: "Gather coverage data"
run: ${{ matrix.extra }} dev/ci-gather-coverage.sh
- name: "Upload coverage data to Codecov"
uses: codecov/codecov-action@v6
uses: codecov/codecov-action@v7
with:
token: ${{ secrets.CODECOV_TOKEN }}

Expand All @@ -288,7 +288,7 @@ jobs:

steps:
- name: "Send Codecov notifications"
uses: codecov/codecov-action@v6
uses: codecov/codecov-action@v7
with:
token: ${{ secrets.CODECOV_TOKEN }}
run_command: send-notifications
Expand Down Expand Up @@ -341,7 +341,7 @@ jobs:
- name: Install cross compile dependencies
run: sudo apt-get install -q -y libgmp-dev:s390x libreadline-dev:s390x zlib1g-dev:s390x

- uses: actions/checkout@v6
- uses: actions/checkout@v7

- run: ./autogen.sh

Expand Down Expand Up @@ -407,7 +407,7 @@ jobs:
env:
AUTOCONF_VERSION: 2.71
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Download required GAP packages
run: |
Expand Down
30 changes: 25 additions & 5 deletions .github/workflows/gapjl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:

steps:
- name: Checkout GAP
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
path: 'GAPROOT'
- name: "Set up Julia"
Expand All @@ -56,7 +56,7 @@ jobs:
run: |
using Pkg
if "${{ matrix.gapjl-version }}" == "latest-release"
Pkg.add("GAP")
Pkg.develop("GAP")
else
Pkg.add(;name="GAP", rev="${{ matrix.gapjl-version }}")
end
Expand All @@ -67,17 +67,37 @@ jobs:
- name: "Install dependencies (for macOS)"
if: runner.os == 'macOS'
run: |
brew install autoconf zlib # gmp pkg-config
# - autoconf, gmp, zlib are needed by GAP's build system
# - coreutils provides nproc
# - force use of Homebrew gcc to build GAP for proper stacktrace support
# Homebrew installs versioned binaries such as gcc-14 and g++-14,
# while later scripts expect unversioned gcc and g++ in PATH.
brew install autoconf gmp zlib gcc@14 coreutils

# ensure gcc and g++ are available under those names (on macOS,
# these names are aliases for clang / clang++ out of the box)
shimdir="${HOME}/bin"
mkdir -p "${shimdir}"
ln -sf "$(brew --prefix)/bin/gcc-14" "${shimdir}/gcc"
ln -sf "$(brew --prefix)/bin/g++-14" "${shimdir}/g++"
echo "${shimdir}" >> "${GITHUB_PATH}"
- name: "Build GAP"
run: |
mv GAPROOT /tmp/GAPROOT
cd /tmp/GAPROOT
patchdir=$GAPJLPATH/.github/workflows/GAP_patches/master
if [ -d $patchdir ]; then
for f in $patchdir/*.patch; do
echo "Applying patch ${f}"
patch -p1 -d . < ${f}
done
fi
./autogen.sh
./configure --enable-Werror
make -j`nproc`
- name: "Override bundled GAP"
run: |
julia --proj=override $GAPJLPATH/etc/setup_override_dir.jl /tmp/GAPROOT /tmp/gap_jll_override --enable-Werror
julia --project=$GAPJLPATH $GAPJLPATH/etc/setup_override_dir.jl /tmp/GAPROOT /tmp/gap_jll_override --enable-Werror
- name: "Run tests"
run: |
julia --proj=override $GAPJLPATH/etc/run_with_override.jl /tmp/gap_jll_override --depwarn=error -e "using Pkg; Pkg.test(\"GAP\")"
julia --project=$GAPJLPATH $GAPJLPATH/etc/run_with_override.jl /tmp/gap_jll_override --depwarn=error -e "using Pkg; Pkg.test(\"GAP\")"
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-slim
steps:
- name: "Check out the repository"
uses: actions/checkout@v6
uses: actions/checkout@v7
- name: "Set up Python"
uses: actions/setup-python@v6
with:
Expand Down
193 changes: 193 additions & 0 deletions .github/workflows/package-distro-trigger.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,193 @@
#
# This workflow lets GAP collaborators request a full PackageDistro test run
# from a GAP pull request comment.
#
# Usage:
# 1. Open a pull request on gap-system/gap.
# 2. Comment exactly:
# @gap-package-distribution-bot test
# 3. The workflow checks that the commenter has at least triage permission,
# creates or updates a marker comment on the PR, and dispatches the
# PackageDistro `test-gap-pr.yml` workflow.
# 4. PackageDistro tests the current PR head against all packages and updates
# the same marker comment with the result.
#
# The GAP comments and the dispatch to PackageDistro use GitHub App tokens:
# configure `APP_CLIENT_ID` as an organization or repository variable (or
# secret) and `APP_PRIVATE_KEY` as a secret available to this repository. The
# app must be installed on both `gap-system/gap` and
# `gap-system/PackageDistro`.
#
name: PackageDistro PR trigger

on:
issue_comment:
types: [created]

permissions:
contents: read
issues: write
pull-requests: read

concurrency:
group: ${{ github.workflow }}-${{ github.event.issue.number }}
cancel-in-progress: false

jobs:
dispatch-package-distro:
name: Dispatch PackageDistro test
if: ${{ github.event.issue.pull_request != null }}
runs-on: ubuntu-latest
steps:
- name: Check command
id: command
env:
COMMENT_BODY: ${{ github.event.comment.body }}
run: |
expected='@gap-package-distribution-bot test'
if [[ "${COMMENT_BODY}" == "${expected}" ]]; then
echo "matches=true" >> "$GITHUB_OUTPUT"
else
echo "matches=false" >> "$GITHUB_OUTPUT"
fi

- uses: actions/create-github-app-token@v3
id: gap-token
if: ${{ steps.command.outputs.matches == 'true' }}
with:
client-id: ${{ vars.APP_CLIENT_ID || secrets.APP_CLIENT_ID || secrets.APP_ID }}
private-key: ${{ secrets.APP_PRIVATE_KEY }}
owner: gap-system
repositories: gap

- name: Check commenter permission
id: permission
if: ${{ steps.command.outputs.matches == 'true' }}
env:
GH_TOKEN: ${{ steps.gap-token.outputs.token }}
REPO: ${{ github.repository }}
ACTOR: ${{ github.event.comment.user.login }}
run: |
api_url="https://api.github.com/repos/${REPO}/collaborators/${ACTOR}/permission"
http_code=$(
curl -sSL \
-H "Authorization: Bearer ${GH_TOKEN}" \
-H "Accept: application/vnd.github+json" \
-o permission.json \
-w '%{http_code}' \
"${api_url}"
)
if [[ "${http_code}" == "200" ]]; then
permission=$(jq -r '.permission // "none"' permission.json)
else
permission="none"
fi
echo "permission=${permission}" >> "$GITHUB_OUTPUT"
case "${permission}" in
admin|maintain|write|triage)
echo "authorized=true" >> "$GITHUB_OUTPUT"
;;
*)
echo "authorized=false" >> "$GITHUB_OUTPUT"
;;
esac

- name: Find prior bot comment
id: find-comment
if: ${{ steps.command.outputs.matches == 'true' }}
uses: peter-evans/find-comment@v4
with:
token: ${{ steps.gap-token.outputs.token }}
issue-number: ${{ github.event.issue.number }}
body-includes: "<!-- gap-package-distribution-bot:gap-pr-test -->"

- name: Reply to unauthorized request
if: >-
${{
steps.command.outputs.matches == 'true' &&
steps.permission.outputs.authorized != 'true'
}}
uses: peter-evans/create-or-update-comment@v5
with:
token: ${{ steps.gap-token.outputs.token }}
comment-id: ${{ steps.find-comment.outputs.comment-id }}
issue-number: ${{ github.event.issue.number }}
edit-mode: replace
body: |
<!-- gap-package-distribution-bot:gap-pr-test -->
`@gap-package-distribution-bot test` may only be used by GAP collaborators with at least triage access.

- uses: actions/create-github-app-token@v3
id: pkgdistro-token
if: >-
${{
steps.command.outputs.matches == 'true' &&
steps.permission.outputs.authorized == 'true'
}}
with:
client-id: ${{ vars.APP_CLIENT_ID || secrets.APP_CLIENT_ID || secrets.APP_ID }}
private-key: ${{ secrets.APP_PRIVATE_KEY }}
owner: gap-system
repositories: PackageDistro

- name: Acknowledge accepted request
id: acknowledge-request
if: >-
${{
steps.command.outputs.matches == 'true' &&
steps.permission.outputs.authorized == 'true'
}}
uses: peter-evans/create-or-update-comment@v5
with:
token: ${{ steps.gap-token.outputs.token }}
comment-id: ${{ steps.find-comment.outputs.comment-id }}
issue-number: ${{ github.event.issue.number }}
edit-mode: replace
body: |
<!-- gap-package-distribution-bot:gap-pr-test -->
Accepted `@gap-package-distribution-bot test`.

PackageDistro was asked to run the full package test suite against the current head of this pull request. This comment will be updated with the result.

- name: Dispatch PackageDistro workflow
if: >-
${{
steps.command.outputs.matches == 'true' &&
steps.permission.outputs.authorized == 'true'
}}
env:
GH_TOKEN: ${{ steps.pkgdistro-token.outputs.token }}
PR_URL: ${{ github.event.issue.html_url }}
COMMENT_ID: ${{ steps.acknowledge-request.outputs.comment-id }}
REQUESTER: ${{ github.event.comment.user.login }}
COMMAND: ${{ github.event.comment.body }}
run: |
comment_id_json=null
if [[ -n "${COMMENT_ID}" ]]; then
comment_id_json=${COMMENT_ID}
fi
jq -n \
--arg ref main \
--arg pr_url "${PR_URL}" \
--arg requester "${REQUESTER}" \
--arg command "${COMMAND}" \
--arg callback_repo "${GITHUB_REPOSITORY}" \
--arg callback_pr_number "${{ github.event.issue.number }}" \
--argjson callback_comment_id "${comment_id_json}" \
'({
"gap-pr-url": $pr_url,
"callback-repo": $callback_repo,
"callback-pr-number": $callback_pr_number,
requester: $requester,
command: $command
} + (if $callback_comment_id == null then {} else {"callback-comment-id": ($callback_comment_id | tostring)} end)) as $inputs
| {
ref: $ref,
inputs: $inputs
}' > payload.json
curl -fsSL \
-X POST \
-H "Authorization: Bearer ${GH_TOKEN}" \
-H "Accept: application/vnd.github+json" \
https://api.github.com/repos/gap-system/PackageDistro/actions/workflows/test-gap-pr.yml/dispatches \
-d @payload.json
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
name: "Validate release scripts"
runs-on: ubuntu-slim
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: "Set up Python"
uses: actions/setup-python@v6
Expand All @@ -56,8 +56,8 @@ jobs:
#- name: "Validate types"
# run: python -m mypy --disallow-untyped-calls --disallow-untyped-defs dev/releases/*.py

#- name: "Run tests"
# run: python -m pytest tools/tests/dev/releases*.py -vv
- name: "Run tests"
run: cd dev/releases && python -m pytest

unix:
name: "Create Unix archives and data"
Expand All @@ -72,7 +72,7 @@ jobs:
# requires fetching the entire history. Therefore, we might as well do
# that here when checking out the repo, which is what setting fetch-depth
# to 0 accomplishes here.
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
fetch-depth: 0

Expand All @@ -94,7 +94,7 @@ jobs:

- name: "Install autoconf 2.72" # for compatibility with GCC 14 & clang versions
run: |
wget https://ftp.gnu.org/gnu/autoconf/autoconf-2.72.tar.xz
wget https://ftpmirror.gnu.org/gnu/autoconf/autoconf-2.72.tar.xz
tar xvf autoconf-2.72.tar.xz
cd autoconf-2.72
./configure
Expand Down Expand Up @@ -207,7 +207,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: "Clone the Windows installer maker scripts"
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
repository: gap-system/gap-windows
ref: main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
sudo apt-get update
sudo apt-get install --no-install-recommends "${packages[@]}"
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7
- name: Configure GAP
run: |
./autogen.sh && ./configure
Expand Down
11 changes: 11 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,17 @@
/libgap*.dll*
/libgap*.so*

# emscripten / wasm build outputs (etc/emscripten/build.sh and friends)
/native-build/
/extern/emscripten/
/web-example/
/packages.tar.gz
/gap.html
/gap.js
/gap.wasm
/gap.worker.js
/gap-fs.json

/bin/gap*.sh
/bin/*-*/
# Compiling the `xgap` package creates the file `xgap.sh`
Expand Down
Loading