You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I package skim on Alpine Linux (not in edge yet, too busy to get it through the pipeline).
Trying to bump 0.5.2 to 0.5.3 I get two test failures:
---- field::test::test_parse_field_range stdout ----
thread 'field::test::test_parse_field_range' panicked at 'assertion failed: `(left == right)`
left: `Some((0, 0))`,
right: `None`', src/field.rs:226:9
note: Run with `RUST_BACKTRACE=1` for a backtrace.
---- field::test::test_get_string_by_field stdout ----
thread 'field::test::test_get_string_by_field' panicked at 'assertion failed: `(left == right)`
left: `Some("")`,
right: `None`', src/field.rs:360:9
failures:
field::test::test_get_string_by_field
field::test::test_parse_field_range
Build Environment: see APKBUILD (this is still the old 0.5.2 one, I test my builds before committing)
I managed to reproduce this on Arch Linux amd64, so it isn't a musl issue.
EDIT: P.S. if/when this is fixed, it would help to have another release, so packagers don't have to disable tests for one release / incorporate temporary patches
The text was updated successfully, but these errors were encountered:
I package skim on Alpine Linux (not in edge yet, too busy to get it through the pipeline).
Trying to bump 0.5.2 to 0.5.3 I get two test failures:
Build Environment: see APKBUILD (this is still the old 0.5.2 one, I test my builds before committing)
I managed to reproduce this on Arch Linux amd64, so it isn't a musl issue.
EDIT: P.S. if/when this is fixed, it would help to have another release, so packagers don't have to disable tests for one release / incorporate temporary patches
The text was updated successfully, but these errors were encountered: