Skip to content

Commit ecb5c52

Browse files
committed
Merge branch 'topic/split_io' into 'master'
Improve lsp_gen to split `lsp-input.adb` into parts See merge request eng/ide/ada_language_server!1470
2 parents 221d769 + 55c2233 commit ecb5c52

File tree

70 files changed

+28267
-22926
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+28267
-22926
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ else
9191
endif
9292

9393
all: coverage-instrument
94-
$(GPRBUILD) -P gnat/lsp_3_17.gpr -p $(COVERAGE_BUILD_FLAGS) -c lsp-inputs.adb
9594
$(GPRBUILD) -P gnat/lsp_3_17.gpr -p $(COVERAGE_BUILD_FLAGS)
9695
$(GPRBUILD) -P gnat/tester.gpr -p $(BUILD_FLAGS)
9796
$(GPRBUILD) -d -ws -c -u -P gnat/lsp_server.gpr -p $(BUILD_FLAGS) s-memory.adb
@@ -105,6 +104,7 @@ endif
105104

106105
generate:
107106
python scripts/generate.py
107+
make -C source/lsp_gen
108108

109109
generate_io:
110110
python scripts/io_gen.py

0 commit comments

Comments
 (0)