carbon-language / carbon-lang

Carbon Language's main repository: documents, design, implementation, and related tools. (NOTE: Carbon Language is experimental; see README)
https://github.com/carbon-language/carbon-lang/blob/trunk/README.md
Other
32.31k stars 1.48k forks source link

Teach fuzzers to initialize their installs from runfiles. #4030

Closed chandlerc closed 3 weeks ago

chandlerc commented 3 weeks ago

This also allows us to default construct installs in an error state, which is useful for cases like fuzzers where we want to default construct a global, but then re-initilaize it That said, happy to consider alternative designs here.