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(gnovm): enforce size of int and uint to 64 bits on all arch. #3591

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

fixup

c977061
Select commit
Loading
Failed to load commit list.
Open

feat(gnovm): enforce size of int and uint to 64 bits on all arch. #3591

fixup
c977061
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Jan 23, 2025 in 1s

62.30% of diff hit (within 5.00% threshold of 66.97%)

View this Pull Request on Codecov

62.30% of diff hit (within 5.00% threshold of 66.97%)

Annotations

Check warning on line 103 in gno.land/pkg/sdk/vm/convert.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gno.land/pkg/sdk/vm/convert.go#L103

Added line #L103 was not covered by tests

Check warning on line 325 in gnovm/pkg/gnolang/gonative.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gnovm/pkg/gnolang/gonative.go#L325

Added line #L325 was not covered by tests

Check warning on line 414 in gnovm/pkg/gnolang/gonative.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gnovm/pkg/gnolang/gonative.go#L414

Added line #L414 was not covered by tests

Check warning on line 630 in gnovm/pkg/gnolang/gonative.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gnovm/pkg/gnolang/gonative.go#L630

Added line #L630 was not covered by tests

Check warning on line 640 in gnovm/pkg/gnolang/gonative.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gnovm/pkg/gnolang/gonative.go#L640

Added line #L640 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

gnovm/pkg/gnolang/gonative.go#L1225

Added line #L1225 was not covered by tests

Check warning on line 1264 in gnovm/pkg/gnolang/gonative.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gnovm/pkg/gnolang/gonative.go#L1264

Added line #L1264 was not covered by tests

Check warning on line 1260 in gnovm/pkg/gnolang/op_binary.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gnovm/pkg/gnolang/op_binary.go#L1259-L1260

Added lines #L1259 - L1260 were not covered by tests

Check warning on line 1278 in gnovm/pkg/gnolang/op_binary.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gnovm/pkg/gnolang/op_binary.go#L1278

Added line #L1278 was not covered by tests

Check warning on line 1348 in gnovm/pkg/gnolang/op_binary.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gnovm/pkg/gnolang/op_binary.go#L1348

Added line #L1348 was not covered by tests

Check warning on line 1357 in gnovm/pkg/gnolang/op_binary.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gnovm/pkg/gnolang/op_binary.go#L1357

Added line #L1357 was not covered by tests

Check warning on line 1366 in gnovm/pkg/gnolang/op_binary.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gnovm/pkg/gnolang/op_binary.go#L1366

Added line #L1366 was not covered by tests

Check warning on line 1375 in gnovm/pkg/gnolang/op_binary.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gnovm/pkg/gnolang/op_binary.go#L1375

Added line #L1375 was not covered by tests

Check warning on line 1393 in gnovm/pkg/gnolang/op_binary.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gnovm/pkg/gnolang/op_binary.go#L1393

Added line #L1393 was not covered by tests

Check warning on line 1402 in gnovm/pkg/gnolang/op_binary.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gnovm/pkg/gnolang/op_binary.go#L1402

Added line #L1402 was not covered by tests

Check warning on line 1411 in gnovm/pkg/gnolang/op_binary.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gnovm/pkg/gnolang/op_binary.go#L1411

Added line #L1411 was not covered by tests

Check warning on line 1420 in gnovm/pkg/gnolang/op_binary.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gnovm/pkg/gnolang/op_binary.go#L1420

Added line #L1420 was not covered by tests

Check warning on line 1429 in gnovm/pkg/gnolang/op_binary.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gnovm/pkg/gnolang/op_binary.go#L1429

Added line #L1429 was not covered by tests

Check warning on line 696 in gnovm/pkg/gnolang/uverse.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gnovm/pkg/gnolang/uverse.go#L696

Added line #L696 was not covered by tests

Check warning on line 899 in gnovm/pkg/gnolang/uverse.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gnovm/pkg/gnolang/uverse.go#L899

Added line #L899 was not covered by tests

Check warning on line 929 in gnovm/pkg/gnolang/uverse.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gnovm/pkg/gnolang/uverse.go#L929

Added line #L929 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

gnovm/pkg/gnolang/values.go#L2032

Added line #L2032 was not covered by tests

Check warning on line 256 in gnovm/pkg/gnolang/values_conversions.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gnovm/pkg/gnolang/values_conversions.go#L256

Added line #L256 was not covered by tests

Check warning on line 280 in gnovm/pkg/gnolang/values_conversions.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gnovm/pkg/gnolang/values_conversions.go#L280

Added line #L280 was not covered by tests

Check warning on line 432 in gnovm/pkg/gnolang/values_conversions.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gnovm/pkg/gnolang/values_conversions.go#L432

Added line #L432 was not covered by tests