Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
use-stacktrace-from-trycatch-syntax.patch | Use the try/catch syntax for retrieving the stack backtrace This previously used the deprecated erlang:get_stacktrace() for retrieving the stack backtrace. As warnings were treated as errors, this caused an FTBFS bug on averell. Using the new try/catch syntax for retrieving the Stacktraced fixes this FTBFS bug. |
Micha David Rosenbaum <micha@rosetree.de> | no | debian | 2019-02-10 | |
fix-unused-index-variable.patch | Ignore unused Index variable The Index variable was unused in get_http_child. That caused averell to FTBFS. Index is now marked as unused so that erlang will build without errors. |
Micha David Rosenbaum <micha@rosetree.de> | no | debian | 2019-02-10 |