Alexander “weej” Jones
Alexander “weej” Jones
Any thoughts? Also noticed this was a bit broken
Ah yes thanks, that does actually work well for this special case of having exactly 1 input for every 1 output. I think we have a problem that involves a...
Randomly just hit this. Silly corporate ssh setup at work getting in the way. Thanks for your work on this issue.
Would you mind offering some advice on how to reverse engineer this? Ideally we can build a bit of an unofficial manual on the parameters. I am specifically interested in...
Is there any appetite from any of the maintainers to do what @Piraty says?
There's a simpler case here which *almost* works perfectly: ```c++ auto f(std::function) -> void {} auto testy() -> void { f([](auto && thing) { thing.sized(); }); } ``` `sized` gives...
Any further thoughts on this? Having to replace a nice `readline` call with some custom accumulator! Thanks
JS has the advantage of having a clear interface for type visitation, namely Object properties. That said, IIRC gtest is smart enough to identify when the textual representations are identical,...