-
Notifications
You must be signed in to change notification settings - Fork 3
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
Backport a ton of changes #22
Conversation
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.
Added Dialyzer and linting to CI.
erlang 26.0.2 | ||
elixir 1.15.4-otp-26 |
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.
Modernized this
defexception message: "Server Error" | ||
|
||
@impl true | ||
def exception(options) when is_list(options) do |
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.
The error message is significantly more helpful now
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.
Thanks a lot for all these improvements! ❤️
As far as the changes themself, I agree with your choices 👍🏻
I will keep this open for a moment until I had to chance to run it myself and give it a second throughout review.
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.
@Jcambass sound good, thank you. I added a few comments to make the re-review easier. No rush on my end, I’m using this from my fork directly in Xandra, since it's a test-only dependency anyways 🙃
Woooohooooo thanks @Jcambass! Let me know if you release a new version 🙃 |
Thank you! I'll let you know once I've written the changelog and publish a new version. |
Apologise for the delay. I published a new version in February but forget to comment here 🙃 |
Hi @Jcambass! 👋
I’m using this library in Xandra, a Cassandra/ScyllaDB driver I maintain. I'm using a fork of this since I needed a bunch of things to be fixed, such as making sure proxies and toxics get destroyed after
apply!/2
and things like that.I don't have the time right now to do all these commits as nice tidy PRs to this upstream, but I figured I'd dump it here in case you wanna merge this in. The commits are split up nicely, so you should be able to review them individually.
Cheers!