mbox series

[bug#39500,0/8] Update ripgrep to 11.0.2.

Message ID 20200207212323.30783-1-kuba@kadziolka.net
Headers show
Series Update ripgrep to 11.0.2. | expand

Message

Maja Kądziołka Feb. 7, 2020, 9:23 p.m. UTC
This patchstack updates ripgrep and its closely-tied dependencies to the
newest versions. #:skip-build? arguments are removed on the modified
packages.

Fun fact: rust-regex* and rust-aho-corasick had mentioned some bugfixes
in their changelog that could potentially be observed by the user.

All modified packages build after the commits that modify them, moreover
everything in rust-apps.scm builds properly after the patchstack is
applied.

Jakub Kądziołka (8):
  gnu: rust-regex-syntax: Update to 0.6.14.
  gnu: rust-regex: Update to 1.3.4.
  gnu: rust-aho-corasick: Update to 0.7.8.
  gnu: rust-grep-matcher: Update to 0.1.3.
  gnu: rust-grep-regex: Update to 0.1.4.
  gnu: rust-ignore: Update to 0.4.9.
  gnu: ripgrep: Update to 11.0.2.
  gnu: Remove rust-bstr-0.1.

 gnu/packages/crates-io.scm | 59 ++++++++++++--------------------------
 gnu/packages/rust-apps.scm | 12 ++++----
 2 files changed, 25 insertions(+), 46 deletions(-)

Comments

Efraim Flashner Feb. 8, 2020, 8:52 p.m. UTC | #1
On Fri, Feb 07, 2020 at 10:23:15PM +0100, Jakub Kądziołka wrote:
> This patchstack updates ripgrep and its closely-tied dependencies to the
> newest versions. #:skip-build? arguments are removed on the modified
> packages.
> 
> Fun fact: rust-regex* and rust-aho-corasick had mentioned some bugfixes
> in their changelog that could potentially be observed by the user.
> 
> All modified packages build after the commits that modify them, moreover
> everything in rust-apps.scm builds properly after the patchstack is
> applied.
> 
> Jakub Kądziołka (8):
>   gnu: rust-regex-syntax: Update to 0.6.14.
>   gnu: rust-regex: Update to 1.3.4.
>   gnu: rust-aho-corasick: Update to 0.7.8.
>   gnu: rust-grep-matcher: Update to 0.1.3.
>   gnu: rust-grep-regex: Update to 0.1.4.
>   gnu: rust-ignore: Update to 0.4.9.
>   gnu: ripgrep: Update to 11.0.2.
>   gnu: Remove rust-bstr-0.1.
> 
>  gnu/packages/crates-io.scm | 59 ++++++++++++--------------------------
>  gnu/packages/rust-apps.scm | 12 ++++----
>  2 files changed, 25 insertions(+), 46 deletions(-)

Thanks! I ended up skipping the commit to remove rust-bstr-0.1. It may
be that another package in the future wants it.