Re: [elixir-core:11622] Proposal: Support for opting out from specific warnings

2024-01-11 Thread Parker Hewitt
I too would find a lot of value in this or. Here is the thread that brought me here, https://elixirforum.com/t/how-can-i-suppress-warnings-ive-been-looking-for-a-while/60912 It seems y'all are pretty adamant about not supporting this, but what do you think would be the level of effort to have

Re: [elixir-core:11623] Proposal: Support for opting out from specific warnings

2024-01-11 Thread Parker Hewitt
Also, i'd like to mention, really the true reason I am looking for a way to suppress the errors is because i'm having hard time finding compile errors in a large swath of compiler warnings. I believe at some point the compiled errors used to show up at the end of the compiler output, but

Re: [elixir-core:11623] Proposal: Support for opting out from specific warnings

2024-01-11 Thread Derek Kraan
I have also noticed this. Oftentimes, the error that broke compilation is not at the bottom anymore. I have also experienced this as a regression in terms of usability, but somehow it hadn't occurred to me to tell anyone about it. I didn't see anything in open issues, nor in the changelog for

Re: [elixir-core:11625] Proposal: Support for opting out from specific warnings

2024-01-11 Thread José Valim
Elixir v1.16 only prints all other warnings if there are no failures, to help with these use cases. If you still find it hard to find the actual failures in v1.16, please open up an issue. Other than that, there are still no plans for "per warning type suppression", unless the warning has false

[elixir-core:11625] Re: GPU accesss

2024-01-11 Thread José Valim
Please see: https://github.com/elixir-nx/nx The forum may be a better place to ask questions, as this mailing list is for language implementation discussion and features. On Tuesday, January 9, 2024 at 3:40:03 PM UTC+1 jonkl...@gmail.com wrote: > I was wondering if there was anyway to allow