Skip to content

Commit

Permalink
Add support for GNAT Pro 24.0
Browse files Browse the repository at this point in the history
Ref. eng/recordflux/RecordFlux#1443
  • Loading branch information
treiher committed Oct 27, 2023
1 parent 5907dcf commit 3592b83
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ variables:
CI_FRAGMENTS_GIT: https://gitlab-ci-token:${CI_JOB_TOKEN}@${CI_SERVER_HOST}:${CI_SERVER_PORT}/eng/it/ci-fragments
RECORDFLUX_ORIGIN: https://gitlab-ci-token:${CI_JOB_TOKEN}@${CI_SERVER_HOST}:${CI_SERVER_PORT}/eng/recordflux

GNAT_VERSION: "23.2"
GNAT_VERSION: "24.0"
GNAT_BUILD_DATE: "all"
GNAT_PLATFORM: "x86_64-linux"
SPARK_VERSION: "24.0"
Expand Down Expand Up @@ -221,6 +221,8 @@ gnat_pro_compatibility:
CLEAN_RECORDFLUX_SETUP: 1
- GNAT_VERSION: "23.2"
CLEAN_RECORDFLUX_SETUP: 1
- GNAT_VERSION: "24.0"
CLEAN_RECORDFLUX_SETUP: 1
script:
- git fetch --unshallow
- *update_timestamps_of_generated_code
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added

- Support for SPARK Pro 24.0 (eng/recordflux/RecordFlux#1409)
- Support for GNAT Pro 24.0 (eng/recordflux/RecordFlux#1443)

### Fixed

Expand Down
2 changes: 1 addition & 1 deletion tests/tools/check_doc_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def test_invalid_ada_api_style() -> None:
CheckDocError,
match=(
r"^<stdin>:5: error in code block\n"
r"main.adb:2:25: \(style\) space required\n"
r"main.adb:2:25: \(style\) space required( \[-gnatyt\])?\n"
r"(gprbuild: [*][*][*] compilation phase failed\n)?$"
),
):
Expand Down

0 comments on commit 3592b83

Please sign in to comment.