Current section
11 Versions
Jump to
Current section
11 Versions
Compare versions
3
files changed
+4
additions
-8
deletions
| @@ -30,4 +30,4 @@ | |
| 30 30 | [{<<"app">>,<<"telemetry">>}, |
| 31 31 | {<<"optional">>,false}, |
| 32 32 | {<<"requirement">>,<<"1.2.1">>}]}]}. |
| 33 | - {<<"version">>,<<"3.0.0-rc2">>}. |
| 33 | + {<<"version">>,<<"3.0.0-rc3">>}. |
| @@ -1,6 +1,6 @@ | |
| 1 1 | {application,amoc, |
| 2 2 | [{description,"A Murder of Crows"}, |
| 3 | - {vsn,"3.0.0-rc2"}, |
| 3 | + {vsn,"3.0.0-rc3"}, |
| 4 4 | {registered,[]}, |
| 5 5 | {applications,[kernel,stdlib,compiler,telemetry]}, |
| 6 6 | {mod,{amoc_app,[]}}, |
| @@ -9,13 +9,9 @@ | |
| 9 9 | |
| 10 10 | -export([parse_value/1]). |
| 11 11 | |
| 12 | - -ifdef(TEST). |
| 13 | - %% exported for testing only |
| 12 | + %% format/2 is exported for testing purposes |
| 13 | + %% it is also re-used by amoc-arsenal |
| 14 14 | -export([format/2]). |
| 15 | - -else. |
| 16 | - -ignore_xref([format/2]). |
| 17 | - -dialyzer({nowarn_function, [format/2]}). |
| 18 | - -endif. |
| 19 15 | |
| 20 16 | %% ------------------------------------------------------------------ |
| 21 17 | %% API |