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

WIP fix: handle assignments to dereferenced pointer values #1501

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from

this almost works but alas...

0e6e0db
Select commit
Loading
Failed to load commit list.
Draft

WIP fix: handle assignments to dereferenced pointer values #1501

this almost works but alas...
0e6e0db
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 succeeded Jan 10, 2024 in 0s

30.56% of diff hit (within 100.00% threshold of 56.08%)

View this Pull Request on Codecov

30.56% of diff hit (within 100.00% threshold of 56.08%)

Annotations

Check warning on line 365 in gnovm/pkg/gnolang/op_exec.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gnovm/pkg/gnolang/op_exec.go#L365

Added line #L365 was not covered by tests

Check warning on line 378 in gnovm/pkg/gnolang/op_exec.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gnovm/pkg/gnolang/op_exec.go#L378

Added line #L378 was not covered by tests

Check warning on line 888 in gnovm/pkg/gnolang/op_exec.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gnovm/pkg/gnolang/op_exec.go#L888

Added line #L888 was not covered by tests

Check warning on line 274 in gnovm/pkg/gnolang/ownership.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gnovm/pkg/gnolang/ownership.go#L273-L274

Added lines #L273 - L274 were not covered by tests

Check warning on line 341 in gnovm/pkg/gnolang/ownership.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gnovm/pkg/gnolang/ownership.go#L340-L341

Added lines #L340 - L341 were not covered by tests

Check warning on line 403 in gnovm/pkg/gnolang/realm.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gnovm/pkg/gnolang/realm.go#L395-L403

Added lines #L395 - L403 were not covered by tests

Check warning on line 130 in gnovm/pkg/gnolang/values.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gnovm/pkg/gnolang/values.go#L130

Added line #L130 was not covered by tests

Check warning on line 270 in gnovm/pkg/gnolang/values.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gnovm/pkg/gnolang/values.go#L270

Added line #L270 was not covered by tests

Check warning on line 307 in gnovm/pkg/gnolang/values.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gnovm/pkg/gnolang/values.go#L294-L307

Added lines #L294 - L307 were not covered by tests

Check warning on line 342 in gnovm/pkg/gnolang/values.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gnovm/pkg/gnolang/values.go#L324-L342

Added lines #L324 - L342 were not covered by tests

Check warning on line 349 in gnovm/pkg/gnolang/values.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gnovm/pkg/gnolang/values.go#L349

Added line #L349 was not covered by tests

Check warning on line 453 in gnovm/pkg/gnolang/values.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gnovm/pkg/gnolang/values.go#L445-L453

Added lines #L445 - L453 were not covered by tests

Check warning on line 480 in gnovm/pkg/gnolang/values.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gnovm/pkg/gnolang/values.go#L456-L480

Added lines #L456 - L480 were not covered by tests

Check warning on line 619 in gnovm/pkg/gnolang/values.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gnovm/pkg/gnolang/values.go#L612-L619

Added lines #L612 - L619 were not covered by tests

Check warning on line 631 in gnovm/pkg/gnolang/values.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gnovm/pkg/gnolang/values.go#L627-L631

Added lines #L627 - L631 were not covered by tests

Check warning on line 894 in gnovm/pkg/gnolang/values.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gnovm/pkg/gnolang/values.go#L894

Added line #L894 was not covered by tests

Check warning on line 1173 in gnovm/pkg/gnolang/values.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gnovm/pkg/gnolang/values.go#L1147-L1173

Added lines #L1147 - L1173 were not covered by tests

Check warning on line 1175 in gnovm/pkg/gnolang/values.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gnovm/pkg/gnolang/values.go#L1175

Added line #L1175 was not covered by tests

Check warning on line 1183 in gnovm/pkg/gnolang/values.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gnovm/pkg/gnolang/values.go#L1183

Added line #L1183 was not covered by tests

Check warning on line 1223 in gnovm/pkg/gnolang/values.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gnovm/pkg/gnolang/values.go#L1223

Added line #L1223 was not covered by tests

Check warning on line 1225 in gnovm/pkg/gnolang/values.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gnovm/pkg/gnolang/values.go#L1225

Added line #L1225 was not covered by tests