Skip to content
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

Update dependencies and fix tests for OTP 27 #38

Merged
merged 5 commits into from
Aug 6, 2024

Conversation

philss
Copy link
Collaborator

@philss philss commented Aug 5, 2024

No description provided.

Also check if `Req.Request.halt/2` is available, so deprecation warning
is not showed when using Req v0.5.
The tokens have different values depending on OTP versions.
halt(request, response)
end

if Kernel.function_exported?(Req.Request, :halt, 2) do
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is ok to only use latest req. Feel free to bump the requirement.

@josevalim josevalim merged commit 10fa4ed into main Aug 6, 2024
2 checks passed
@josevalim josevalim deleted the ps-updates-and-testing-fixes branch August 6, 2024 00:08
@josevalim
Copy link
Contributor

💚 💙 💜 💛 ❤️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants