erlanglab / erlangpl

Tool for developers working with systems running on the Erlang VM (BEAM). It helps with performance analysis.
http://www.erlang.pl/
Apache License 2.0
549 stars 40 forks source link

Make ETS node view work with OTP 20 #80

Closed mkacper closed 6 years ago

mkacper commented 6 years ago

This PR makes it possible to work ETS node view with OTP 20. Latest version (0.8.0) of ErlangPL does not work properly with OTP 20 because ETS tables identifiers are references in this version of Erlang.