Stu Hood

Results 224 comments of Stu Hood

> I am seeing the same error when trying to upgrade `async-trait` in https://github.com/pantsbuild/pants from v0.1.42 to v0.1.43 and newer (starts to happen in v0.1.43). The above issue still reproduces...

Interesting. Thank you for the explanation... it makes sense, although I think that I thought that all of the calls occurring under the critical section were "simple enough" (`__hash__`, etc)...

Thank you for the explanation. I think that given what you've said, it is impossible to use `GILProtected` safely in the presence of concurrency, because the `RefCell` is not actually...

After 10-30 seconds of a white screen, I also get dumped to a Force Quit box. HTC EVO 4G

> For now I would suggest following this example #968 this will currently work with `tonic 0.7`. That example involves quite a bit of code compared to using a `tonic::transport::Endpoint`...

FTR: https://pyoxidizer.readthedocs.io/en/stable/rust.html seems to work well for embedding, although there are some limitations around which native python extension modules can be embedded along with the interpreter.

> Thanks for reporting this. TLDR; my guess is that there's a foreign (C++?) exception which is interacting with `catch_unwind` and causing the crash. That's the same assumption I had...

The first things I encountered while attempting the upgrade: * `com.github.salat#salat` and `org.clapper#argot` do not appear to be published for `2.12`... the latter looks bitrotted (unrelated: it seems like the...

Huzzah! Sorry that I was so useless here.

How's this going?