-
Notifications
You must be signed in to change notification settings - Fork 146
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Absolute manifest path cannot be used to initialize a simnet
session on Windows
#1634
Comments
This commit removes `windows-latest` from the `os` matrix. Until a fix for hirosystems/clarinet#1634, `npm test` will fail on Windows.
This commit separates the jobs for running regular tests and example tests. Example tests are now included for Windows, increasing coverage until hirosystems/clarinet#1634 is resolved.
This commit separates the jobs for running regular tests and example tests. Example tests are now included for Windows, increasing coverage until hirosystems/clarinet#1634 is resolved.
This commit removes `windows-latest` from the `os` matrix. Until a fix for hirosystems/clarinet#1634, `npm test` will fail on Windows.
This commit separates the jobs for running regular tests and example tests. Example tests are now included for Windows, increasing coverage until hirosystems/clarinet#1634 is resolved.
Hey @BowTiedRadone, seeing this
I think this is the issue. Finally, if you want to follow a more "clarinet-like" CLI, we usually take the full path to the manifest, as in $ clarinet check --manifest-path path/to/Clarinet.toml
# or
$ clarinet check --m path/to/Clarinet.toml Allowing, not only to have a custom directory but also to have manifest file name (and multiple of them), as in |
Hi @hugocaillard! Sorry for the misunderstanding. Yes, the
|
Ok got, will keep investigating then 😅 |
Thank you! 🙏 |
Describe the bug
An unexpected error is thrown while attempting to initialize the
simnet
using an absolute manifest path on Windows. The error message is "unable to mutate url".To Reproduce
Steps to reproduce the behavior:
index.js
:example
at the root of the node app.index.js
using the following command:Environment (please complete the following information):
Additional Context
The same setup works on Linux and macOS.
The text was updated successfully, but these errors were encountered: