Skip to content

Commit 704bb21

Browse files
author
automatic-merge
committed
Merge remote branch 'origin/master' into edge
2 parents 5649b71 + 88e5b2d commit 704bb21

File tree

35 files changed

+977
-916
lines changed

35 files changed

+977
-916
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ include:
2727
- component: $CI_SERVER_FQDN/eng/gitlab-templates/test@~latest
2828
inputs:
2929
job-name: als-cov
30-
anod-args: run test_als_cov_$ACI_TRACK
30+
anod-args: run test_als_cov_$ACI_TRACK --latest
3131
image: systemgtk
3232
# This job needs to rebuild ALS in coverage mode, so it doesn't need to
3333
# depend on the build job. The following will get it to run in parallel

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ section below it for the last release. -->
55
## \<next>
66

77
* Create commands for opening the project file and the log file
8+
9+
## 25.0.20241014
10+
811
* Fix the removal of old log files in the `~/.als` directory
912
* Fix the `Ada: Go to other file` command for child packages
1013
* Fix various project loading issues after significant changes in the GPR2 project loading API

testsuite/ada_lsp/F131-024.xrefs.separate_body/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ title: 'F131-024.xrefs.separate_body'
22

33
# This test is expected to fail until eng/libadalang/libadalang#1409
44
# is fixed.
5-
skip:
5+
control:
66
- ['XFAIL', 'True']
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
title: 'U910-043.client_capabilities.optional'
22
# Skip till 3.17 ready
3-
skip:
3+
control:
44
- ['XFAIL', 'True']
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
title: 'UA28-007.Did_Change_Watched_Files_0'
2-
skip:
2+
control:
33
- ['SKIP', 'env.build.os.name == "windows"']
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
title: 'UA28-007.Did_Delete_Files_0'
2-
skip:
2+
control:
33
- ['SKIP', 'env.build.os.name == "windows"']

0 commit comments

Comments
 (0)