File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -295,7 +295,7 @@ public Integer call() {
295295 🔥 The vadl compiler crashed 🔥 \s
296296
297297 This shouldn't have happened, please open an issue with the stacktrace below at:
298- https://ea.complang.tuwien.ac.at/vadl /open-vadl/issues/new
298+ https://github.com/OpenVADL /open-vadl/issues/new
299299 """);
300300
301301 printDumps("\nBefore the crash, the following dumps were generated:");
Original file line number Diff line number Diff line change @@ -677,10 +677,10 @@ public Void visit(EnumerationDefinition definition) {
677677 .build();
678678 }
679679
680-
681680 int nextVal = 0;
682681 for (var entry : definition.entries) {
683682 if (entry.value != null) {
683+ check(entry.value);
684684 nextVal = constantEvaluator.eval(entry.value).value().intValueExact() + 1;
685685 continue;
686686 }
You can’t perform that action at this time.
0 commit comments