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

Initial class related code #1106

Merged
merged 12 commits into from
Jun 9, 2024

test: parse a class

d4091bb
Select commit
Loading
Failed to load commit list.
Merged

Initial class related code #1106

test: parse a class
d4091bb
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Jun 9, 2024 in 1s

55.43% of diff hit (target 79.01%)

View this Pull Request on Codecov

55.43% of diff hit (target 79.01%)

Annotations

Check warning on line 116 in base/src/main/java/org/aya/resolve/visitor/StmtPreResolver.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

base/src/main/java/org/aya/resolve/visitor/StmtPreResolver.java#L112-L116

Added lines #L112 - L116 were not covered by tests

Check warning on line 107 in base/src/main/java/org/aya/resolve/visitor/StmtResolver.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

base/src/main/java/org/aya/resolve/visitor/StmtResolver.java#L106-L107

Added lines #L106 - L107 were not covered by tests

Check warning on line 111 in base/src/main/java/org/aya/resolve/visitor/StmtResolver.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

base/src/main/java/org/aya/resolve/visitor/StmtResolver.java#L109-L111

Added lines #L109 - L111 were not covered by tests

Check warning on line 124 in base/src/main/java/org/aya/tyck/StmtTycker.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

base/src/main/java/org/aya/tyck/StmtTycker.java#L123-L124

Added lines #L123 - L124 were not covered by tests

Check warning on line 48 in jit-compiler/src/main/java/org/aya/compiler/ModuleSerializer.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

jit-compiler/src/main/java/org/aya/compiler/ModuleSerializer.java#L47-L48

Added lines #L47 - L48 were not covered by tests

Check warning on line 51 in jit-compiler/src/main/java/org/aya/compiler/ModuleSerializer.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

jit-compiler/src/main/java/org/aya/compiler/ModuleSerializer.java#L50-L51

Added lines #L50 - L51 were not covered by tests

Check warning on line 288 in syntax/src/main/java/org/aya/prettier/CorePrettier.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

syntax/src/main/java/org/aya/prettier/CorePrettier.java#L284-L288

Added lines #L284 - L288 were not covered by tests

Check warning on line 302 in syntax/src/main/java/org/aya/prettier/CorePrettier.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

syntax/src/main/java/org/aya/prettier/CorePrettier.java#L300-L302

Added lines #L300 - L302 were not covered by tests

Check warning on line 98 in syntax/src/main/java/org/aya/syntax/concrete/stmt/StmtVisitor.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

syntax/src/main/java/org/aya/syntax/concrete/stmt/StmtVisitor.java#L98

Added line #L98 was not covered by tests

Check warning on line 10 in syntax/src/main/java/org/aya/syntax/core/def/ClassDef.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

syntax/src/main/java/org/aya/syntax/core/def/ClassDef.java#L10

Added line #L10 was not covered by tests

Check warning on line 15 in syntax/src/main/java/org/aya/syntax/core/def/ClassDef.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

syntax/src/main/java/org/aya/syntax/core/def/ClassDef.java#L15

Added line #L15 was not covered by tests

Check warning on line 11 in syntax/src/main/java/org/aya/syntax/core/def/MemberDef.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

syntax/src/main/java/org/aya/syntax/core/def/MemberDef.java#L11

Added line #L11 was not covered by tests

Check warning on line 18 in syntax/src/main/java/org/aya/syntax/core/def/MemberDef.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

syntax/src/main/java/org/aya/syntax/core/def/MemberDef.java#L18

Added line #L18 was not covered by tests

Check warning on line 38 in syntax/src/main/java/org/aya/syntax/core/def/TyckAnyDef.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

syntax/src/main/java/org/aya/syntax/core/def/TyckAnyDef.java#L37-L38

Added lines #L37 - L38 were not covered by tests

Check warning on line 25 in syntax/src/main/java/org/aya/syntax/ref/GeneralizedVar.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

syntax/src/main/java/org/aya/syntax/ref/GeneralizedVar.java#L25

Added line #L25 was not covered by tests

Check warning on line 16 in syntax/src/main/java/org/aya/syntax/ref/MemberVar.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

syntax/src/main/java/org/aya/syntax/ref/MemberVar.java#L15-L16

Added lines #L15 - L16 were not covered by tests