-
Notifications
You must be signed in to change notification settings - Fork 55
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
test: otp branch matching #241
Conversation
I didn't look at this yet, but is the whole matching mechanism broken? Most of the tests should be passing. What specific combo does not work for you? CI didn't run for this pr, I don't know why, but there's no fix in your code, really, so 🤷. @josevalim, would you have a combo I can use for testing and maybe fix on top of that later? |
@grzuy, replying to your question: there was no explicit intention, otherwise we'd have bump'ed the major version, so this needs looking at. |
Gotcha.
None of the existing tests failing, only this one added in this PR failing locally, which is added to add coverage for this.
Neither do I.
Nope, sorry for the confusion. THanks @paulo-ferraz-oliveira
|
Cool. I'm looking at this now. Hopefully it's not complicated to solve. |
I see this fail, but with a reasonable error message ( Should we add exceptions to those? ( Edit: I don't know the actual use case... Edit: fwiw, we were not testing for the use case of |
We use both maint and master in Elixir. I will be glad to change our CI config if that’s the best course of action. |
I understand. But is it possible somebody else is doing it too (using those branches)? To recap:
I'll push a pull request, ping you and also @starbelly, for thoughts. I have a simple working solution locally already, just testing some stuff out... |
68568e7
to
980f47e
Compare
Closing this in favour of #242. Thanks for the report. |
Thanks to you 🙌 |
Description
Hi,
Failing test showing OTP branch matching no longer working as of
1.17
.This test is passing for me in
1.16
.Is that intentional or a regression?
Thanks!