[go: up one dir, main page]

Clone this repo:
  1. c462398 Add deferred annotation parsing to all recipe_module files. by Robert Iannucci · 16 hours ago main
  2. 0a948e33 Change ios code coverage arch to arm64 by Yue She · 17 hours ago
  3. 5eba5ba Fix copyright header comments. by Garrett Beaty · 35 hours ago
  4. 78f3952 Update flaky_reproducer unittests to use proper type introspection. by Robert Iannucci · 36 hours ago
  5. 4a4f961 [V8] Update test262 import reviewers by Rezvan Mahdavi Hezaveh · 2 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.