-
Notifications
You must be signed in to change notification settings - Fork 952
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
merge master into v6.0.0 release branch #1356
Comments
I will wait for the fix for #1354 to be merged so I do this merge only once. if that's ok with you. |
now we'll wait for #1362 🙃 |
ah... I have just realised the "minor cleanup" changes in #1357 will have to be reverted when they are merged into 6.0.0 as they use oops! (the tests should still work just will throw warnings) |
yes right we need to update that back too. I am working on merging master into Once this is solved I should be able to merge master as ISO compatible, then we can introduce the simplification of the |
I am getting there, I noticed: we now in 6.0.0 return That's one case done ✔️ Question @alifeee we have a test: |
Yes, those are quite involved changes... I hope you are having fun. Hopefully the test suite helps avoid any bad feelings.
Interesting. This may break some code? Did you have to change any tests for this? What does the documentation say that we return? Anyway, this should probably go in the migration guide
We changed the method signature. However, I think we should keep the "swap if wrong way round", at least for a while. As discussed in #1336, it will help users migrate. And if we keep sending the warning then maybe they will change their code... It may be annoying for it to suddenly change, especially if we can so "easily" tell if a user has swapped args... |
Actually they do ! I based my choices and solved conflicts based on the test results.
It might break the code yes, I did not but I think we don't have enough test for that special case. I will check documentation, I don't think we mention anything on empty value range return. Probably, I need to confirm that before we used to return an empty list and now it an empty matrix. Which is different in fact as the top list is NOT empty, it contains an empty list which make it 1 element long ! 😬
But you mean we keep this test in release v5.X.Y ? Or in v6.X.Y ? Agreed we can keep a test that checks if arguments have swapped or not. Improvements coming up ! |
both, I think |
in v5.x.y version it's already here, I'll add it in feature/release_6_0_0 soon |
closed by #1371 |
No description provided.
The text was updated successfully, but these errors were encountered: