Re: [elixir-core:11261] Force compilation of a single file/files for benchmarking purposes

2023-02-23 Thread José Valim
Could you potentially use `mix run lib/my_file.ex` for those cases? On Thu, Feb 23, 2023 at 10:27 AM Tobias Pfeiffer wrote: > Hi everyone and as always, thanks for your amazing work! > > Jokes have been lobbied at me in the spirit of the "breaks my worlfow" > XKCD [1] - but, please here me

[elixir-core:11261] Force compilation of a single file/files for benchmarking purposes

2023-02-23 Thread Tobias Pfeiffer
Hi everyone and as always, thanks for your amazing work! Jokes have been lobbied at me in the spirit of the "breaks my worlfow" XKCD [1] - but, please here me out! Since the (amazing!) 1.13 [2] elixir semantic recompilation changes I can't easily force recompilation on single files. The best