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] feat: capture transient values in loop block for closures #1585

Closed

rm unused comment

3af55bb
Select commit
Loading
Failed to load commit list.
Closed

[WIP] feat: capture transient values in loop block for closures #1585

rm unused comment
3af55bb
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Jan 31, 2024 in 1s

46.66% of diff hit (within 100.00% threshold of 55.87%)

View this Pull Request on Codecov

46.66% of diff hit (within 100.00% threshold of 55.87%)

Annotations

Check warning on line 1631 in gnovm/pkg/gnolang/machine.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gnovm/pkg/gnolang/machine.go#L1631

Added line #L1631 was not covered by tests

Check warning on line 69 in gnovm/pkg/gnolang/op_call.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gnovm/pkg/gnolang/op_call.go#L62-L69

Added lines #L62 - L69 were not covered by tests

Check warning on line 80 in gnovm/pkg/gnolang/op_call.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gnovm/pkg/gnolang/op_call.go#L71-L80

Added lines #L71 - L80 were not covered by tests

Check warning on line 86 in gnovm/pkg/gnolang/op_call.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gnovm/pkg/gnolang/op_call.go#L83-L86

Added lines #L83 - L86 were not covered by tests

Check warning on line 90 in gnovm/pkg/gnolang/op_call.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gnovm/pkg/gnolang/op_call.go#L88-L90

Added lines #L88 - L90 were not covered by tests

Check warning on line 92 in gnovm/pkg/gnolang/op_call.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gnovm/pkg/gnolang/op_call.go#L92

Added line #L92 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

gnovm/pkg/gnolang/op_exec.go#L50-L63

Added lines #L50 - L63 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

gnovm/pkg/gnolang/op_exec.go#L65-L67

Added lines #L65 - L67 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

gnovm/pkg/gnolang/op_exec.go#L427

Added line #L427 was not covered by tests

Check warning on line 733 in gnovm/pkg/gnolang/op_expressions.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gnovm/pkg/gnolang/op_expressions.go#L731-L733

Added lines #L731 - L733 were not covered by tests

Check warning on line 756 in gnovm/pkg/gnolang/op_expressions.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gnovm/pkg/gnolang/op_expressions.go#L736-L756

Added lines #L736 - L756 were not covered by tests

Check warning on line 763 in gnovm/pkg/gnolang/op_expressions.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gnovm/pkg/gnolang/op_expressions.go#L761-L763

Added lines #L761 - L763 were not covered by tests

Check warning on line 768 in gnovm/pkg/gnolang/op_expressions.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gnovm/pkg/gnolang/op_expressions.go#L766-L768

Added lines #L766 - L768 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

gnovm/pkg/gnolang/values.go#L571-L575

Added lines #L571 - L575 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

gnovm/pkg/gnolang/values.go#L577

Added line #L577 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

gnovm/pkg/gnolang/values.go#L580-L590

Added lines #L580 - L590 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

gnovm/pkg/gnolang/values.go#L592-L593

Added lines #L592 - L593 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

gnovm/pkg/gnolang/values.go#L2413-L2416

Added lines #L2413 - L2416 were not covered by tests