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
We need to merge our changes, but also update license (Erlang OTP is under Apache 2.0 license now).
It will also help remove deprecation:
src/p1_fsm.erl:605: Warning: erlang:now/0: Deprecated BIF. See the "Time and Time Correction in Erlang" chapter of the ERTS User's Guide for more information.
src/p1_fsm.erl:610: Warning: erlang:now/0: Deprecated BIF. See the "Time and Time Correction in Erlang" chapter of the ERTS User's Guide for more information.
src/p1_fsm.erl:668: Warning: erlang:now/0: Deprecated BIF. See the "Time and Time Correction in Erlang" chapter of the ERTS User's Guide for more information.
src/p1_fsm.erl:673: Warning: erlang:now/0: Deprecated BIF. See the "Time and Time Correction in Erlang" chapter of the ERTS User's Guide for more information.
However, we may need to have to support both R17 and R18.
The text was updated successfully, but these errors were encountered:
We need to merge our changes, but also update license (Erlang OTP is under Apache 2.0 license now).
It will also help remove deprecation:
However, we may need to have to support both R17 and R18.
The text was updated successfully, but these errors were encountered: