Re: [elixir-core:11507] [Proposal] Allow ExUnit to run asynchronously by test cases (now it's by modules)

2023-09-03 Thread José Valim
Yes, it is desirable and it has come up in the past: https://github.com/elixir-lang/elixir/pull/11949#issuecomment-1177262901 Although I think async: :per_module is what most people want, since the tests in the same module tend to access the same resource, opting-in for it to be per test will be

Re: [elixir-core:11506] [Proposal] Access.at/2

2023-09-03 Thread José Valim
A PR is welcome! On Mon, Aug 28, 2023 at 10:37 PM Anderson Cook wrote: > Under the hood `Access.at` calls `Enum.at` which takes an optional > default. I propose that it accept the same optional default, much like > `Access.key`. This should be a minimally-invasive addition. > > -- > You