-
Notifications
You must be signed in to change notification settings - Fork 72
6. Nightly Rust #52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
6. Nightly Rust #52
Changes from 5 commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
原文の句読点の位置が紛らわしいのですが、こんな意味ではないでしょうか?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@tatsuya6502
ありがとうございます。
確かにtier1,2,3の定義からするとご指摘の通りのような気もするのですが、1文目単独で読むとやはりAndroidに対してもextensively testが行われているように読めてしまいます。
http://buildbot.rust-lang.org/tgrid(公式のCI環境ってここでよかったでしょうか?)を見ると、AndroidやBSD向けビルドもtier1と同様に行われているようですので、a few othersはこれらのことを指しているのではないかとも思いますが、いかがでしょうか?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dalance
そうなんですよね。1文目を単独で読むとそうなんですが。そうすると2文目の mostly work と矛盾しているような。ちょっと真意がわからないので、本家の方に質問 issue を上げてみました。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
上記 issue ですが、早速返事をもらいました。返事について、私の解釈は以下の通りです。が、間違ってるかもしれないので、ぜひ @dalance さんにも読んでもらいたいです。
原文の方は、1.8に向けて、私が修正案の PR を上げることにしました。なので、将来のバージョンでは、少し説明が変わるかもしれません。
私としては、tier 1(officially supported platform)に対して「ほとんどの場合動くだろう」と言ってしまうと、やはり違和感があるので、"But these are the ones most likely to work" の these が "a few others, too, like Android" に掛かってるというニュアンスを含められないでしょうか?
例えば、「Rustではこれらのプラットフォームの他、Androidなどいくつかのプラットフォームについても幅広いテストが行われています。しかし、後者についてはテストし尽くされているわけではないので、ほとんどの場合動くだろう、という状態です。」
ちょっと私の日本語、イマイチですが...。ご検討ください。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@tatsuya6502
issue読ませていただきました。私の解釈も同様です。
折角詳細なご回答を頂きましたので、訳注として追記してみました。
ご確認いただけますでしょうか?