mario-eth / soldeer

Solidity Package Manager written in rust
MIT License
227 stars 24 forks source link

Default to latest version if no version is specified #103

Open shafu0x opened 3 months ago

shafu0x commented 3 months ago

You have to define the version you want when installing a new package with soldeer install. Maybe it could just default to the latest version if no version is specified.

So: soldeer install solmate~6.7.0

becomes

soldeer install solmate (which defaults to 6.7.0)

Mario-SO commented 2 months ago

I would agree on defaulting to latest version. Already voted on the twitter poll.

Way more dev friendly imho. If you really need a specific version of some library, your mind already gets into "how to install this specific version", and you will easily find out the command. Very opinionated argument though, so very loosely held 😅

EmperorOrokuSaki commented 2 months ago

taking this on!