Skip to content

chore: drop the stale tokenizers-cpp submodule entry - #1430

Merged
msluszniak merged 1 commit into
mainfrom
@ms/drop-stale-submodule
Sep 8, 2026
Merged

chore: drop the stale tokenizers-cpp submodule entry#1430
msluszniak merged 1 commit into
mainfrom
@ms/drop-stale-submodule

Conversation

@msluszniak

Copy link
Copy Markdown
Member

.gitmodules declares three submodules; the tree has two.

entry gitlink in tree
third-party/tokenizers-cpp absent
third-party/googletest present
packages/react-native-executorch/third-party/common/phonemis present

The tokenizers migration (#781) removed the gitlink but left the config entry behind.

Harmless in practice, since git submodule update walks the gitlinks in the index rather than the config, which is why nobody hit it. Still misleading to anyone reading the file to learn what a checkout needs, and create-package.sh relies on the phonemis entry being accurate.

Verified git submodule update --init for both remaining paths still checks out cleanly after the edit.

Found while auditing root files for staleness ahead of the 0.10 release. Everything else at the root checked out: .yarnrc.yml's React 19 peer suppression is still needed (@signalwire/docusaurus-theme-llms-txt is still at 1.0.0-alpha.9 with react: ^18.0.0 peers), and CONTRIBUTING.md's paths all still exist.

.gitmodules still declared a submodule at third-party/tokenizers-cpp, but the
tokenizers migration (#781) removed that gitlink. The tree has two submodules,
googletest and phonemis, against three config entries.

Harmless in practice, since `git submodule update` walks the gitlinks in the
index rather than the config, which is why it went unnoticed. It is still
misleading to anyone reading the file for what the checkout needs.

`git submodule update --init` for both remaining paths still succeeds.
@msluszniak msluszniak self-assigned this Sep 7, 2026
@msluszniak msluszniak added the chore PRs that are chores label Sep 7, 2026
@msluszniak
msluszniak requested a review from barhanc September 7, 2026 22:00
@msluszniak
msluszniak merged commit bb14dbb into main Sep 8, 2026
4 checks passed
@msluszniak
msluszniak deleted the @ms/drop-stale-submodule branch September 8, 2026 04:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore PRs that are chores

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants