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

표현식에 infer_type 추가 및 construct::Type 추가 #19

Merged
merged 2 commits into from
Nov 10, 2023

feat: add impl Default for CodegenContext

39c6d48
Select commit
Loading
Failed to load commit list.
Merged

표현식에 infer_type 추가 및 construct::Type 추가 #19

feat: add impl Default for CodegenContext
39c6d48
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Nov 9, 2023 in 1s

0.00% of diff hit (target 30.18%)

View this Pull Request on Codecov

0.00% of diff hit (target 30.18%)

Annotations

Check warning on line 5 in crates/psl/src/codegen/construct/type.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/psl/src/codegen/construct/type.rs#L5

Added line #L5 was not covered by tests

Check warning on line 22 in crates/psl/src/codegen/construct/type.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/psl/src/codegen/construct/type.rs#L16-L22

Added lines #L16 - L22 were not covered by tests

Check warning on line 25 in crates/psl/src/codegen/construct/type.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/psl/src/codegen/construct/type.rs#L25

Added line #L25 was not covered by tests

Check warning on line 34 in crates/psl/src/codegen/construct/type.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/psl/src/codegen/construct/type.rs#L29-L34

Added lines #L29 - L34 were not covered by tests

Check warning on line 36 in crates/psl/src/codegen/construct/type.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/psl/src/codegen/construct/type.rs#L36

Added line #L36 was not covered by tests

Check warning on line 45 in crates/psl/src/codegen/construct/type.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/psl/src/codegen/construct/type.rs#L40-L45

Added lines #L40 - L45 were not covered by tests

Check warning on line 47 in crates/psl/src/codegen/construct/type.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/psl/src/codegen/construct/type.rs#L47

Added line #L47 was not covered by tests

Check warning on line 56 in crates/psl/src/codegen/construct/type.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/psl/src/codegen/construct/type.rs#L49-L56

Added lines #L49 - L56 were not covered by tests

Check warning on line 58 in crates/psl/src/codegen/construct/type.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/psl/src/codegen/construct/type.rs#L58

Added line #L58 was not covered by tests

Check warning on line 12 in crates/psl/src/codegen/context.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/psl/src/codegen/context.rs#L10-L12

Added lines #L10 - L12 were not covered by tests

Check warning on line 9 in crates/psl/src/codegen/impls/declarations/variable_declaration.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/psl/src/codegen/impls/declarations/variable_declaration.rs#L8-L9

Added lines #L8 - L9 were not covered by tests

Check warning on line 13 in crates/psl/src/codegen/impls/declarations/variable_declaration.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/psl/src/codegen/impls/declarations/variable_declaration.rs#L13

Added line #L13 was not covered by tests

Check warning on line 25 in crates/psl/src/codegen/impls/expressions/if.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/psl/src/codegen/impls/expressions/if.rs#L23-L25

Added lines #L23 - L25 were not covered by tests

Check warning on line 28 in crates/psl/src/codegen/impls/expressions/if.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/psl/src/codegen/impls/expressions/if.rs#L27-L28

Added lines #L27 - L28 were not covered by tests

Check warning on line 28 in crates/psl/src/codegen/impls/expressions/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/psl/src/codegen/impls/expressions/mod.rs#L23-L28

Added lines #L23 - L28 were not covered by tests

Check warning on line 30 in crates/psl/src/codegen/impls/expressions/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/psl/src/codegen/impls/expressions/mod.rs#L30

Added line #L30 was not covered by tests

Check warning on line 17 in crates/psl/src/codegen/impls/expressions/name.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/psl/src/codegen/impls/expressions/name.rs#L13-L17

Added lines #L13 - L17 were not covered by tests

Check warning on line 14 in crates/psl/src/codegen/impls/expressions/read.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/psl/src/codegen/impls/expressions/read.rs#L9-L14

Added lines #L9 - L14 were not covered by tests

Check warning on line 20 in crates/psl/src/codegen/impls/expressions/read.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/psl/src/codegen/impls/expressions/read.rs#L18-L20

Added lines #L18 - L20 were not covered by tests

Check warning on line 10 in crates/psl/src/codegen/impls/statements/write.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/psl/src/codegen/impls/statements/write.rs#L10

Added line #L10 was not covered by tests

Check warning on line 17 in crates/psl/src/codegen/impls/statements/write.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/psl/src/codegen/impls/statements/write.rs#L13-L17

Added lines #L13 - L17 were not covered by tests