Zen Voich
Zen Voich
Investigated that it hangs on actor method call. Probably this issue related to https://github.com/dfinity/agent-js
> The first four would be a pre-requisite for implementing a dependency version solver I suppose this related to #285? > 1\. Manifest support for version ranges What benefits or...
> 1. A package author made a minor/patch bump that ends up breaking my build. Time has shown that it's really hard to gauge whether a change is breaking or...
> Sorry I don't understand. What I'm saying is that with the current state `1.4.1` actually means `>= 1.4.1, < 2.0.0`, and if version `1.6.0` turns out to be incompatible...
LGTM! Is it easier to implement --package + `--override ` in moc/mops Compared to just using optional value in --package `--package [dir]`? So ``` --package base .mops/[email protected]/src --package [email protected] .mops/[email protected]/src...
> I have run into issue of having different packages reference different version of others. are there any good workarounds right now Could you share more details?
There are 3 major versions of cbor in dep tree: ``` Warning! Conflicting versions of dependency "cbor" cbor 2.0.0 is dependency of [email protected] cbor 0.1.3 is dependency of [email protected] cbor...
@rvanasa thank you
> One solution might be to a have more expressive module system, with OCaml/SML style functors (parameterised modules). Then you could express that B is parameterised by package A, and...
I was waiting for customizations/bugs to be addressed in the prettier plugin https://github.com/dfinity/prettier-plugin-motoko/issues/123 Anyway, probably it's worth implementing for those who are comfortable with them.