vessel icon indicating copy to clipboard operation
vessel copied to clipboard

The original package manager for Motoko

Results 15 vessel issues
Sort by recently updated
recently updated
newest added

The README currently states: > 1. Download a copy of the vessel binary from the release page or build one yourself > 2. Run vessel init in your project root....

This is a followup on the issues discussed here https://github.com/dfinity/motoko-base/issues/397 and here https://github.com/dfinity/motoko-base/issues/392. Using master as the latest branch for motoko base lib(current commit 25831e6e03c0231a2839029f048e10f61a2dcb03) throws an error saying: `Text.mo:83...

No further repro info: ![unknown](https://user-images.githubusercontent.com/85788/149133755-f5ca6b45-a1d2-400a-8cab-f5959eb97607.png) https://discordapp.com/channels/748416164832608337/748416164832608341/930766049903775754

We discussed wanting a new `vessel` feature to support multiple packages in one repo. In particular, we'd like to continue to use `vessel` but have it support 1. moving the...

**Haven't gotten further than running this command as recommended in the IC punks repo**' ``` gennaroschiano@Gennaros-MacBook-Pro ICPunks % ./scripts/vessel-install.sh % Total % Received % Xferd Average Speed Time Time Time...

It's common to have `library` and `test` targets with different dependencies and I can think of more possible targets like benchmarks, or maybe even canisters/canister blueprints. In my [library template]...

A new `vessel docs` command could generate documentation for the local project and all its dependencies, which would allow you to browse it in your local browser. - This makes...

Trying to fetch base from branch `joachim/no-word` ``` { name = "base" , repo = "https://github.com/dfinity/motoko-base" , version = "joachim/no-word" , dependencies = [] : List Text } ``` vessel...

This PR introduces the ability to specify local "dev dependencies" (well-known from [Cargo](https://doc.rust-lang.org/rust-by-example/testing/dev_dependencies.html) and [npm](https://docs.npmjs.com/specifying-dependencies-and-devdependencies-in-a-package-json-file)) for a Vessel package. Here's a concise explanation of dev dependencies from [Rust by Example](https://github.com/dfinity/vessel/compare/main...rvanasa:vessel:ryan/dev-dependencies?expand=1):...