Uh oh!
There was an error while loading. Please reload this page.
Manpages - #25807
Conversation
rust-highfive
commented
May 26, 2015
(rust_highfive has picked a reviewer for you, use r? to override) |
There was a problem hiding this comment.
1.2 will be released in july
Estimating August as the release date for 1.2.0.
rustc -C target-cpu=help is no longer supported. Recommend the llc tool intead like 'rustc --help'.
rillian
commented
May 26, 2015
ITYM August r? @steveklabnik |
alexcrichton
commented
May 26, 2015
tshepang
commented
May 27, 2015
I always thought the date on manpages was "last edited", not "expected release date". I think "last edited" is also better because some stuff may change between now and 1.2 release. BTW, do we need to mention the versions? We are going to have to remember updating them every release, even though manpage content has not changed. |
Quick update to fix two manpage issues I noticed in rust-lang#25689.
rillian
commented
May 27, 2015
It is. The "last edited" and "release date" should also correspond, so I think the question is which of those you think is more likely...
Not strictly. Many manpages have only a modification date. However, it's useful to know what release the page refers to, so unless we can't maintain them at all, I think the version number should stay. The real fix to to automate the version and date bump. |
Quick update to fix two manpage issues I noticed in rust-lang#25689.
Quick update to fix two manpage issues I noticed in rust-lang#25689.
tshepang
commented
May 28, 2015
@rillian I don't see a reason why "last edited" and "release date" should correspond. It's misleading. It would be accurate to state the actual edit date, and just leave the version at 1.2.0-dev, and only update that version just before release (or during Beta) to 1.2, after verifying that the manpage is still accurate. So, the version should only be updated if someone verifies its accuracy... it should not be automated. |
Quick update to fix two manpage issues I noticed in #25689.