Thank you for adopting the package @carsme. I have the same test error while updating as noted in the main espanso package (which you have already fixed).
running 1 test
test tests::test_migration::simple_case ... FAILED
failures:
---- tests::test_migration::simple_case stdout ----
thread 'tests::test_migration::simple_case' panicked at 'assertion failed: `(left == right)`
Diff < left / right > :
[
< "/config/default.yml",
"/match/base.yml",
> "/config/default.yml",
]
', espanso-migrate/src/lib.rs:231:7
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
failures:
tests::test_migration::simple_case
test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 4 filtered out; finished in 0.00s
error: test failed, to rerun pass `-p espanso-migrate --lib`
==> ERROR: A failure occurred in check().
Aborting...
error: failed to build 'espanso-wayland-2.2.1-1':
error: packages failed to build: espanso-wayland-2.2.1-1
Pinned Comments
carsme commented on 2024-01-21 08:25 (UTC)
NOTICE: The standalone
espanso-wayland
package has been merged into this pkgbase, which now builds two distinct packages:espanso-x11
: Espanso built for X11, replaces the formerespanso
package.espanso-wayland
: Espanso built for Wayland, identical to the former standaloneespanso-wayland
package.This change simplifies maintenance and ensures the packages are kept in sync. It does however incur slightly longer build times, as Espanso is compiled twice during the build process.
Your AUR helper will hopefully handle the upgrade/migration automatically.
Let me know if you encounter any issues.