Skip to content

Commit bb14dbb

Browse files
authored
chore: drop the stale tokenizers-cpp submodule entry (#1430)
`.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.
1 parent 3af4de8 commit bb14dbb

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.gitmodules

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
[submodule "tokenizers-cpp"]
2-
path = third-party/tokenizers-cpp
3-
url = https://github.com/software-mansion-labs/tokenizers-cpp
41
[submodule "third-party/googletest"]
52
path = third-party/googletest
63
url = https://github.com/google/googletest.git

0 commit comments

Comments
 (0)