Skip to content

fix: properly handle do in alternative blocks #43

fix: properly handle do in alternative blocks

fix: properly handle do in alternative blocks #43

Triggered via push May 19, 2024 20:14
Status Success
Total duration 58s
Artifacts 3

ci.yml

on: push
Matrix: Test parser
Fit to window
Zoom out
Zoom in

Annotations

30 errors
ERROR (macOS): examples/Odin/base/runtime/core.odin#L180
examples/Odin/base/runtime/core.odin 1.08 ms 14740 bytes/ms (ERROR [179, 14] - [179, 16])
ERROR (macOS): examples/Odin/base/runtime/internal.odin#L855
examples/Odin/base/runtime/internal.odin 3.90 ms 7676 bytes/ms (ERROR [854, 3] - [854, 4])
ERROR (macOS): examples/Odin/core/crypto/_fiat/field_curve25519/field.odin#L20
examples/Odin/core/crypto/_fiat/field_curve25519/field.odin 1.16 ms 6571 bytes/ms (ERROR [19, 13] - [19, 14])
ERROR (macOS): examples/Odin/core/debug/trace/trace_cpp.odin#L157
examples/Odin/core/debug/trace/trace_cpp.odin 0.55 ms 9680 bytes/ms (ERROR [156, 18] - [158, 17])
ERROR (macOS): examples/Odin/core/encoding/cbor/marshal.odin#L337
examples/Odin/core/encoding/cbor/marshal.odin 2.32 ms 8138 bytes/ms (ERROR [336, 22] - [336, 49])
ERROR (macOS): examples/Odin/core/encoding/cbor/tags.odin#L101
examples/Odin/core/encoding/cbor/tags.odin 1.18 ms 11105 bytes/ms (ERROR [100, 26] - [100, 27])
ERROR (macOS): examples/Odin/core/mem/allocators.odin#L869
examples/Odin/core/mem/allocators.odin 3.07 ms 9555 bytes/ms (ERROR [868, 28] - [868, 29])
ERROR (macOS): examples/Odin/core/sync/chan/chan.odin#L16
examples/Odin/core/sync/chan/chan.odin 1.44 ms 7348 bytes/ms (ERROR [15, 31] - [15, 42])
ERROR (macOS): examples/Odin/core/sys/linux/bits.odin#L174
examples/Odin/core/sys/linux/bits.odin 3.20 ms 12501 bytes/ms (ERROR [173, 57] - [173, 59])
ERROR (macOS): examples/Odin/core/time/datetime/datetime.odin#L17
examples/Odin/core/time/datetime/datetime.odin 0.95 ms 8758 bytes/ms (ERROR [16, 60] - [16, 68])
ERROR (Linux): examples/Odin/base/runtime/core.odin#L180
examples/Odin/base/runtime/core.odin 1.68 ms 9472 bytes/ms (ERROR [179, 14] - [179, 16])
ERROR (Linux): examples/Odin/base/runtime/internal.odin#L855
examples/Odin/base/runtime/internal.odin 6.66 ms 4498 bytes/ms (ERROR [854, 3] - [854, 4])
ERROR (Linux): examples/Odin/core/crypto/_fiat/field_curve25519/field.odin#L20
examples/Odin/core/crypto/_fiat/field_curve25519/field.odin 1.80 ms 4245 bytes/ms (ERROR [19, 13] - [19, 14])
ERROR (Linux): examples/Odin/core/debug/trace/trace_cpp.odin#L157
examples/Odin/core/debug/trace/trace_cpp.odin 0.89 ms 5966 bytes/ms (ERROR [156, 18] - [158, 17])
ERROR (Linux): examples/Odin/core/encoding/cbor/marshal.odin#L337
examples/Odin/core/encoding/cbor/marshal.odin 3.68 ms 5136 bytes/ms (ERROR [336, 22] - [336, 49])
ERROR (Linux): examples/Odin/core/encoding/cbor/tags.odin#L101
examples/Odin/core/encoding/cbor/tags.odin 1.83 ms 7166 bytes/ms (ERROR [100, 26] - [100, 27])
ERROR (Linux): examples/Odin/core/mem/allocators.odin#L869
examples/Odin/core/mem/allocators.odin 5.08 ms 5772 bytes/ms (ERROR [868, 28] - [868, 29])
ERROR (Linux): examples/Odin/core/sync/chan/chan.odin#L16
examples/Odin/core/sync/chan/chan.odin 2.32 ms 4558 bytes/ms (ERROR [15, 31] - [15, 42])
ERROR (Linux): examples/Odin/core/sys/linux/bits.odin#L174
examples/Odin/core/sys/linux/bits.odin 4.61 ms 8679 bytes/ms (ERROR [173, 57] - [173, 59])
ERROR (Linux): examples/Odin/core/time/datetime/datetime.odin#L17
examples/Odin/core/time/datetime/datetime.odin 1.58 ms 5274 bytes/ms (ERROR [16, 60] - [16, 68])
ERROR (Windows): examples/Odin/base/runtime/core.odin#L180
examples/Odin/base/runtime/core.odin 2.75 ms 6059 bytes/ms (ERROR [179, 14] - [179, 16])
ERROR (Windows): examples/Odin/base/runtime/internal.odin#L855
examples/Odin/base/runtime/internal.odin 9.93 ms 3124 bytes/ms (ERROR [854, 3] - [854, 4])
ERROR (Windows): examples/Odin/core/crypto/_fiat/field_curve25519/field.odin#L20
examples/Odin/core/crypto/_fiat/field_curve25519/field.odin 3.16 ms 2497 bytes/ms (ERROR [19, 13] - [19, 14])
ERROR (Windows): examples/Odin/core/debug/trace/trace_cpp.odin#L157
examples/Odin/core/debug/trace/trace_cpp.odin 1.39 ms 3940 bytes/ms (ERROR [156, 18] - [158, 17])
ERROR (Windows): examples/Odin/core/encoding/cbor/marshal.odin#L337
examples/Odin/core/encoding/cbor/marshal.odin 5.65 ms 3444 bytes/ms (ERROR [336, 22] - [336, 49])
ERROR (Windows): examples/Odin/core/encoding/cbor/tags.odin#L101
examples/Odin/core/encoding/cbor/tags.odin 2.91 ms 4629 bytes/ms (ERROR [100, 26] - [100, 27])
ERROR (Windows): examples/Odin/core/hash/xxhash/xxhash_3.odin#L364
examples/Odin/core/hash/xxhash/xxhash_3.odin 7.00 ms 5084 bytes/ms (ERROR [363, 37] - [364, 0])
ERROR (Windows): examples/Odin/core/image/netpbm/netpbm.odin#L80
examples/Odin/core/image/netpbm/netpbm.odin 6.00 ms 3071 bytes/ms (ERROR [79, 69] - [80, 0])
ERROR (Windows): examples/Odin/core/mem/allocators.odin#L869
examples/Odin/core/mem/allocators.odin 7.68 ms 3967 bytes/ms (ERROR [868, 28] - [868, 29])
ERROR (Windows): examples/Odin/core/sync/chan/chan.odin#L16
examples/Odin/core/sync/chan/chan.odin 3.72 ms 2976 bytes/ms (ERROR [15, 31] - [15, 42])

Artifacts

Produced during runtime
Name Size
failures-macos-14 Expired
78.5 KB
failures-ubuntu-latest Expired
78.5 KB
failures-windows-latest Expired
130 KB