uwiger / gproc

Extended process registry for Erlang
Apache License 2.0
1.07k stars 232 forks source link

OTP Release 23 depreciated functions #181

Closed ad-pro closed 4 years ago

ad-pro commented 4 years ago

just upgraded to OTP 23 got following warnings:

src/gproc_dist.erl:25: Warning: behaviour gen_leader undefined
src/gproc_dist.erl:553: Warning: erlang:get_stacktrace/0 is deprecated and will be removed in OTP 24; use use the new try/catch syntax for retrieving the stack backtrace

Are there any plans to fix it?

uwiger commented 4 years ago

I posted PR #182, which should take care of this.