Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error recovery #2038

Draft
wants to merge 215 commits into
base: main
Choose a base branch
from

Merge branch 'main' into feat/error-recovery

415773f
Select commit
Loading
Failed to load commit list.
Draft

Error recovery #2038

Merge branch 'main' into feat/error-recovery
415773f
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Nov 5, 2024 in 1s

41% of diff hit (target 49%)

View this Pull Request on Codecov

41% of diff hit (target 49%)

Annotations

Check warning on line 992 in src/org/rascalmpl/interpreter/Evaluator.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/org/rascalmpl/interpreter/Evaluator.java#L992

Added line #L992 was not covered by tests

Check warning on line 2385 in src/org/rascalmpl/library/Prelude.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/org/rascalmpl/library/Prelude.java#L2385

Added line #L2385 was not covered by tests

Check warning on line 2393 in src/org/rascalmpl/library/Prelude.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/org/rascalmpl/library/Prelude.java#L2393

Added line #L2393 was not covered by tests

Check warning on line 2397 in src/org/rascalmpl/library/Prelude.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/org/rascalmpl/library/Prelude.java#L2397

Added line #L2397 was not covered by tests

Check warning on line 2423 in src/org/rascalmpl/library/Prelude.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/org/rascalmpl/library/Prelude.java#L2423

Added line #L2423 was not covered by tests

Check warning on line 155 in src/org/rascalmpl/library/util/ErrorRecovery.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/org/rascalmpl/library/util/ErrorRecovery.java#L155

Added line #L155 was not covered by tests

Check warning on line 161 in src/org/rascalmpl/library/util/ErrorRecovery.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/org/rascalmpl/library/util/ErrorRecovery.java#L161

Added line #L161 was not covered by tests

Check warning on line 165 in src/org/rascalmpl/library/util/ErrorRecovery.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/org/rascalmpl/library/util/ErrorRecovery.java#L165

Added line #L165 was not covered by tests

Check warning on line 191 in src/org/rascalmpl/library/util/ErrorRecovery.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/org/rascalmpl/library/util/ErrorRecovery.java#L191

Added line #L191 was not covered by tests

Check warning on line 213 in src/org/rascalmpl/library/util/ErrorRecovery.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/org/rascalmpl/library/util/ErrorRecovery.java#L213

Added line #L213 was not covered by tests

Check warning on line 219 in src/org/rascalmpl/library/util/ErrorRecovery.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/org/rascalmpl/library/util/ErrorRecovery.java#L217-L219

Added lines #L217 - L219 were not covered by tests

Check warning on line 200 in src/org/rascalmpl/parser/gtd/SGTDBF.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/org/rascalmpl/parser/gtd/SGTDBF.java#L200

Added line #L200 was not covered by tests

Check warning on line 209 in src/org/rascalmpl/parser/gtd/SGTDBF.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/org/rascalmpl/parser/gtd/SGTDBF.java#L209

Added line #L209 was not covered by tests

Check warning on line 212 in src/org/rascalmpl/parser/gtd/SGTDBF.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/org/rascalmpl/parser/gtd/SGTDBF.java#L212

Added line #L212 was not covered by tests

Check warning on line 253 in src/org/rascalmpl/parser/gtd/SGTDBF.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/org/rascalmpl/parser/gtd/SGTDBF.java#L252-L253

Added lines #L252 - L253 were not covered by tests

Check warning on line 348 in src/org/rascalmpl/parser/gtd/SGTDBF.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/org/rascalmpl/parser/gtd/SGTDBF.java#L347-L348

Added lines #L347 - L348 were not covered by tests

Check warning on line 360 in src/org/rascalmpl/parser/gtd/SGTDBF.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/org/rascalmpl/parser/gtd/SGTDBF.java#L359-L360

Added lines #L359 - L360 were not covered by tests

Check warning on line 366 in src/org/rascalmpl/parser/gtd/SGTDBF.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/org/rascalmpl/parser/gtd/SGTDBF.java#L366

Added line #L366 was not covered by tests

Check warning on line 369 in src/org/rascalmpl/parser/gtd/SGTDBF.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/org/rascalmpl/parser/gtd/SGTDBF.java#L369

Added line #L369 was not covered by tests

Check warning on line 475 in src/org/rascalmpl/parser/gtd/SGTDBF.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/org/rascalmpl/parser/gtd/SGTDBF.java#L474-L475

Added lines #L474 - L475 were not covered by tests

Check warning on line 510 in src/org/rascalmpl/parser/gtd/SGTDBF.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/org/rascalmpl/parser/gtd/SGTDBF.java#L510

Added line #L510 was not covered by tests

Check warning on line 523 in src/org/rascalmpl/parser/gtd/SGTDBF.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/org/rascalmpl/parser/gtd/SGTDBF.java#L523

Added line #L523 was not covered by tests

Check warning on line 537 in src/org/rascalmpl/parser/gtd/SGTDBF.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/org/rascalmpl/parser/gtd/SGTDBF.java#L536-L537

Added lines #L536 - L537 were not covered by tests

Check warning on line 543 in src/org/rascalmpl/parser/gtd/SGTDBF.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/org/rascalmpl/parser/gtd/SGTDBF.java#L543

Added line #L543 was not covered by tests

Check warning on line 626 in src/org/rascalmpl/parser/gtd/SGTDBF.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/org/rascalmpl/parser/gtd/SGTDBF.java#L626

Added line #L626 was not covered by tests