Commit 9448897
committed
fix(diag): the freestanding
It ended with a copy-pasteable
[dependencies]
mcpplibs.std.freestanding = "0.1"
and no such package is published. Following the advice fails at the very next
command with "package not found", which sends the reader off to debug their
index instead of their code.
Now it points at what a bare-metal project actually has — the module its board
package exports, named concretely — and describes a freestanding subset package
as a shape rather than a line to paste, saying plainly that none is published
yet. The concrete line comes back when one ships.
Every suggestion in a diagnostic is a promise; this one had not been checked
against reality before being written.import std message pointed at a package that does not exist1 parent c6f332d commit 9448897
4 files changed
Lines changed: 49 additions & 10 deletions
File tree
- .agents/docs
- docs
- zh
- src/build
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
413 | 413 | | |
414 | 414 | | |
415 | 415 | | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
| 420 | + | |
| 421 | + | |
| 422 | + | |
| 423 | + | |
| 424 | + | |
| 425 | + | |
| 426 | + | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
| 430 | + | |
| 431 | + | |
| 432 | + | |
| 433 | + | |
| 434 | + | |
| 435 | + | |
| 436 | + | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
931 | 931 | | |
932 | 932 | | |
933 | 933 | | |
934 | | - | |
| 934 | + | |
935 | 935 | | |
936 | 936 | | |
937 | 937 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
827 | 827 | | |
828 | 828 | | |
829 | 829 | | |
830 | | - | |
| 830 | + | |
831 | 831 | | |
832 | 832 | | |
833 | 833 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5273 | 5273 | | |
5274 | 5274 | | |
5275 | 5275 | | |
5276 | | - | |
5277 | | - | |
5278 | | - | |
| 5276 | + | |
| 5277 | + | |
| 5278 | + | |
| 5279 | + | |
| 5280 | + | |
| 5281 | + | |
| 5282 | + | |
| 5283 | + | |
| 5284 | + | |
| 5285 | + | |
| 5286 | + | |
| 5287 | + | |
5279 | 5288 | | |
5280 | 5289 | | |
5281 | 5290 | | |
| |||
5286 | 5295 | | |
5287 | 5296 | | |
5288 | 5297 | | |
5289 | | - | |
5290 | 5298 | | |
5291 | | - | |
5292 | | - | |
| 5299 | + | |
| 5300 | + | |
| 5301 | + | |
| 5302 | + | |
| 5303 | + | |
| 5304 | + | |
| 5305 | + | |
| 5306 | + | |
| 5307 | + | |
5293 | 5308 | | |
5294 | | - | |
5295 | | - | |
| 5309 | + | |
| 5310 | + | |
5296 | 5311 | | |
5297 | 5312 | | |
5298 | 5313 | | |
| |||
0 commit comments