Skip to content

remove turbo - #10

Merged
cixzhang merged 1 commit into
mainfrom
no-turbo
Jan 15, 2026
Merged

remove turbo#10
cixzhang merged 1 commit into
mainfrom
no-turbo

Conversation

@cixzhang

Copy link
Copy Markdown
Contributor

We don't need this dependency so let's remove it.

@meta-cla meta-cla Bot added the CLA Signed This label is managed by the Meta Open Source bot. label Jan 14, 2026
@cixzhang
cixzhang merged commit e9fb481 into main Jan 15, 2026
2 checks passed
@cixzhang
cixzhang deleted the no-turbo branch January 15, 2026 20:07
cixzhang added a commit that referenced this pull request Apr 26, 2026
josephfarina added a commit that referenced this pull request Jun 1, 2026
The global --lang flag is advertised on every subcommand's help (declared
on the root program), but only component/hook/discover/docs translate.
Write/action commands (init, template, theme, upgrade, swizzle, build,
gap-report) silently ignored it and produced English.

Add a global preAction hook that validates --lang / --zh / --dense before
any side effects:
  - unsupported locale -> exit 1 (or structured { error } under --json)
  - partially-translated locale (zh) -> exit 0 + one-time stderr warning
  - --lang combined with legacy --zh/--dense -> exit 1 (ambiguous)

init --all --lang xx now exits 1 with zero files written (no half-writes).

Adds 9 subprocess/e2e tests proving the behavior across read and write
commands, the --json contract, side-effect-free rejection, and i18n honesty.

Closes checklist items #1 (flag validation) and #10 (i18n honesty) for the
write/action commands not covered by #2407.
kentonquatman added a commit that referenced this pull request Jul 25, 2026
The inset hairline drawn over the image switches from the theme-tinted
--color-border token to a neutral translucent edge: rgba(0,0,0,.0625)
(#10) in light mode and rgba(255,255,255,.25) (#FFFFFF40) in dark
mode, via light-dark(). This reads consistently across images and themes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Meta Open Source bot.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant