carbon-language / carbon-lang

Carbon Language's main repository: documents, design, implementation, and related tools. (NOTE: Carbon Language is experimental; see README)
http://docs.carbon-lang.dev/
Other
32.35k stars 1.48k forks source link

change tuple index #4218

Closed brymer-meneses closed 3 months ago

brymer-meneses commented 3 months ago

This changes the tuple index from tuple[0] to tuple.0 in accordance with the accepted propsal https://github.com/carbon-language/carbon-lang/pull/3646

I messed up syncing to trunk on my original PR https://github.com/carbon-language/carbon-lang/pull/4186, that's why I'm starting on a blank state. Please let me know if I missed incorporating a change from my prior PR.

jonmeow commented 3 months ago

Sorry, can you run autoupdate again? Looks like there's still some small difference in the lowering output, a line of code change (sometimes these take a couple autoupdate runs to get fixed, when autoupdate causes the line numbers to change)

brymer-meneses commented 3 months ago

Sorry, about that. I think that should be resolved by now.