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

Extend type bounds #3059

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

generate

7e8d0d5
Select commit
Loading
Failed to load commit list.
Open

Extend type bounds #3059

generate
7e8d0d5
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Apr 3, 2024 in 1s

55.64% of diff hit (target 100.00%)

View this Pull Request on Codecov

55.64% of diff hit (target 100.00%)

Annotations

Check warning on line 1955 in encoding/ccf/encode.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

encoding/ccf/encode.go#L1955

Added line #L1955 was not covered by tests

Check warning on line 962 in encoding/json/decode.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

encoding/json/decode.go#L962

Added line #L962 was not covered by tests

Check warning on line 759 in encoding/json/encode.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

encoding/json/encode.go#L759

Added line #L759 was not covered by tests

Check warning on line 524 in runtime/convertTypes.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

runtime/convertTypes.go#L503-L524

Added lines #L503 - L524 were not covered by tests

Check warning on line 529 in runtime/convertTypes.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

runtime/convertTypes.go#L526-L529

Added lines #L526 - L529 were not covered by tests

Check warning on line 532 in runtime/convertTypes.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

runtime/convertTypes.go#L532

Added line #L532 was not covered by tests

Check warning on line 553 in runtime/convertTypes.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

runtime/convertTypes.go#L553

Added line #L553 was not covered by tests

Check warning on line 555 in runtime/convertTypes.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

runtime/convertTypes.go#L555

Added line #L555 was not covered by tests

Check warning on line 3413 in runtime/sema/type.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

runtime/sema/type.go#L3411-L3413

Added lines #L3411 - L3413 were not covered by tests

Check warning on line 3879 in runtime/sema/type.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

runtime/sema/type.go#L3879

Added line #L3879 was not covered by tests

Check warning on line 85 in runtime/sema/typebound.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

runtime/sema/typebound.go#L80-L85

Added lines #L80 - L85 were not covered by tests

Check warning on line 116 in runtime/sema/typebound.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

runtime/sema/typebound.go#L113-L116

Added lines #L113 - L116 were not covered by tests

Check warning on line 137 in runtime/sema/typebound.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

runtime/sema/typebound.go#L136-L137

Added lines #L136 - L137 were not covered by tests

Check warning on line 168 in runtime/sema/typebound.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

runtime/sema/typebound.go#L163-L168

Added lines #L163 - L168 were not covered by tests

Check warning on line 176 in runtime/sema/typebound.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

runtime/sema/typebound.go#L175-L176

Added lines #L175 - L176 were not covered by tests

Check warning on line 186 in runtime/sema/typebound.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

runtime/sema/typebound.go#L183-L186

Added lines #L183 - L186 were not covered by tests

Check warning on line 190 in runtime/sema/typebound.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

runtime/sema/typebound.go#L189-L190

Added lines #L189 - L190 were not covered by tests

Check warning on line 200 in runtime/sema/typebound.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

runtime/sema/typebound.go#L193-L200

Added lines #L193 - L200 were not covered by tests

Check warning on line 204 in runtime/sema/typebound.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

runtime/sema/typebound.go#L203-L204

Added lines #L203 - L204 were not covered by tests

Check warning on line 208 in runtime/sema/typebound.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

runtime/sema/typebound.go#L207-L208

Added lines #L207 - L208 were not covered by tests

Check warning on line 220 in runtime/sema/typebound.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

runtime/sema/typebound.go#L219-L220

Added lines #L219 - L220 were not covered by tests

Check warning on line 251 in runtime/sema/typebound.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

runtime/sema/typebound.go#L246-L251

Added lines #L246 - L251 were not covered by tests

Check warning on line 259 in runtime/sema/typebound.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

runtime/sema/typebound.go#L258-L259

Added lines #L258 - L259 were not covered by tests

Check warning on line 269 in runtime/sema/typebound.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

runtime/sema/typebound.go#L266-L269

Added lines #L266 - L269 were not covered by tests

Check warning on line 273 in runtime/sema/typebound.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

runtime/sema/typebound.go#L272-L273

Added lines #L272 - L273 were not covered by tests