Skip to content
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

4.15 Patterns #224

Merged
merged 3 commits into from
Feb 24, 2017
Merged

4.15 Patterns #224

merged 3 commits into from
Feb 24, 2017

Conversation

KeenS
Copy link
Member

@KeenS KeenS commented Dec 12, 2016

@tatsuya6502
翻訳の質がそんなに良くなかったのとコメントアウトの方法が段落毎でなくてパッチを適用しづらかったので全体的に手を入れました。
diffが多くて見辛いと思いますが宜しくお願いします。

@tatsuya6502 tatsuya6502 added this to the 1.9 milestone Jan 24, 2017
@tatsuya6502 tatsuya6502 self-requested a review January 24, 2017 01:04
@tatsuya6502
Copy link
Member

@tatsuya6502
Copy link
Member

Copy link
Member

@tatsuya6502 tatsuya6502 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

翻訳の質がそんなに良くなかったのとコメントアウトの方法が段落毎でなくてパッチを適用しづらかったので全体的に手を入れました。
diffが多くて見辛いと思いますが宜しくお願いします。

@KeenS ありがとうございます! 全体的に良くなったと思います。念のため、diff ではなくて、英語版の 1.9 patterns.md と見比べて違いがないことを確認し、訳も全部、読みました。細かな内容で何点かコメントしましたので、ご確認をお願いします。

@@ -1,22 +1,20 @@
% パターン
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1.6 のファイルが変更されてますね。このままレビューしますが、私からのコメントに対応した後、1.9 のファイルとの入れ替えをお願いします。

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ぎゃー。ごめんなさい。そのように対応します。


let tuple = (5, String::from("five"));

// Here, tuple is _not_ moved, as the String was never moved, and u32 is Copy:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

この行の行頭に # を入れてください。

// この行は「error: use of partially moved value: `tuple`」を出します。
// println!("Tuple is: {:?}", tuple);

// However,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

この行(However)の訳もお願いします。

@@ -341,7 +388,7 @@ match x {
<!-- # Guards -->
# ガード

<!--You can introduce ‘match guards’ with `if`: -->
<!-- You can introduce ‘match guards’ with `if`: -->
`if` を使うことでマッチガードを導入することができます:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1.9 の変更点とは関係ないのですが、ついでに、マッチガード「マッチガード」 に変えてもらえると嬉しいです。

@KeenS
Copy link
Member Author

KeenS commented Feb 23, 2017

指摘点反映しました。1.6のコミットログを汚さないようにrebaseしました。

@tatsuya6502
Copy link
Member

修正点の反映、ありがとうございました。レビューOKですので、マージします。

@tatsuya6502 tatsuya6502 merged commit 2dad777 into rust-lang-ja:master Feb 24, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants