-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Description
Hi,
We started to translate the Rust book (The Rust Programming Language) into Japanese (You can read it here). And I have got a question about the following sentences:
https://github.com/rust-lang/rust/blob/1.6.0/src/doc/book/nightly-rust.md
Oh, we should also mention the officially supported platforms:
- Windows (7, 8, Server 2008 R2)
- Linux (2.6.18 or later, various distributions), x86 and x86-64
- OSX 10.7 (Lion) or greater, x86 and x86-64
We extensively test Rust on these platforms, and a few others, too, like Android. But these are the ones most likely to work, as they have the most testing.
I am not sure whether Android is extensively tested or not.
Does the above means the followings?
- We extensively test Rust on a few other platforms like Android in addition to the officially supported platfolms (Windows, Linux and OS X).
- Extensive test means having the most testing, and they (Android, Windows, Linux and OS X) are likely to work. (Maybe because we are talking about nightly Rust in this chapter?)
Or the followings?
- We extensively test Rust on the officially supported platfolms (Windows, Linux and OS X), and they are guaranteed to work.
- We test a few other platforms like Android, but they have the most testing and likely to work (not guaranteed to work).
Thanks!
Metadata
Metadata
Assignees
Labels
No labels