Skip to content

Commit d3c9549

Browse files
committed
Merge branch 'topic/84fix' into 'master'
Fix kp.json automatic generation See merge request eng/libadalang/langkit-query-language!515
2 parents b66640f + 04fef44 commit d3c9549

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ doc:
4343
cd lkql_checker/doc && make generate html-all
4444

4545
impacts:
46-
[ -f $(KP_JSON) ] || PYTHONPATH=$(IMPACTDB_DIR) ./utils/impact-db_impacts_gen.py $(IMPACTDB_DIR)
46+
[ -f $(KP_JSON) ] || PYTHONPATH=$(IMPACTDB_DIR) $(PYTHON) ./utils/impact-db_impacts_gen.py $(IMPACTDB_DIR)
4747

4848
format:
4949
gnatformat -P lkql_checker/gnatcheck.gpr --no-subprojects

lkql_checker/src/rules_factory.adb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ package body Rules_Factory is
134134
begin
135135
for Rules_Dir of Rules_Dirs loop
136136
declare
137-
-- This file is automatically generated from the impactdb database
137+
-- This file is automatically generated from the impactdb database
138138
JSON_Filename : constant Virtual_File := Rules_Dir / "kp.json";
139139
File_Content : GNAT.Strings.String_Access;
140140
Result : JSON_Value;

0 commit comments

Comments
 (0)