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

Implement basic error recovery #2020

Merged
merged 91 commits into from
Sep 23, 2024

Added backwards compatible 'parser' function

5a2266b
Select commit
Loading
Failed to load commit list.
Merged

Implement basic error recovery #2020

Added backwards compatible 'parser' function
5a2266b
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Sep 4, 2024 in 0s

28% of diff hit (target 49%)

View this Pull Request on Codecov

28% 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 87 in src/org/rascalmpl/library/util/TermREPL.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/org/rascalmpl/library/util/TermREPL.java#L87

Added line #L87 was not covered by tests

Check warning on line 98 in src/org/rascalmpl/library/util/TermREPL.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/org/rascalmpl/library/util/TermREPL.java#L98

Added line #L98 was not covered by tests

Check warning on line 328 in src/org/rascalmpl/library/util/TermREPL.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/org/rascalmpl/library/util/TermREPL.java#L328

Added line #L328 was not covered by tests

Check warning on line 184 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#L184

Added line #L184 was not covered by tests

Check warning on line 191 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#L191

Added line #L191 was not covered by tests

Check warning on line 193 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#L193

Added line #L193 was not covered by tests

Check warning on line 844 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#L844

Added line #L844 was not covered by tests

Check warning on line 846 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#L846

Added line #L846 was not covered by tests

Check warning on line 849 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#L849

Added line #L849 was not covered by tests

Check warning on line 854 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#L854

Added line #L854 was not covered by tests

Check warning on line 903 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#L900-L903

Added lines #L900 - L903 were not covered by tests

Check warning on line 1000 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#L1000

Added line #L1000 was not covered by tests

Check warning on line 1486 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#L1486

Added line #L1486 was not covered by tests

Check warning on line 1500 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#L1500

Added line #L1500 was not covered by tests

Check warning on line 1502 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#L1502

Added line #L1502 was not covered by tests

Check warning on line 1504 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#L1504

Added line #L1504 was not covered by tests

Check warning on line 1509 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#L1508-L1509

Added lines #L1508 - L1509 were not covered by tests

Check warning on line 1559 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#L1555-L1559

Added lines #L1555 - L1559 were not covered by tests

Check warning on line 1561 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#L1561

Added line #L1561 was not covered by tests

Check warning on line 1564 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#L1563-L1564

Added lines #L1563 - L1564 were not covered by tests