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

Reduction Rule #995

Merged
merged 30 commits into from
Dec 13, 2023

misc: I want to eat lamb

9a364e9
Select commit
Loading
Failed to load commit list.
Merged

Reduction Rule #995

misc: I want to eat lamb
9a364e9
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
Codecov / codecov/patch failed Dec 13, 2023 in 1s

62.88% of diff hit (target 81.85%)

View this Pull Request on Codecov

62.88% of diff hit (target 81.85%)

Annotations

Check warning on line 262 in base/src/main/java/org/aya/core/pat/Pat.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

base/src/main/java/org/aya/core/pat/Pat.java#L262

Added line #L262 was not covered by tests

Check warning on line 285 in base/src/main/java/org/aya/core/serde/CompiledAya.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

base/src/main/java/org/aya/core/serde/CompiledAya.java#L285

Added line #L285 was not covered by tests

Check warning on line 169 in base/src/main/java/org/aya/core/serde/SerDef.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

base/src/main/java/org/aya/core/serde/SerDef.java#L168-L169

Added lines #L168 - L169 were not covered by tests

Check warning on line 171 in base/src/main/java/org/aya/core/serde/SerTerm.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

base/src/main/java/org/aya/core/serde/SerTerm.java#L171

Added line #L171 was not covered by tests

Check warning on line 176 in base/src/main/java/org/aya/core/serde/SerTerm.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

base/src/main/java/org/aya/core/serde/SerTerm.java#L174-L176

Added lines #L174 - L176 were not covered by tests

Check warning on line 372 in base/src/main/java/org/aya/core/serde/SerTerm.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

base/src/main/java/org/aya/core/serde/SerTerm.java#L372

Added line #L372 was not covered by tests

Check warning on line 114 in base/src/main/java/org/aya/core/serde/Serializer.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

base/src/main/java/org/aya/core/serde/Serializer.java#L113-L114

Added lines #L113 - L114 were not covered by tests

Check warning on line 198 in base/src/main/java/org/aya/core/serde/Serializer.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

base/src/main/java/org/aya/core/serde/Serializer.java#L197-L198

Added lines #L197 - L198 were not covered by tests

Check warning on line 28 in base/src/main/java/org/aya/core/term/IntegerOps.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

base/src/main/java/org/aya/core/term/IntegerOps.java#L28

Added line #L28 was not covered by tests

Check warning on line 30 in base/src/main/java/org/aya/core/term/IntegerOps.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

base/src/main/java/org/aya/core/term/IntegerOps.java#L30

Added line #L30 was not covered by tests

Check warning on line 60 in base/src/main/java/org/aya/core/term/IntegerOps.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

base/src/main/java/org/aya/core/term/IntegerOps.java#L60

Added line #L60 was not covered by tests

Check warning on line 74 in base/src/main/java/org/aya/core/term/IntegerOps.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

base/src/main/java/org/aya/core/term/IntegerOps.java#L73-L74

Added lines #L73 - L74 were not covered by tests

Check warning on line 76 in base/src/main/java/org/aya/core/term/IntegerOps.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

base/src/main/java/org/aya/core/term/IntegerOps.java#L76

Added line #L76 was not covered by tests

Check warning on line 79 in base/src/main/java/org/aya/core/term/IntegerOps.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

base/src/main/java/org/aya/core/term/IntegerOps.java#L79

Added line #L79 was not covered by tests

Check warning on line 84 in base/src/main/java/org/aya/core/term/IntegerOps.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

base/src/main/java/org/aya/core/term/IntegerOps.java#L83-L84

Added lines #L83 - L84 were not covered by tests

Check warning on line 86 in base/src/main/java/org/aya/core/term/IntegerOps.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

base/src/main/java/org/aya/core/term/IntegerOps.java#L86

Added line #L86 was not covered by tests

Check warning on line 89 in base/src/main/java/org/aya/core/term/IntegerOps.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

base/src/main/java/org/aya/core/term/IntegerOps.java#L89

Added line #L89 was not covered by tests

Check warning on line 57 in base/src/main/java/org/aya/core/term/IntegerTerm.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

base/src/main/java/org/aya/core/term/IntegerTerm.java#L57

Added line #L57 was not covered by tests

Check warning on line 61 in base/src/main/java/org/aya/core/term/IntegerTerm.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

base/src/main/java/org/aya/core/term/IntegerTerm.java#L61

Added line #L61 was not covered by tests

Check warning on line 66 in base/src/main/java/org/aya/core/term/IntegerTerm.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

base/src/main/java/org/aya/core/term/IntegerTerm.java#L65-L66

Added lines #L65 - L66 were not covered by tests

Check warning on line 27 in base/src/main/java/org/aya/core/term/RuleReducer.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

base/src/main/java/org/aya/core/term/RuleReducer.java#L27

Added line #L27 was not covered by tests

Check warning on line 34 in base/src/main/java/org/aya/core/term/RuleReducer.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

base/src/main/java/org/aya/core/term/RuleReducer.java#L34

Added line #L34 was not covered by tests

Check warning on line 40 in base/src/main/java/org/aya/core/term/RuleReducer.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

base/src/main/java/org/aya/core/term/RuleReducer.java#L39-L40

Added lines #L39 - L40 were not covered by tests

Check warning on line 45 in base/src/main/java/org/aya/core/term/RuleReducer.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

base/src/main/java/org/aya/core/term/RuleReducer.java#L45

Added line #L45 was not covered by tests

Check warning on line 49 in base/src/main/java/org/aya/core/term/RuleReducer.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

base/src/main/java/org/aya/core/term/RuleReducer.java#L49

Added line #L49 was not covered by tests