Aaron Friel
Aaron Friel
I just hit this issue here: https://github.com/commercialhaskell/stack/pull/2305/commits/675f834b2ea46963206d48cd84ec19efa833040a
@ianlancetaylor to add another data point for allowing generic methods on structs until someone is able to solve the same for interfaces, `github.com/pulumi` packages contain at least 330,000 implementations of...
As I understood it, the dictionary would only be chosen when an implementation uses generics to access what would today be an uninstantiated version of a generic function. Given that...
I'm curious about the focus on `reflect` here. Reflect *today* lacks comprehensive support for generic types. Reflection lacks support for inspecting generic type arguments, given a concrete type `Foo[Bar]`, one...
@orhun please let me know if there are any code quality or reservations about merging. Perhaps it would need more warnings about how splitting commits or allowing multiple changes per...
I don't think this is breaking anything, just out of spec with the Pulumi Package Schema doc. Don't think we have any tests to verify this.
/run-example-tests
@zbjornson @siimon would you be OK with someone else reviewing this MR?
@passcod is .gitignore parsing currently a depth-first search, when it should be breadth-first starting at the root for project origin detection, and then recursively applying ignore files in descent? Ignore...
Hey @dnephin, I'd like to look at using this to improve CI on pulumi/pulumi. Any way I can help review this, validate it?