motoko icon indicating copy to clipboard operation
motoko copied to clipboard

chore: update `flake.nix` to unpin `matchers`

Open ggreif opened this issue 3 months ago • 3 comments

core is now included, so run latest motoko-matchers with a core package.

While matchers internally uses core, it has been retrofitted to work with base too. So we can now test both core and base with matchers.

ggreif avatar Sep 09 '25 16:09 ggreif

Comparing from 644fbdb814ed354b115e855d747666b1b8673eaf to b1374511807e0e632a33374c6cef198ec3e35f19: The produced WebAssembly code seems to be completely unchanged. In terms of gas, no changes are observed in 5 tests. In terms of size, no changes are observed in 5 tests.

github-actions[bot] avatar Sep 09 '25 19:09 github-actions[bot]

[email protected] switches from base to core. As this code is running bases test-suite it should probably stick to [email protected].

christoph-dfinity avatar Sep 11 '25 08:09 christoph-dfinity

[email protected] switches from base to core. As this code is running bases test-suite it should probably stick to [email protected].

I don't quite understand. It appears that [email protected] easily can test base (see https://github.com/dfinity/motoko-base/pull/736). The relevant functionality should now be present.

ggreif avatar Sep 11 '25 11:09 ggreif