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

Adding getMatchFingerPrint and getConcreteMatchFingerPrint to implement a part of the compiled-runtime with more efficiency #1873

Merged
merged 20 commits into from
Nov 6, 2023

fixes

268e9c0
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Nov 3, 2023 in 0s

42% of diff hit (target 49%)

View this Pull Request on Codecov

42% of diff hit (target 49%)

Annotations

Check warning on line 15 in src/org/rascalmpl/library/lang/rascal/matching/internal/Fingerprint.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/org/rascalmpl/library/lang/rascal/matching/internal/Fingerprint.java#L13-L15

Added lines #L13 - L15 were not covered by tests

Check warning on line 18 in src/org/rascalmpl/library/lang/rascal/matching/internal/Fingerprint.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/org/rascalmpl/library/lang/rascal/matching/internal/Fingerprint.java#L18

Added line #L18 was not covered by tests

Check warning on line 22 in src/org/rascalmpl/library/lang/rascal/matching/internal/Fingerprint.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/org/rascalmpl/library/lang/rascal/matching/internal/Fingerprint.java#L22

Added line #L22 was not covered by tests

Check warning on line 26 in src/org/rascalmpl/library/lang/rascal/matching/internal/Fingerprint.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/org/rascalmpl/library/lang/rascal/matching/internal/Fingerprint.java#L26

Added line #L26 was not covered by tests

Check warning on line 423 in src/org/rascalmpl/tasks/Transaction.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/org/rascalmpl/tasks/Transaction.java#L423

Added line #L423 was not covered by tests

Check warning on line 526 in src/org/rascalmpl/values/RascalValueFactory.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/org/rascalmpl/values/RascalValueFactory.java#L526

Added line #L526 was not covered by tests

Check warning on line 1056 in src/org/rascalmpl/values/RascalValueFactory.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/org/rascalmpl/values/RascalValueFactory.java#L1056

Added line #L1056 was not covered by tests

Check warning on line 1131 in src/org/rascalmpl/values/RascalValueFactory.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/org/rascalmpl/values/RascalValueFactory.java#L1131

Added line #L1131 was not covered by tests

Check warning on line 18 in src/org/rascalmpl/values/parsetrees/ITree.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/org/rascalmpl/values/parsetrees/ITree.java#L18

Added line #L18 was not covered by tests

Check warning on line 23 in src/org/rascalmpl/values/parsetrees/ITree.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/org/rascalmpl/values/parsetrees/ITree.java#L23

Added line #L23 was not covered by tests