Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 08 Sep 2021 15:08:19 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 258367] textproc/ripgrep: limit RUSTC_BOOTSTRAP impact (SIMD option)
Message-ID:  <bug-258367-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D258367

            Bug ID: 258367
           Summary: textproc/ripgrep: limit RUSTC_BOOTSTRAP impact (SIMD
                    option)
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Keywords: patch
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: jbeich@FreeBSD.org
                CC: petteri.valkonen@iki.fi
             Flags: maintainer-feedback?(petteri.valkonen@iki.fi)
                CC: petteri.valkonen@iki.fi

Created attachment 227764
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D227764&action=
=3Dedit
v1 (apply via "git am")

With Rust >=3D 1.50 (since ports 6bebfaa8a06c) RUSTC_BOOTSTRAP=3D1 can be l=
imited
to RUSTC_BOOTSTRAP=3D<crate>,<crate>,... as described in
https://github.com/rust-lang/rust/pull/77802 This slightly increases
maintenance (have to track which crates need RUSTC_BOOTSTRAP) but reduces t=
he
scope of unstable features. Doesn't seem to affect runtime i.e., the binary
appears to be identical (tested on 12.2 amd64).

$ sha256 rg*
SHA256 (rg-new) =3D
2989083ba356013dc3b8b484470fd41a9660a4cf46d8abdc2cddad5b728daf10
SHA256 (rg-old) =3D
2989083ba356013dc3b8b484470fd41a9660a4cf46d8abdc2cddad5b728daf10

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-258367-7788>