Vagabond / erlang-syslog

Erlang port driver for interacting with syslog via syslog(3)
Other
87 stars 56 forks source link

Freeze the Port Compiler to a known working commit #26

Closed binarytemple-external closed 7 years ago

binarytemple-external commented 7 years ago

Not good to forever leave erlang-syslog pulling from port_compiler master.

Plug-in dependencies are not locked by rebar3 - reasonable workaround is to explicitly state the hash.

https://github.com/erlang/rebar3/issues/1301

Vagabond commented 7 years ago

I think the preferred syntax is {ref, "SHA"}, other than that it looks fine.