Simon Binder
Simon Binder
I can reproduce the issue, but I'm not sure what the right behavior would be here. As you said, ignoring the `blocked` event when deleting databases causes the future to...
Are no files being generated at all? What's the path of the database code, is it in `lib/`?
This would be breaking, but I'm in favor of a build option disabling abstract tables to be considered as standalone tables. However, you also mentioned that some of your tables...
> Right now warnings in manager generation are not reported in the resolver, so the linter can't use them Ideally, these warnings should be discovered in the analysis step instead...
I had this commit laying around: https://github.com/simolus3/drift/pull/3281/commits/b64d6023d4a4b8e19cd9503d04c00b8d71cad905#diff-d36a7b426417ff349d59d9768776e3b2d36ff88fcafe18d7f82c086db523c55d I tried doing a rebase, but I appear to have messed up. I'm not sure why there are so many conflicts in the...
On the test, I blame the Dart update :D
Do you have a way to reproduce this reliably if you can hit this in the debugger? In drift version 2.20.0, you can pass a timeout parameter in `.connect()` via...
Yeah that doesn't sound good... To me, it sounds like there might be a fatal error in the background isolate that we're somehow missing... `DriftIsolate.spawn` has a callback which you...
Thanks for the report! I'll try to come up with a version of the worker/drift that logs interactions so that we can trace this down more easily. >Trying multiple hot...
Alright, here you go: https://storage.googleapis.com/simon-public-euw3/assets/drift/drift_worker_3242.js The worker is not minified and should print messages it receives, so hopefully that helps to track this down a bit further. To also see...