Adrien Leravat

Results 10 comments of Adrien Leravat

Definitely useful, and lacking in C++. Adding a different example for React: React uses a `ContextProvider` in a hierarchy tree to expose a context implicitly, and `useContext` (for functional components)...

Relates to #1592

Migrated to https://github.com/carbon-language/carbon-lang/pull/2006

Thank you for your report @aboritskiy . From what I see, it seems that some of our dependences are a bit memory hungry. Did you try with `--throttle 1`, to...

Hi and welcome @S007sayer , @thepandeyop ! Feel free to work on the issue if you wish, `good first issue` are generally not assigned, see https://github.com/carbon-language/carbon-lang/blob/trunk/CONTRIBUTING.md#implement-carbons-design for some explanation. For...

@thepandeyop Just to avoid surprises if you haven't seen (as I haven't explicitly mentioned it) @notfilippo has also started working on it (details visible on the issue).

Hi everyone, i don't believe we have precise rules around contributions, and issues don't have to be assigned to be worked on, but I would recommend waiting for @PaarthAgarwal 's,...

> @Pixep I got stuck while working on the issue and I think it'll take me more time to understand the codebase. You can assign this issue to others who...

Alright in that case we can open it to someone else if that is OK with you. People can contribute by reviewing the language design, providing feedback, and working on...

The lexer has a dedicated `UNDERSCORE` token, which superseeds `identifier`. `_` can be used in some places in place of an identifier, but it does not mean that all identifiers...