[elixir-core:9479] Re: Proposal: IO.error/2

2020-05-12 Thread Dallin Osmun
Whoops, I failed to speak to that point. Thanks for asking! If not invoked during the compilation step, I would expect IO.error to log an error and stacktrace to the console. No exceptions would be raised and your program or remote session would continue as normal. It makes sense to me that IO.

[elixir-core:9478] Re: Proposal: IO.error/2

2020-05-12 Thread Ben Wilson
Perhaps you addressed this, but how would IO.error behave when not compiling things? How would it behave if you remote console into a running system and call IO.error? On Monday, May 11, 2020 at 11:33:40 PM UTC-4, Dallin Osmun wrote: > > I understand at first glance this proposal might not seem