Jake Wharton
Jake Wharton
The use of `summon` as an API name seems weird to me. The name to me implies some work is occurring, but it's really only resolving an unnamed local, right?...
You aren't borrowing them from anywhere. You already own the references. They were explicitly supplied to the function, just contextually rather than nominally (like a normal parameter). A borrow also...
I'm pretty sure we were supposed to expose this like 5 years ago. I'm not sure what happened. Probably my fault. We agreed to expose it but I'm not sure...
Yet another need for this came up, but now somewhere in open source land. I'm going to put this into a sibling module. Putting it in the core is too...
That is not control flow. It's a multiline single statement.
I'll copy my comment from another issue I just closed as a duplicate of this one: > I'm not a huge fan of adding arbitrary options which create a ton...
The biggest inhibitor to this is the lack of default implementations in `expect` classes. Because of the API design mixing common things with JVM-specific things, it's a gigantic pain in...
If you don't mind I'd like to keep it open because it is an issue and _could_ be fixed. You don't have to fix it. We should get to it...
Can you explain why you are unable to know the type of the expression? The library does not endeavor to support 100% of all possible syntax forms so if you...