AFAIK, mix deps.get doesn't update the lockfile. If it does, it is a bug. :)

On Tue, Mar 17, 2020 at 3:54 PM Alessio Biancalana <dottorblas...@gmail.com>
wrote:

> Hello,
> It's my first time proposing a feature for a programming language so I
> don't know how to deal with it and I hope to do it right :-)
>
> Coming from other ecosystems I saw that some platforms offer a way to
> avoid updating the lockfile while downloading dependencies for a project,
> mainly for software delivery and continuous integration purposes. One
> example of this is the `npm ci` command, or `yarn install
> --frozen-lockfile` command, for JavaScript projects.
>
> I love the idea to provide an option to operate with a project avoiding
> generating new files or modifying existing ones, so I was thinking about
> adding something like `mix deps.get --ci` or `mix deps.get
> --avoid-lockfile-update`. I basically didn't want to steal the "frozen
> lockfile" name, even if it is nice :-D
>
> From my point of view this could be a nice improvement, looking forward to
> hearing from you,
>
> Alessio
>
> --
> You received this message because you are subscribed to the Google Groups
> "elixir-lang-core" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to elixir-lang-core+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/elixir-lang-core/7538c297-6b3a-4d63-9324-4a1bd00b0cbe%40googlegroups.com
> <https://groups.google.com/d/msgid/elixir-lang-core/7538c297-6b3a-4d63-9324-4a1bd00b0cbe%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"elixir-lang-core" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to elixir-lang-core+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elixir-lang-core/CAGnRm4%2BFoCt%2BXQdTr-E-RWX%2BLy%3DuR%3DzTupJX8UGoFOq7rV9TQg%40mail.gmail.com.

Reply via email to