-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Update to work with desktop 2.1.54 code #11644
Conversation
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
If a non-Robolectric test happens to run first in a process, subsequent Robolectric tests in that process will fail. ankidroid#11644 (comment)
If a non-Robolectric test happens to run first in a process, subsequent Robolectric tests in that process will fail. ankidroid#11644 (comment)
0384f0c
to
5f05618
Compare
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
a0379c5
to
129dfee
Compare
If a non-Robolectric test happens to run first in a process, subsequent Robolectric tests in that process will fail. ankidroid#11644 (comment)
Wow, what an odyssey, but all in a good way. @dae, thank you 🤜 🤛 - really cool to be on up to date anki code and have a such a solid base for future work |
Thanks for all the hard work on pushing this through guys. I'm preparing a follow-up PR that will address some of the posted issues. |
I'm headed out for some family travels end of this week through mid-August so I won't be able to push nearly that hard (if at all?) for a while but I'll try to keep an eye out and will hit any green github web UI buttons that look good to hit :-) |
* Construct a search string from the provided search nodes. For example: | ||
* */ | ||
/* | ||
import anki.search.searchNode |
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 this clear documentation. Clearly useful, not only to understand ow to call the function, but also to find out where to search for the different values, given that they are not directly in our codebase so can't be find by a standard search
Depends on ankidroid/Anki-Android-Backend#202
Due to the removal and change of a few backend methods, syncing, importing
and the card templates screen will not work when the schema16 setting is
active (actually schema18 now). To get them working again, those code
paths will need to switch to the backend implementations.
A few notes:
mode, so the extra code dealing with downgrades & "can downgrade" reporting
can be stripped.
unit tests were attempting to write the entire collection config to accomplish
this, which is no longer supported.
disabling a few failed tests when running with the new schema
(eg notetype updating).
Integrates, and thus closes #11579 and closes #11581
Closes #11559