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

feat: named and unnamed type assignment 2 of 3 #1246

Merged
merged 12 commits into from
May 31, 2024

gofumpt tests/files/assign_unnamed_type

e81b682
Select commit
Loading
Failed to load commit list.
Merged

feat: named and unnamed type assignment 2 of 3 #1246

gofumpt tests/files/assign_unnamed_type
e81b682
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Nov 9, 2023 in 1s

53.06% of diff hit (within 100.00% threshold of 55.96%)

View this Pull Request on Codecov

53.06% of diff hit (within 100.00% threshold of 55.96%)

Annotations

Check warning on line 1546 in gnovm/pkg/gnolang/preprocess.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gnovm/pkg/gnolang/preprocess.go#L1541-L1546

Added lines #L1541 - L1546 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

gnovm/pkg/gnolang/types.go#L377-L378

Added lines #L377 - L378 were not covered by tests

Check warning on line 541 in gnovm/pkg/gnolang/types.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gnovm/pkg/gnolang/types.go#L540-L541

Added lines #L540 - L541 were not covered by tests

Check warning on line 772 in gnovm/pkg/gnolang/types.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gnovm/pkg/gnolang/types.go#L771-L772

Added lines #L771 - L772 were not covered by tests

Check warning on line 896 in gnovm/pkg/gnolang/types.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gnovm/pkg/gnolang/types.go#L895-L896

Added lines #L895 - L896 were not covered by tests

Check warning on line 1110 in gnovm/pkg/gnolang/types.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gnovm/pkg/gnolang/types.go#L1109-L1110

Added lines #L1109 - L1110 were not covered by tests

Check warning on line 1377 in gnovm/pkg/gnolang/types.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gnovm/pkg/gnolang/types.go#L1376-L1377

Added lines #L1376 - L1377 were not covered by tests

Check warning on line 1409 in gnovm/pkg/gnolang/types.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gnovm/pkg/gnolang/types.go#L1408-L1409

Added lines #L1408 - L1409 were not covered by tests

Check warning on line 1903 in gnovm/pkg/gnolang/types.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gnovm/pkg/gnolang/types.go#L1902-L1903

Added lines #L1902 - L1903 were not covered by tests

Check warning on line 1957 in gnovm/pkg/gnolang/types.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gnovm/pkg/gnolang/types.go#L1956-L1957

Added lines #L1956 - L1957 were not covered by tests

Check warning on line 1988 in gnovm/pkg/gnolang/types.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gnovm/pkg/gnolang/types.go#L1987-L1988

Added lines #L1987 - L1988 were not covered by tests

Check warning on line 2022 in gnovm/pkg/gnolang/types.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gnovm/pkg/gnolang/types.go#L2021-L2022

Added lines #L2021 - L2022 were not covered by tests

Check warning on line 238 in gnovm/pkg/gnolang/values_string.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gnovm/pkg/gnolang/values_string.go#L230-L238

Added lines #L230 - L238 were not covered by tests

Check warning on line 251 in gnovm/pkg/gnolang/values_string.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gnovm/pkg/gnolang/values_string.go#L243-L251

Added lines #L243 - L251 were not covered by tests