feat(tinygo): make 53-bit limits portable across platforms #630
Annotations
8 errors and 2 warnings
ubuntu (go 1.23.x):
pkg/policy/literal/literal.go#L188
invalid operation: u > limits.MaxInt53 (mismatched types uint64 and int64)
|
ubuntu (go 1.23.x):
pkg/policy/selector/parsing.go#L71
invalid operation: idx > limits.MaxInt53 (mismatched types int and int64)
|
ubuntu (go 1.23.x):
pkg/policy/selector/parsing.go#L71
invalid operation: idx < limits.MinInt53 (mismatched types int and int64)
|
ubuntu (go 1.23.x)
Process completed with exit code 1.
|
ubuntu (go 1.22.x):
pkg/policy/literal/literal.go#L188
invalid operation: u > limits.MaxInt53 (mismatched types uint64 and int64)
|
ubuntu (go 1.22.x):
pkg/policy/selector/parsing.go#L71
invalid operation: idx > limits.MaxInt53 (mismatched types int and int64)
|
ubuntu (go 1.22.x):
pkg/policy/selector/parsing.go#L71
invalid operation: idx < limits.MinInt53 (mismatched types int and int64)
|
ubuntu (go 1.22.x)
Process completed with exit code 1.
|
ubuntu (go 1.23.x)
Cache not found for keys: setup-go-Linux-x64-ubuntu24-go-1.23.6-3aa5cdb87978d4076804fc3863253d18c6d671d4193d5fe29a130bf473f98ad4
|
ubuntu (go 1.22.x)
Cache not found for keys: setup-go-Linux-x64-ubuntu24-go-1.23.0-3aa5cdb87978d4076804fc3863253d18c6d671d4193d5fe29a130bf473f98ad4
|