Hood Chatham
Hood Chatham
Hmm don't see any `build-install` directory. Could it be deleting them when its done or something?
We should just add `-Cbuild-dir=build` always.
Add it to `backend_flags` in the `build` section of the `meta.yaml` file.
If you can't set a different event loop with e.g., `asyncio.set_event_loop` then that is a bug that should be fixed if possible. You have suggested one possible solution, but we...
The fix is: ```py asyncio.set_event_loop_policy(EmptyEventLoopPolicy()) asyncio.set_event_loop(None) ```
Here's a complete example where `asyncio.run()` calls `EmptyEventLoopPolicy.set_event_loop()`. Is this not sufficient for your needs for some reason? If your problem is "make it call the methods of the `EmptyEventLoopPolicy`"...
Thanks @itrcz that's very helpful. Can we repro the bug in a plain webpage by defining `define.amd`? I think I can just use `sed` to replace `define.amd` with `false` and...
Sounds great! Thanks so much for working on this @ryanking13, it's quite an involved project.
Currently the behavior of xbuildenv is pretty dumb it downloads a new version in each directory. What do you think about sticking the versions in xdg-cache and making a symlink?
I am in favor of implementing this, but it will probably have to sit around as a backlog task for a while. I think we need to add a parametrized...