groue / GRDBCombine

GRDB ❤️ Combine
MIT License
223 stars 16 forks source link

Updates for Xcode 11 beta 3 #6

Closed simme closed 5 years ago

simme commented 5 years ago

Updates the things that changed in beta 3.

Notes:

  1. I had to disable a couple of tests due to a compiler error '$count' is inaccessible due to 'private' protection level. Possible Xcode bug?

  2. I had to lengthen the expectation wait for a couple of tests that were flakey (on my machine).

Fixes #5

groue commented 5 years ago

Thank you very much @simme :-)

I'm away from my computer so I won't proceed until... the end of the month.

groue commented 5 years ago

Hi @simme, I'm back. During my vacations, beta 4 has shipped, and it requires more changes. I'm sorry I missed the window and could not merge your pull request. Follow up happens in #7.