Skip to content

Commit e904cad

Browse files
author
automatic-merge
committed
Merge remote branch 'origin/master' into edge
2 parents 0ee49fc + 60acc55 commit e904cad

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ export ALS=$(ROOTDIR)/.obj/server/ada_language_server
1111
TESTER=$(ROOTDIR)/.obj/tester/tester-run
1212
CODEC_TEST=.obj/codec_test/codec_test
1313

14-
GPRBUILD=gprbuild -j0 -XSUPERPROJECT=
14+
GPRBUILD_FLAGS=-j0
15+
GPRBUILD=gprbuild $(GPRBUILD_FLAGS) -XSUPERPROJECT=
1516
GPRCLEAN=gprclean -XSUPERPROJECT=
1617

1718
# Installation directory

testsuite/.als/traces.cfg

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
1-
>inout.txt:buffer_size=0
1+
# If you need full input/output from the server uncomment inout.txt lines.
2+
#>inout.txt:buffer_size=0
23

34
# Traces
4-
ALS.MAIN=yes > inout.txt:buffer_size=0
5+
#ALS.MAIN=yes > inout.txt:buffer_size=0
56

67
# Full logs, helpful for debugging
7-
ALS.IN=yes > inout.txt:buffer_size=0
8-
ALS.OUT=yes > inout.txt:buffer_size=0
8+
#ALS.IN=yes > inout.txt:buffer_size=0
9+
#ALS.OUT=yes > inout.txt:buffer_size=0
910

1011
# Testing should include incremental text changes
11-
ALS.ALLOW_INCREMENTAL_TEXT_CHANGES=yes > inout.txt:buffer_size=0
12+
ALS.ALLOW_INCREMENTAL_TEXT_CHANGES=yes #> inout.txt:buffer_size=0
1213

1314
# Activate navigation warnings in test mode
1415
ALS.NOTIFICATIONS_FOR_IMPRECISE_NAVIGATION=yes

0 commit comments

Comments
 (0)