Jon Ross-Perkins

Results 205 comments of Jon Ross-Perkins

If you're working on a GitHub pages PR, one thing we've been cautious of is developers interpreting a documentation website as implicit encouragement to use Carbon in production. However, hopefully...

I'm moving this to be an issue for leads as they've requested review (a proposal and some details of tradeoffs may be needed, and there's hesitance about whether a website...

I think it's worth covering cross-language precedent a bit more if breaking away from C++ syntax, particularly for string concatenation. Going through the top 20 at https://pypl.github.io/PYPL.html, comparing with https://rosettacode.org/wiki/String_concatenation:...

Can you provide the following: ``` echo $CC $CC --version ```

Although this may be reminiscent of what happens behind the scenes, I think C++ developers are likely to find it a bit harder to switch to such syntax.

There are contributors discussing VS Code support on #highlighting on Discord. #1595 is working towards this.

I think here that mainly some features aren't yet implemented in the explorer. This is likely one of them.

I'd recommend reporting that separately (we have not implemented `for` at all, it's actually treating that as a function call). It's a different feature, and we expect the explorer to...

Filed as #1592 just to track it.

Can you please update to head? As part of preparing the debug instructions (https://github.com/carbon-language/carbon-lang/blob/trunk/docs/project/contribution_tools.md#troubleshooting-build-issues) I removed some special casing of `clang-13` that judging by paths here you're probably running into....