https://ci.chromium.org/p/chromium/builders/ci/mac-arm64/345:
ValueError: unexpected AST node: <_ast.BinOp object at 0x110000e50> BinOp(left=Num(n=12), op=Sub(), right=Name(id='beta', ctx=Load())) (inside '12-beta')
Python’s ast treats a hyphen as a token that’s the subtraction operator,
and anything that begins with a digit as a token that’s a number. So
12-beta isn’t a good name, and neither is 12_beta or xcode-12-beta. But
xcode_12_beta should be just fine.
Bug: 1098454,1098738,1099242
Change-Id: I5a675e800764ddaa8e63b32d3b16e481d10bf51e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2265141
Commit-Queue: Nico Weber <thakis@chromium.org>
Commit-Queue: Mark Mentovai <mark@chromium.org>
Reviewed-by: Mark Mentovai <mark@chromium.org>
Reviewed-by: Nico Weber <thakis@chromium.org>
Auto-Submit: Mark Mentovai <mark@chromium.org>
Cr-Commit-Position: refs/heads/master@{#782394}
GitOrigin-RevId: a64b3fb93de22114917f299725a8aa853180c5a2