You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I clone this repo directly on my local machine and execute rebar3 compile, the shell prompts:
src/gproc_dist.erl:25: Warning: behaviour gen_leader undefined
src/gproc_dist.erl:553: Warning: erlang:get_stacktrace/0: deprecated; use the new try/catch syntax for retrieving the stack backtrace.
I suppose this behavior has been deprecated, but when I dig into the code, I found that this behavior is still used. I'm confused. Could you please tell me why you place the gen_leader module into patch dir rather src dir?
The text was updated successfully, but these errors were encountered:
lib/gproc-0.8.0/src/gproc_dist.erl:25: Warning: behaviour gen_leader undefined
lib/gproc-0.8.0/src/gproc_dist.erl:553: Warning: erlang:get_stacktrace/0: deprecated; use the new try/catch syntax for retrieving the stack backtrace
When I clone this repo directly on my local machine and execute
rebar3 compile
, the shell prompts:I suppose this behavior has been deprecated, but when I dig into the code, I found that this behavior is still used. I'm confused. Could you please tell me why you place the gen_leader module into patch dir rather src dir?
The text was updated successfully, but these errors were encountered: