artificery
artificery copied to clipboard
A toolkit for creating terminal user interfaces in Elixir
This is not strictly backwards compatible, as `Artificery.Console.halt/1` now indeed halts in every case, without ever returning anything.
Could you please publish a new hex package with the latest changes? Thanks.
Dialyzer is returning the following error when checking `lib/entry.ex`: ``` lib/entry.ex:291:pattern_match_cov The pattern variable_ can never match, because previous clauses completely cover the type {:ok, _}. ``` This is happening...
I'm trying to run a script in Distillery, which under the covers runs: `elixir -e Mix.Releases.Runtime.Control.main --logger-sasl-reports false -- eval --mfa MyApp.run/1 --argv -- --my-arg-1 --my-arg-2` However, in `post_process_command/3`, after...
https://elixirforum.com/t/elixir-v1-18-0-released/68248 [List] List.zip/1 is deprecated in favor of Enum.zip/1 This fix removes deprecation warnings