File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load diff This file was deleted.
Original file line number Diff line number Diff line change 1+ # Upstream provenance — where the reference tree went
2+
3+ ` crates/burn/upstream ` was a git SUBMODULE pointing at
4+ ` https://github.com/AdaWorldAPI/burn.git ` (last gitlink
5+ ` 9b2b67127b0fbb5387021faf540b7b12b9c4e943 ` = that repo's merge of PR #4 ;
6+ upstream lineage: tracel-ai/burn, ` v0.21.0-pre.2 ` ). It was pure reference
7+ material: ` crates/burn/src ` reads nothing from it, and ` crates/burn ` is
8+ workspace-EXCLUDED besides.
9+
10+ It is gone because a reference-only submodule taxes EVERY consumer of this
11+ repo as a git dependency: cargo clones git deps with submodules
12+ unconditionally, so ` medcare-rs ` 's Railway build fetched the full burn fork
13+ just to compile ` chacha20 ` out of this repo — and on 2026-08-31 that fetch
14+ died on GitHub's unauthenticated shared-IP rate limiting
15+ ("could not read Username", after three spurious-network retries), taking
16+ the deploy down. A gitlink is also a commit-pin on an internal sibling —
17+ the consumer pin law's spirit, one layer down.
18+
19+ Need the reference tree? Clone the sibling directly:
20+ ` git clone https://github.com/AdaWorldAPI/burn.git ` — the fork repo is the
21+ address; this file is the provenance record (tags over pins, per the
22+ internal-pin prohibition).
Load diff This file was deleted.
You can’t perform that action at this time.
0 commit comments