[elixir-core:10270] Feature request: compiler warning when you've created a compile-time cycle

2021-05-22 Thread alex via elixir-lang-core
I've spent 5 days untangling module deps in a huge Elixir codebase. I'm almost done, but I wish this problem didn't happen in the first place. I want the compiler to SCREAM at me if I've introduced a compile-time cyclic dependency. In the short term, my plan is to add a stage to the CI, which

Re: [elixir-core:10269] using mix do add dependencies to the project

2021-05-22 Thread Wojtek Mach
Please check previous discussions around this topic on this mailing list and Elixir issue tracker. On May 22, 2021, "gmail.com" wrote: > Hi > I'm a node.js developer and I like elixir a lot. One thing about > node.js is that you can install packages using: > ``` npm install ``` > And it installs

[elixir-core:10269] using mix do add dependencies to the project

2021-05-22 Thread Shayan javani
Hi I'm a node.js developer and I like elixir a lot. One thing about node.js is that you can install packages using: ``` npm install ``` And it installs the latest version of the package and also adds it to the list of dependencies in package.json. But in elixir, you have to manually add the