-
-
Notifications
You must be signed in to change notification settings - Fork 196
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 alternative castling #596
Conversation
93097cb
to
027fee3
Compare
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.
It would be nice to add a test case to prevent further regression. Thanks!
I added a testcase, which fails with the old code and works with my bug fix. I tested the fix in the analysis screen and for the puzzles, in both cases it seems to fix the wrong behaviour. So #601 and #602 can be closed as well. |
Damn this bug is annoying. Unfortunately I won't be able to deal with it before 1 month when I return from my vacation. If you want to, you can fix the flutter beta issues in another PR. We'd then be able to make a hot fix release for at least android users. |
Ok, I fixed it in #603. Enjoy your well deserved vacation! |
Hi @HaonRekcef If you commit the version change 7.0.5 to the pubspec.yaml file in this PR I can release the fix for all android users. Better than nothing I think 🙂 |
I agree, I committed it, @veloce |
Revert "bump version" This reverts commit 39ceac0. bump version
39ceac0
to
94dca22
Compare
Thank you! |
fixes #593 #601 #602