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

Atree register inlining for v1.0 #3048

Merge pull request #3170 from onflow/fxamacker/use-atree-readonly-ite…

fccfa81
Select commit
Loading
Failed to load commit list.
Merged

Atree register inlining for v1.0 #3048

Merge pull request #3170 from onflow/fxamacker/use-atree-readonly-ite…
fccfa81
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Apr 4, 2024 in 1s

84.70% of diff hit (target 100.00%)

View this Pull Request on Codecov

84.70% of diff hit (target 100.00%)

Annotations

Check warning on line 48 in migrations/legacy_intersection_type.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

migrations/legacy_intersection_type.go#L47-L48

Added lines #L47 - L48 were not covered by tests

Check warning on line 53 in migrations/legacy_intersection_type.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

migrations/legacy_intersection_type.go#L52-L53

Added lines #L52 - L53 were not covered by tests

Check warning on line 63 in migrations/legacy_intersection_type.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

migrations/legacy_intersection_type.go#L63

Added line #L63 was not covered by tests

Check warning on line 45 in migrations/legacy_primitivestatic_type.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

migrations/legacy_primitivestatic_type.go#L44-L45

Added lines #L44 - L45 were not covered by tests

Check warning on line 53 in migrations/legacy_reference_type.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

migrations/legacy_reference_type.go#L52-L53

Added lines #L52 - L53 were not covered by tests

Check warning on line 572 in runtime/convertValues.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

runtime/convertValues.go#L571-L572

Added lines #L571 - L572 were not covered by tests

Check warning on line 583 in runtime/convertValues.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

runtime/convertValues.go#L582-L583

Added lines #L582 - L583 were not covered by tests

Check warning on line 882 in runtime/interpreter/decode.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

runtime/interpreter/decode.go#L878-L882

Added lines #L878 - L882 were not covered by tests

Check warning on line 889 in runtime/interpreter/decode.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

runtime/interpreter/decode.go#L885-L889

Added lines #L885 - L889 were not covered by tests

Check warning on line 897 in runtime/interpreter/decode.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

runtime/interpreter/decode.go#L893-L897

Added lines #L893 - L897 were not covered by tests

Check warning on line 904 in runtime/interpreter/decode.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

runtime/interpreter/decode.go#L900-L904

Added lines #L900 - L904 were not covered by tests

Check warning on line 912 in runtime/interpreter/decode.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

runtime/interpreter/decode.go#L908-L912

Added lines #L908 - L912 were not covered by tests

Check warning on line 744 in runtime/interpreter/encode.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

runtime/interpreter/encode.go#L743-L744

Added lines #L743 - L744 were not covered by tests

Check warning on line 749 in runtime/interpreter/encode.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

runtime/interpreter/encode.go#L748-L749

Added lines #L748 - L749 were not covered by tests

Check warning on line 1688 in runtime/interpreter/encode.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

runtime/interpreter/encode.go#L1687-L1688

Added lines #L1687 - L1688 were not covered by tests

Check warning on line 1692 in runtime/interpreter/encode.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

runtime/interpreter/encode.go#L1691-L1692

Added lines #L1691 - L1692 were not covered by tests

Check warning on line 1696 in runtime/interpreter/encode.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

runtime/interpreter/encode.go#L1695-L1696

Added lines #L1695 - L1696 were not covered by tests

Check warning on line 5494 in runtime/interpreter/interpreter.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

runtime/interpreter/interpreter.go#L5494

Added line #L5494 was not covered by tests

Check warning on line 74 in runtime/interpreter/simplecompositevalue.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

runtime/interpreter/simplecompositevalue.go#L74

Added line #L74 was not covered by tests

Check warning on line 247 in runtime/interpreter/statictype.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

runtime/interpreter/statictype.go#L246-L247

Added lines #L246 - L247 were not covered by tests

Check warning on line 377 in runtime/interpreter/statictype.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

runtime/interpreter/statictype.go#L376-L377

Added lines #L376 - L377 were not covered by tests

Check warning on line 145 in runtime/interpreter/storage.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

runtime/interpreter/storage.go#L145

Added line #L145 was not covered by tests

Check warning on line 90 in runtime/interpreter/storagemapkey.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

runtime/interpreter/storagemapkey.go#L89-L90

Added lines #L89 - L90 were not covered by tests

Check warning on line 106 in runtime/interpreter/storagemapkey.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

runtime/interpreter/storagemapkey.go#L105-L106

Added lines #L105 - L106 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

runtime/interpreter/value.go#L338

Added line #L338 was not covered by tests