Zen Voich
Zen Voich
> Another missing part is with imports from the extension, by calling "Motoko: Import Mops Package", the import shows up as not found, but I guess there is already an...
Tried `-t` flag. For example, I have `ex.mo` with assert helpers(where we trap) and `te.mo` with actual test. ex.mo ```motoko import Debug "mo:base/Debug"; import Error "mo:base/Error"; module { public func...
wasmtime 15.0.0, released 2023-11-20
Not a blocker, but it would be nice to fix) I just found my CI is failing because it installs the latest wasmtime.
Can you share `mops.toml` contents?
What is the output of `mops sources` if you run it in terminal?
What version of mops do you use? `mops --version` What OS? You can try to upgrade mops to the latest version - `npm i -g ic-mops`
> Do i need to have a dfx.json for each sub directory Yes, I think this is the only way - dfx.json and mops.toml for each sub directory
Please try these steps: ``` rm -rf .mops mops cache clean mops install ``` If it will not work please share your `mops.toml` contents
Can you share the full URL for that `encoding` package? Did you use latest mops cli `0.39.2` with Node.js `v21.6.1`?