-
Notifications
You must be signed in to change notification settings - Fork 8
Re-enable 'unknown types and functions' warnings and update CI #153
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: Björn Svensson <[email protected]>
Signed-off-by: Björn Svensson <[email protected]>
Signed-off-by: Björn Svensson <[email protected]>
Signed-off-by: Björn Svensson <[email protected]>
Use a rebar3 versions that matches OTP 27 and 28 Signed-off-by: Björn Svensson <[email protected]>
rebar3 seems to have changed so its shell only runs in interactive mode, which Github Actions TTY does not support and halts without running. Signed-off-by: Björn Svensson <[email protected]>
Signed-off-by: Björn Svensson <[email protected]>
Signed-off-by: Björn Svensson <[email protected]>
zuiderkwast
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK, then, since rebar3 as test dialyzer seems to work with the workaround, I suppose we can merge this as is.
Should we preserve the individual commits or squash them?
I have updated the PR header now. Squashing them is fine with me. |
Re-enable the
unknown function or typewarning that previously was disabled for handling OTP 26.Additional apps are needed in the PLT and added via
plt_extra_appsto handle the previously hidden warnings, like:This PR also updates the CI:
releaseCI job, which now useserlinstead ofrebar3 shell.rebar3 seems to have changed so its shell only runs in interactive mode, but Github Actions don't support TTYs and halts without running.