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

Improve and fix static types and their ID and string functions #2756

Merged
merged 24 commits into from
Sep 1, 2023

remove unused field

9c733bb
Select commit
Loading
Failed to load commit list.
Merged

Improve and fix static types and their ID and string functions #2756

remove unused field
9c733bb
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Sep 1, 2023 in 1s

87.71% of diff hit (target 100.00%)

View this Pull Request on Codecov

87.71% of diff hit (target 100.00%)

Annotations

Check warning on line 299 in encoding/ccf/decode_typedef.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

encoding/ccf/decode_typedef.go#L299

Added line #L299 was not covered by tests

Check warning on line 332 in encoding/ccf/decode_typedef.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

encoding/ccf/decode_typedef.go#L332

Added line #L332 was not covered by tests

Check warning on line 338 in encoding/ccf/decode_typedef.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

encoding/ccf/decode_typedef.go#L338

Added line #L338 was not covered by tests

Check warning on line 345 in encoding/ccf/decode_typedef.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

encoding/ccf/decode_typedef.go#L345

Added line #L345 was not covered by tests

Check warning on line 357 in encoding/ccf/decode_typedef.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

encoding/ccf/decode_typedef.go#L357

Added line #L357 was not covered by tests

Check warning on line 479 in encoding/ccf/decode_typedef.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

encoding/ccf/decode_typedef.go#L479

Added line #L479 was not covered by tests

Check warning on line 485 in encoding/ccf/decode_typedef.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

encoding/ccf/decode_typedef.go#L485

Added line #L485 was not covered by tests

Check warning on line 492 in encoding/ccf/decode_typedef.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

encoding/ccf/decode_typedef.go#L492

Added line #L492 was not covered by tests

Check warning on line 498 in encoding/ccf/decode_typedef.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

encoding/ccf/decode_typedef.go#L498

Added line #L498 was not covered by tests

Check warning on line 567 in runtime/convertTypes.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

runtime/convertTypes.go#L567

Added line #L567 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

runtime/interpreter/decode.go#L1364-L1368

Added lines #L1364 - L1368 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

runtime/interpreter/decode.go#L1370

Added line #L1370 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

runtime/interpreter/decode.go#L1374-L1378

Added lines #L1374 - L1378 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

runtime/interpreter/decode.go#L1384

Added line #L1384 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

runtime/interpreter/decode.go#L1394-L1397

Added lines #L1394 - L1397 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

runtime/interpreter/decode.go#L1399

Added line #L1399 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

runtime/interpreter/encode.go#L1316

Added line #L1316 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

runtime/interpreter/encode.go#L1324

Added line #L1324 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

runtime/interpreter/interpreter.go#L1848

Added line #L1848 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

runtime/interpreter/statictype.go#L182

Added line #L182 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

runtime/interpreter/statictype.go#L186-L187

Added lines #L186 - L187 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

runtime/interpreter/statictype.go#L307-L308

Added lines #L307 - L308 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

runtime/interpreter/statictype.go#L334-L335

Added lines #L334 - L335 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

runtime/interpreter/statictype.go#L388-L389

Added lines #L388 - L389 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

runtime/interpreter/statictype.go#L438-L439

Added lines #L438 - L439 were not covered by tests