diff options
| author | Hilton Chain <hako@ultrarare.space> | 2025-11-30 17:00:53 +0800 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-18 10:13:38 +0100 |
| commit | 01b97dff35a1841152c1e2999de06c6fdf51e7c1 (patch) | |
| tree | 0c7d50a0df60add086a10050f20da6160f38b18f /doc | |
| parent | 91f1db61860946e486e6aba2ebd8cc64688f79c8 (diff) | |
import: crate: Generate comments with ‘TODO REVIEW:’ prefix.
This distinguishes them from manually added ones. When committing changes,
these ‘TODO REVIEW’ comments should be addressed and removed first.
If you're working with Rust packaging, please update your local Guix to this
commit to apply the change.
* guix/import/crate.scm (cargo-lock->expressions): Generate comments with
‘TODO REVIEW:’ prefix.
* tests/import/crate.scm ("crate-lockfile-import"): Don't check the exact
comment string.
* doc/guix-cookbook.texi (Common Workflow for Rust Packaging),
* gnu/packages/rust-crates.scm: Adjust accordingly.
Change-Id: I76b914b49be46d04cc61b101b6bc9e31cadb7f07
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Merges: #4567
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/guix-cookbook.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/guix-cookbook.texi b/doc/guix-cookbook.texi index 2107228dbfc..eea1f96bf1b 100644 --- a/doc/guix-cookbook.texi +++ b/doc/guix-cookbook.texi @@ -1734,8 +1734,8 @@ At this stage, the package @code{cargo-audit} is buildable. @item Finally we'll unbundle the vendored dependencies. The lockfile importer -inserts @code{TODO:} comments for libraries with high probability of -bundled dependencies. @code{cargo-build-system} also performs +inserts @code{TODO REVIEW:} comments for libraries with high probability +of bundled dependencies. @code{cargo-build-system} also performs additional check for binary files in its @code{check-for-pregenerated-files} phase, which usually indicates bundling: |
