-
Notifications
You must be signed in to change notification settings - Fork 167
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Address deprecation warnings in OTP25 (#294)
Address the deprecation of the old slave module in OTP 25.x. To do so, two new macros ?START_PEER_NODE/1 and ?STOP_PEER_NODE/1 have been added, which handle the node setup and teardown properly depending on the OTP version PropEr was compiled with. I also took the chance to improve the naming in the codebase around said nodes, and to make the code a bid cleaner. Fixes #293
- Loading branch information
1 parent
564283d
commit cfc29e7
Showing
2 changed files
with
35 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters