Josh Bendavid
Josh Bendavid
So I already have changes ready to go for Home Assistant to move entirely to the async calls and persistent connections. I would agree this warrants a major version change,...
Yes, working branch here: https://github.com/bendavid/home-assistant/tree/home_theatre_control_0.100.2/homeassistant/components/webostv I have a few more changes coming to more cleanly separate the notify and media_player platforms from the connection handling. Currently I've added the generic...
All of the code example/output in the PR description corresponds to with this PR included. Repeating the lookup without diagnostic suppression doesn't give the correct error message again (this corresponds...
Failure for ubuntu20 build looks possibly unrelated to this PR.
So in fact there is already a problem with rolling back the transaction even when just using ```TInterpreter::Declare```: test.h ```cpp template class Helper { public: Helper() {} std::size_t operator() ()...
After modifying the logic to catch the error and fail the transaction rather than unloading the decl directly, repeated attempts at template instantiation from pyroot now behaves similarly to with...
The failure in ```tutorial-roofit-rf408_RDataFrameToRooFit-py``` is actually a real error which wasn't being caught before (a rather subtle SFINAE problem)
PR and description updated addressing also the diagnostic capture and printing. I'm still not totally sure about how the catching of errors and rollback of the transaction is handled in...
Any ideas on the remaining windows failure would also be welcome (it doesn't happen on linux and I don't have a windows setup to test with at the moment)
Yes ok I can come back to this next week.