rabbitmq / rabbitmq-stomp

RabbitMQ STOMP plugin
https://www.rabbitmq.com/stomp.html
Other
49 stars 28 forks source link

Use the new -spec format #86

Closed dumbbell closed 8 years ago

dumbbell commented 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.

While here, unnify the style of -type and -spec.

References rabbitmq/rabbitmq-server#860. [#118562897] [#122335241]