-
Notifications
You must be signed in to change notification settings - Fork 168
C++26 : 「未初期化変数の読み取りをエラー性動作とする」を追加 #1349
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
Conversation
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.
ひととおり見て気付いたことなど挙げておきます。
erroneous behavior を「誤り起因動作」と訳した版になっていますが、訳語のたたき台としては
一旦訳さずに erroneous behavior, erroneous value の記載のままの版をコミットして、
そこから各訳語候補ごとに変更を試してみるようなことができるといいかもな、と思いました。
(この版では erroneous value の用例が検索で列挙しづらい感じになっていることもあり・・・。)
Co-authored-by: Kazutoshi SATODA <k_satoda@f2.dion.ne.jp>
Co-authored-by: Kazutoshi SATODA <k_satoda@f2.dion.ne.jp>
erroneous behavior/valueを一旦訳さないよう修正しました。 |
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.
対応ありがとうございます。改めてひととおり見まして、気づいた点を挙げます。
Co-authored-by: Kazutoshi SATODA <k_satoda@f2.dion.ne.jp>
Co-authored-by: Kazutoshi SATODA <k_satoda@f2.dion.ne.jp>
Co-authored-by: Kazutoshi SATODA <k_satoda@f2.dion.ne.jp>
Co-authored-by: Kazutoshi SATODA <k_satoda@f2.dion.ne.jp>
ここまでの指摘にはすべて対応しましたー |
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.
対応ありがとうございます。
改めて見るとまた少し気になったところが出てきちゃったので挙げておきますが、
修正の必要性はあんまり強くないように思うので、スッと対応が決まらないようなら
取り急ぎ訳語検討の材料としてのマージを先にしてもらって、その後で僕のほうで
まだ気になるようなら考えるということでもよさそうに思います。
Co-authored-by: Kazutoshi SATODA <k_satoda@f2.dion.ne.jp>
訳語として「エラー性 (の) 動作」「エラー性の値」に決まったので、記事に適用しました |
6010481 EB の説明に合わせて UB の方にも英語名の説明を加えています |
28eb999 こちらが "標準規格と処理系" に対する修正 & GLOBAL_DEFINED_WORDS リンク適用です。 |
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.
変更見直して、誤記がひとつ見つかりましたが、他は問題無さそうでした。
こちらマージしちゃいますね |
erroneous behaviorに関する記事を書きました。
この記事での用語の使い方を見ながら、不足分は書き足しつつ訳語を相談させてください。