-
Notifications
You must be signed in to change notification settings - Fork 51
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
Fix dialyxir reported issues #125
Fix dialyxir reported issues #125
Conversation
I've rebased, ran |
After merge, or close, though, would it be too much to ask for a release tag so your change could be imported somewhere else, pretty please? Thanks. |
💚 💙 💜 💛 ❤️ |
@paulo-ferraz-oliveira do you need a new release? I thought the changes we made do not impact external libraries, only our own usage? |
The ones I made, yes, only affect internally; the ones you made, though, should impact the consumer, right? (maybe not significantly is what you meant?) In any case, they'll probably eventually get updated via As an example, |
I don't think any affect external users but I may be wrong as Dialyzer is not my strong suit. :) |
I was thinking about this change of yours, not the |
I don't believe it changes any user facing API or behaviour! |
ci.yml
is fixed because of GitHub Actions -reported warnings.The format changes is also because of CI -reported issues.
There's still one thing to handle potentially:* Potential "The pattern can never match the type." issue found by dialyxir #123(I can wait for that to either be fixed - or I can fix it if I know how)which is what initially lead me to wanna introducedialyxir
and fix the "issues".