Re: [elixir-core:11674] Introduce guards in MapSet

2024-03-02 Thread Christopher Keele
PR opened here ! On Saturday, March 2, 2024 at 2:21:29 AM UTC-6 José Valim wrote: > Please do submit a PR for MapSet.is_member. Since then, we have added map > related guards to Kernel, which also do duplicate existing functions in > Map, So I

Re: [elixir-core:11672] [Proposal] OS specific interface modules; common system interface module

2024-03-02 Thread José Valim
The low-level integration bits are part of Erlang. If this functionality exists in Erlang today, we could surface it up, but I am afraid it doesn't right now. I believe there is a plan to provide more file system bindings there in the future, but there is no precise schedule. On Sat, Mar 2, 2024

[elixir-core:11672] [Proposal] OS specific interface modules; common system interface module

2024-03-02 Thread Josh Marshall
You may skip the reading, but I am continuing from a forum discussion here: https://elixirforum.com/t/thoughts-on-extending-system-to-recover-from-incomplete-info-and-use-fallback-sources-using-file-stat/61980 I noticed a gap in support in Elixir related to OS related modules when working on my

Re: [elixir-core:11670] Introduce guards in MapSet

2024-03-02 Thread José Valim
Please do submit a PR for MapSet.is_member. Since then, we have added map related guards to Kernel, which also do duplicate existing functions in Map, So I think some of my original concerns are no longer relevant. There is also no need to deprecate any of the existing functions. On Sat, Mar 2,

Re: [elixir-core:11669] [Proposal] Sorted Map and Sorted Set

2024-03-02 Thread José Valim
The recommendation is definitely for those to be developed as packages and made available to the community as such. For more information on Elixir development, please check this link: https://elixir-lang.org/development.html On Sat, Mar 2, 2024 at 01:21 Charles Lanahan wrote: > Would love this