-
The
atomvm_rebar3_plugin
tasks have been moved into theatomvm
namespace (from therebar3
default
namespace). The "legacy" tasks in thedefault
namespace are deprecated, and users will be issued a warning when used. Be sure to use theatomvm
namespace in any future usage of this plugin, as the deprecated tasks may be removed without warning. E.g.,rebar3 atomvm packbeam ...
-
The default behavior of not generating line number information in BEAM files has changed. By default, line number information will be generated in BEAM files. You can remove line number information using from BEAM files by using the
-r
(or--remove_lines
) flags to thepackbeam
task. Note that in versions 0.6 of this tool, the--include_lines
flag was ignored due to a bug in the code.