Page MenuHomeFreeBSD

Simplify lang/rust dependency in USES=cargo
AbandonedPublic

Authored by jbeich on Sep 28 2018, 11:11 AM.
Tags
None
Referenced Files
F165101947: D17346.diff
Thu, Aug 6, 1:24 AM
Unknown Object (File)
Sat, Aug 1, 9:59 AM
Unknown Object (File)
Fri, Jul 31, 10:42 AM
Unknown Object (File)
Thu, Jul 30, 12:15 PM
Unknown Object (File)
Mon, Jul 27, 3:12 AM
Unknown Object (File)
Jun 30 2026, 7:04 PM
Unknown Object (File)
Jun 29 2026, 2:00 PM
Unknown Object (File)
Jun 21 2026, 9:52 PM
Subscribers
None

Details

Reviewers
tobik

Diff Detail

Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 19858
Build 19386: arc lint + arc unit

Event Timeline

tobik requested changes to this revision.Oct 20 2018, 5:33 PM

I do not think that this is a good idea. We should specify a minimum Rust version for the same reason the Gecko ports do it too. For example ripgrep will in the future always depend on the latest stable Rust release [1] and we should keep up to avoid surprises and headaches for users and porters.

[1] https://github.com/BurntSushi/ripgrep/releases/tag/0.10.0

This revision now requires changes to proceed.Oct 20 2018, 5:33 PM

@tobik's rationale makes sense. While gecko@ maybe an exception tracking Rust version in other ports is going to be a headache and not really supported (like any other partial upgrade).