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

Introduce dereference operator for references #2982

Merged
merged 21 commits into from
Jan 10, 2024

add test for parsing mixed binary/unary expression, both using *

01ea3f3
Select commit
Loading
Failed to load commit list.
Merged

Introduce dereference operator for references #2982

add test for parsing mixed binary/unary expression, both using *
01ea3f3
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Jan 9, 2024 in 0s

78.72% of diff hit (target 100.00%)

View this Pull Request on Codecov

78.72% of diff hit (target 100.00%)

Annotations

Check warning on line 702 in runtime/interpreter/interpreter_expression.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

runtime/interpreter/interpreter_expression.go#L702

Added line #L702 was not covered by tests

Check warning on line 19701 in runtime/interpreter/value.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

runtime/interpreter/value.go#L19699-L19701

Added lines #L19699 - L19701 were not covered by tests

Check warning on line 80 in runtime/sema/check_unary_expression.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

runtime/sema/check_unary_expression.go#L67-L80

Added lines #L67 - L80 were not covered by tests