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

AST Restructuring & Mapping Update #507

Merged
merged 7 commits into from
Oct 17, 2023

Split up `semantic-data` and `type-data` into individual files

886627f
Select commit
Loading
Failed to load commit list.
Merged

AST Restructuring & Mapping Update #507

Split up `semantic-data` and `type-data` into individual files
886627f
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 Oct 17, 2023 in 1s

85.11% of diff hit (target 85.35%)

View this Pull Request on Codecov

85.11% of diff hit (target 85.35%)

Annotations

Check warning on line 345 in kipper/core/src/compiler/ast/mapping/ast-node-mapper.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

kipper/core/src/compiler/ast/mapping/ast-node-mapper.ts#L345

Added line #L345 was not covered by tests

Check warning on line 358 in kipper/core/src/compiler/ast/mapping/ast-node-mapper.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

kipper/core/src/compiler/ast/mapping/ast-node-mapper.ts#L358

Added line #L358 was not covered by tests

Check warning on line 371 in kipper/core/src/compiler/ast/mapping/ast-node-mapper.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

kipper/core/src/compiler/ast/mapping/ast-node-mapper.ts#L371

Added line #L371 was not covered by tests

Check warning on line 384 in kipper/core/src/compiler/ast/mapping/ast-node-mapper.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

kipper/core/src/compiler/ast/mapping/ast-node-mapper.ts#L384

Added line #L384 was not covered by tests

Check warning on line 397 in kipper/core/src/compiler/ast/mapping/ast-node-mapper.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

kipper/core/src/compiler/ast/mapping/ast-node-mapper.ts#L397

Added line #L397 was not covered by tests

Check warning on line 410 in kipper/core/src/compiler/ast/mapping/ast-node-mapper.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

kipper/core/src/compiler/ast/mapping/ast-node-mapper.ts#L410

Added line #L410 was not covered by tests

Check warning on line 70 in kipper/core/src/compiler/ast/nodes/declarations/function-declaration/function-declaration.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

kipper/core/src/compiler/ast/nodes/declarations/function-declaration/function-declaration.ts#L70

Added line #L70 was not covered by tests

Check warning on line 88 in kipper/core/src/compiler/ast/nodes/declarations/function-declaration/function-declaration.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

kipper/core/src/compiler/ast/nodes/declarations/function-declaration/function-declaration.ts#L88

Added line #L88 was not covered by tests

Check warning on line 52 in kipper/core/src/compiler/ast/nodes/declarations/parameter-declaration/parameter-declaration.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

kipper/core/src/compiler/ast/nodes/declarations/parameter-declaration/parameter-declaration.ts#L52

Added line #L52 was not covered by tests

Check warning on line 70 in kipper/core/src/compiler/ast/nodes/declarations/parameter-declaration/parameter-declaration.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

kipper/core/src/compiler/ast/nodes/declarations/parameter-declaration/parameter-declaration.ts#L70

Added line #L70 was not covered by tests

Check warning on line 70 in kipper/core/src/compiler/ast/nodes/declarations/variable-declaration/variable-declaration.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

kipper/core/src/compiler/ast/nodes/declarations/variable-declaration/variable-declaration.ts#L70

Added line #L70 was not covered by tests

Check warning on line 88 in kipper/core/src/compiler/ast/nodes/declarations/variable-declaration/variable-declaration.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

kipper/core/src/compiler/ast/nodes/declarations/variable-declaration/variable-declaration.ts#L88

Added line #L88 was not covered by tests

Check warning on line 55 in kipper/core/src/compiler/ast/nodes/expressions/arithmetic/additive-expression/additive-expression.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

kipper/core/src/compiler/ast/nodes/expressions/arithmetic/additive-expression/additive-expression.ts#L55

Added line #L55 was not covered by tests

Check warning on line 73 in kipper/core/src/compiler/ast/nodes/expressions/arithmetic/additive-expression/additive-expression.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

kipper/core/src/compiler/ast/nodes/expressions/arithmetic/additive-expression/additive-expression.ts#L73

Added line #L73 was not covered by tests

Check warning on line 60 in kipper/core/src/compiler/ast/nodes/expressions/arithmetic/multiplicative-expression/multiplicative-expression.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

kipper/core/src/compiler/ast/nodes/expressions/arithmetic/multiplicative-expression/multiplicative-expression.ts#L60

Added line #L60 was not covered by tests

Check warning on line 78 in kipper/core/src/compiler/ast/nodes/expressions/arithmetic/multiplicative-expression/multiplicative-expression.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

kipper/core/src/compiler/ast/nodes/expressions/arithmetic/multiplicative-expression/multiplicative-expression.ts#L78

Added line #L78 was not covered by tests

Check warning on line 68 in kipper/core/src/compiler/ast/nodes/expressions/assignment-expression/assignment-expression.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

kipper/core/src/compiler/ast/nodes/expressions/assignment-expression/assignment-expression.ts#L68

Added line #L68 was not covered by tests

Check warning on line 86 in kipper/core/src/compiler/ast/nodes/expressions/assignment-expression/assignment-expression.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

kipper/core/src/compiler/ast/nodes/expressions/assignment-expression/assignment-expression.ts#L86

Added line #L86 was not covered by tests

Check warning on line 56 in kipper/core/src/compiler/ast/nodes/expressions/cast-or-convert-expression/cast-or-convert-expression.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

kipper/core/src/compiler/ast/nodes/expressions/cast-or-convert-expression/cast-or-convert-expression.ts#L56

Added line #L56 was not covered by tests

Check warning on line 74 in kipper/core/src/compiler/ast/nodes/expressions/cast-or-convert-expression/cast-or-convert-expression.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

kipper/core/src/compiler/ast/nodes/expressions/cast-or-convert-expression/cast-or-convert-expression.ts#L74

Added line #L74 was not covered by tests

Check warning on line 56 in kipper/core/src/compiler/ast/nodes/expressions/comparative-expression/equality-expression/equality-expression.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

kipper/core/src/compiler/ast/nodes/expressions/comparative-expression/equality-expression/equality-expression.ts#L56

Added line #L56 was not covered by tests

Check warning on line 74 in kipper/core/src/compiler/ast/nodes/expressions/comparative-expression/equality-expression/equality-expression.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

kipper/core/src/compiler/ast/nodes/expressions/comparative-expression/equality-expression/equality-expression.ts#L74

Added line #L74 was not covered by tests

Check warning on line 68 in kipper/core/src/compiler/ast/nodes/expressions/comparative-expression/relational-expression/relational-expression.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

kipper/core/src/compiler/ast/nodes/expressions/comparative-expression/relational-expression/relational-expression.ts#L68

Added line #L68 was not covered by tests

Check warning on line 86 in kipper/core/src/compiler/ast/nodes/expressions/comparative-expression/relational-expression/relational-expression.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

kipper/core/src/compiler/ast/nodes/expressions/comparative-expression/relational-expression/relational-expression.ts#L86

Added line #L86 was not covered by tests

Check warning on line 50 in kipper/core/src/compiler/ast/nodes/expressions/conditional-expression/conditional-expression.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

kipper/core/src/compiler/ast/nodes/expressions/conditional-expression/conditional-expression.ts#L50

Added line #L50 was not covered by tests