Summary: | textproc/ripgrep: limit RUSTC_BOOTSTRAP impact (SIMD option) | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Jan Beich <jbeich> | ||||
Component: | Individual Port(s) | Assignee: | Jan Beich <jbeich> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | petteri.valkonen | ||||
Priority: | --- | Keywords: | patch | ||||
Version: | Latest | Flags: | petteri.valkonen:
maintainer-feedback+
|
||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Jan Beich
2021-09-08 15:08:19 UTC
LGTM. Should we also remove the comment about ’packed_simd_2’ since it’s now evident which crates need RUSTC_BOOTSTRAP? A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=a2583240def2008f987f68e24075fddd918d4089 commit a2583240def2008f987f68e24075fddd918d4089 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2021-09-08 14:38:29 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2021-09-09 16:07:41 +0000 textproc/ripgrep: limit unstable rust features after 6bebfaa8a06c Drop stale comment as it's now evident which crates need unstable features. PR: 258367 Approved by: Petteri Valkonen (maintainer) textproc/ripgrep/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (In reply to Petteri Valkonen from comment #1) > Should we also remove the comment about ’packed_simd_2’ since it’s > now evident which crates need RUSTC_BOOTSTRAP? Done. It needed a complete rewording but I had no cycles to bother. ;) Stabilization seems to be stalled (related bugs closed) but maybe not completely per https://github.com/rust-lang/portable-simd/issues/146 |