ElixirMix Podcast 053 - Contexts and DDD with Andrew Hao
4 tips for mastering test-driven development
IntelliJ Elixir 10.6.0
-
Add Linux Mint Erlang and Elixir home paths to SDK home path suggestions. Linux Mint installs to
/usr/lib/erlangand/usr/lib/elixirinstead of/usr/local/lib/erlangand/usr/local/lib/elixir. This likely helps on other distros too. -
Fix Evaluate expression in debugger with Elixir 1.8. Elixir 1.8 made
:elixir.quoted_to_erl/3private, so in Elixir 1.8+, the debugger needs to inline the private version to maintain < 1.8 and >= 1.8 compatibility.
