Jon Ross-Perkins
Jon Ross-Perkins
#2710 has an in-progress fix, but zygoloid had a few comments that @notfilippo would still need to address. I think it's close to a merge-ready state, judging by the last...
@shankkyy [Sorry to repeat myself](https://github.com/carbon-language/carbon-lang/issues/1590#issuecomment-1476600853). You can feel free to work on this, but we don't assign issues to new contributors because some people have different time constraints. We want...
Removing "good first issue" here since we're talking about archiving the explorer.
Removing "good first issue" here since we're talking about archiving the explorer.
@josh11b Is this something that you can investigate? (I'm concerned about what happens if there's an API change, or the patch breaks)
Would you like to take care of syncing?
@jatinsahijwani @ShivanshKhankriyal @AbhishekCS3459 We typically won't assign issues. I've added [some documentation for why](https://github.com/carbon-language/carbon-lang/blob/trunk/CONTRIBUTING.md#implement-carbons-design). Please feel to work on it if you have time, working on issues can be a...
Actually, I should note, https://github.com/carbon-language/carbon-lang/blob/trunk/docs/design/generics/details.md doesn't seem to define rules for out-of-line definitions of `impl` or its parts. As a consequence, it may be necessary to _also_ decide that forward...
I more or less agree with your ordering for characters (preferring `=`). However, I don't understand this syntax: ``` fn F(a = Int a, b = Int b) -> (c...
Regarding argument labels, as I commented on #339, it's not clear to me why they should be provided. I don't understand why developers shouldn't be expected to rename their arguments...