devinus / poolboy

A hunky Erlang worker pool factory
http://github.com/devinus/poolboy
ISC License
1.56k stars 348 forks source link

17.0 release queue() type change can error on poolboy.erl #45

Closed okeuday closed 10 years ago

okeuday commented 10 years ago

This is only a problem if warnings are as errors. Not sure if you want to use the compiler option nowarn_deprecated_type here to avoid the problem (referenced http://osdir.com/ml/erlang-questions-programming/2014-03/msg00091.html).

Code: https://github.com/devinus/poolboy/blob/master/src/poolboy.erl#L16-L17

edgurgel commented 10 years ago

This may be a duplicate of this: https://github.com/devinus/poolboy/pull/42

okeuday commented 10 years ago

true