-
Notifications
You must be signed in to change notification settings - Fork 104
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
Upgrade to sqldelight 2 #546
Conversation
I can't get |
However there are errors reported in the logs, for example in Running the same test on Android also passes, but it does not print errors. |
Can you try again using latest commit ? (9aae403) |
I'm getting this:
with many more messages of: "Could not write XML test results for ..." |
Investigating this further, it might be some kind of weird incompatibility with SKIE. That is, if I use commit e84b6aa, I can run Following on this idea, I tested rebasing this branch on master (now that SKIE has been reverted), and it's working fine for me. |
Package/group is now app.cash.sqldelight.
@robbiehanson I rebased this branch on master (so it includes the commit removing SKIE). Initial tests on iOS look good. I had to add af9d919 to fix a compilation issue, can you take a look and make sure this is correct? |
I ran Well, the first time I ran it I received errors like above. Then I restarted my machine, and it worked fine. So I suspect there may be issues with gradle (cache?) |
This PR upgrades Phoenix to SQLDelight v2.0.1 (see changes: https://github.com/cashapp/sqldelight/releases/tag/2.0.0)
Will need tests to check reproducibility issues are fixed (#112).