Clone this repo:
  1. b35361c recipes: Filter is_asan warning in fuzz.py and add test by Paris · 19 hours ago main
  2. 631657e Update eval prompts module_name by Struan Shrimpton · 3 days ago
  3. 9792c9e Allow starlark to add target_cpu and target_os when they did not exist in mb_config. by Cameron Higgins · 3 days ago
  4. e2003d2 Create a recipe for running prompt evals by Struan Shrimpton · 3 days ago
  5. 6d1d6d7 Add dawn_wasm gclient config by Brian Sheedy · 3 days ago

Recipes

If you're here to make a change to ‘recipes’ (the code located in the recipes directory), please take a look at the README for more information pertaining to recipes.

Style

The preferred style is PEP8 with two-space indent. Functions use lowercase_with_underscores, with the exception of the special functions RunSteps and RunTests in recipes. Use yapf (git cl format --no-clang-format) to autoformat new code.