Page MenuHomeSoftware Heritage

crates: Fix incorrect documentation of release format
ClosedPublic

Authored by vlorentz on Jun 16 2022, 2:04 PM.

Diff Detail

Repository
rDLDBASE Generic VCS/Package Loader
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

Build is green

Patch application report for D7999 (id=28819)

Could not rebase; Attempt merge onto d925d06e6f...

Merge made by the 'recursive' strategy.
 docs/package-loader-specifications.rst         |  6 +++---
 swh/loader/package/crates/loader.py            |  2 +-
 swh/loader/package/crates/tests/test_crates.py | 26 +++++++++++++-------------
 3 files changed, 17 insertions(+), 17 deletions(-)
Changes applied before test
commit 920987f08992eddb31c92992fe970fb2c7934187
Merge: d925d06 de29163
Author: Jenkins user <jenkins@localhost>
Date:   Thu Jun 16 12:04:55 2022 +0000

    Merge branch 'diff-target' into HEAD

commit de29163511759fb2126d775ade10acea914f1422
Author: Valentin Lorentz <vlorentz@softwareheritage.org>
Date:   Thu Jun 16 14:04:20 2022 +0200

    crates: Fix incorrect documentation of release format

commit ab167227951024dea5f946be2878217a758b02d8
Author: Valentin Lorentz <vlorentz@softwareheritage.org>
Date:   Thu Jun 16 14:03:55 2022 +0200

    crates: Add missing newline in release message
    
    They should use the same convention as Git.

See https://jenkins.softwareheritage.org/job/DLDBASE/job/tests-on-diff/803/ for more details.

ok, one question inline though

docs/package-loader-specifications.rst
56

why the shorter names?

This revision is now accepted and ready to land.Jun 16 2022, 2:12 PM

(i thought that was just aligning existing implementation, i noticed only now the depends on the other diff ¯\_(ツ)_/¯)

for consistency with the "npm" row

Build is green

Patch application report for D7999 (id=28869)

Could not rebase; Attempt merge onto b6af2638c1...

Updating b6af263..d627c25
Fast-forward
 docs/package-loader-specifications.rst         |  6 +++---
 swh/loader/package/crates/loader.py            |  2 +-
 swh/loader/package/crates/tests/test_crates.py | 26 +++++++++++++-------------
 3 files changed, 17 insertions(+), 17 deletions(-)
Changes applied before test
commit d627c2598a0e326b6c66bd285bd3bee8cb7d1d55
Author: Valentin Lorentz <vlorentz@softwareheritage.org>
Date:   Thu Jun 16 14:04:20 2022 +0200

    crates: Fix incorrect documentation of release format

commit aefc055d961cc52aac9d202bb161dc6b29a70492
Author: Valentin Lorentz <vlorentz@softwareheritage.org>
Date:   Thu Jun 16 14:03:55 2022 +0200

    crates: Add missing newline in release message
    
    They should use the same convention as Git.

See https://jenkins.softwareheritage.org/job/DLDBASE/job/tests-on-diff/808/ for more details.