Bugfix
11 changes
Do not emit invalid code when formatting nil, false, and true keys in maps
Ensure with clauses properly unpack "implicit guards" (such as matching on the struct name)
Do not warn if commas are used by themselves in ~w/~W sigils
Do not validate the :line option in quote (the validation has been moved to v1.11 to give users more time to update their code)
Ensure the code verifier handles the :erlang.size/1 guard properly
Properly handle the report_cb/2 option from Erlang
Fix truncation for multi-byte characters
Do not rebroadcast messages from remote nodes as this is now taken care by Erlang's logger
Ensure assert_receive produces valid exception messages in case of errors
Make sure the install command (Window specific) works on paths with spaces in the name
Allow using remote and rpc commands with Application.compile_env/3