Re: [elixir-core:7388] easy dependencies installation

2017-08-18 Thread Louis Pilfold
Hiya If you go down that route you'd lose all formatting, comments, etc, which is a shame. Have a go, no reason this couldn't be a third party mix task rather than an official built-in one. Cheers, Louis On Fri, 18 Aug 2017 at 12:44 Vitaly Shvedchenko < vitaly.shvedche...@gmail.com> wrote: >

Re: [elixir-core:7387] easy dependencies installation

2017-08-18 Thread Norbert Melzer
But the dependencies could be read programmatically from a file elsewhere or even from a remote database or... On Fr., 18. Aug. 2017, 13:44 Vitaly Shvedchenko < vitaly.shvedche...@gmail.com> wrote: > But, Louis, isn't abstract syntax tree a way of safely modify elixir code? > For example I could

Re: [elixir-core:7387] easy dependencies installation

2017-08-18 Thread Vitaly Shvedchenko
But, Louis, isn't abstract syntax tree a way of safely modify elixir code? For example I could quote all the mix.exs file, find dependencies tuple, modify it and unquote it back. On Wednesday, July 19, 2017 at 12:37:57 AM UTC+3, Louis Pilfold wrote: > > Hey Vitaly > > The dependency file for