Closed dumbbell closed 8 years ago
The old format is removed in Erlang 19.0, leading to build errors.
Also, get rid of the use_specs macro and thus always define -spec() & friends.
use_specs
-spec()
While here, unnify the style of -type and -spec.
-type
-spec
References rabbitmq/rabbitmq-server#860. [#118562897] [#122335241]
The old format is removed in Erlang 19.0, leading to build errors.
Also, get rid of the
use_specs
macro and thus always define-spec()
& friends.While here, unnify the style of
-type
and-spec
.References rabbitmq/rabbitmq-server#860. [#118562897] [#122335241]