Jon Ross-Perkins
Jon Ross-Perkins
@clavin contributed the fix on https://github.com/google/pre-commit-tool-hooks/issues/16
At present Carbon restricts integer digit separators to every 3 digits, going back to https://github.com/carbon-language/carbon-lang/blob/trunk/proposals/p0143.md. A contrary mention had been made about the Indian convention. However, it looks like CJK...
https://github.com/carbon-language/carbon-lang/blob/trunk/docs/project/goals.md#language-tools-and-ecosystem doesn't note a code formatter as a goal. This maybe slipped past us as worth noting explicitly. Need to see what others think.
Explorer still doesn't implement for loops. This may not be too hard these days, although may include needing a interface for adapting iteration, similar to how we use interfaces for...
On build: ``` clang++: warning: argument unused during compilation: '-pie' [-Wunused-command-line-argument] ``` Probably need to clean up flags, but wanted to check with @chandlerc because I thought we'd tried to...
On https://abseil.io/tips/, I see: TotW #3: String Concatenation and operator+ vs. StrCat() TotW #5: Disappearing Act TotW #5: Disappearing Act TotW #10: Splitting Strings, not Hairs i.e., TotW #5 shows...
I think this partly addresses #1404
Note this will need to be set per-cc_binary, but I don't think there's a good way to avoid that. I didn't try hijacking the `cc_binary` rule name because that felt...