Skip to content

Commit 9c90e9f

Browse files
authored
Merge pull request #2935 from ruby/fix-ja
Som fix ja translation for Ruby 3.2.0 release
2 parents 883a969 + 40a106e commit 9c90e9f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

en/news/_posts/2022-12-25-ruby-3-2-0-released.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ The improved matching algorithm allows most Regexp matching (about 90% in our ex
9595

9696
(For preview users: this optimization may consume memory proportional to the input length for each match. We expect no practical problems to arise because this memory allocation is usually delayed, and a normal Regexp match should consume at most 10 times as much memory as the input length. If you run out of memory when matching Regexps in a real-world application, please report it.)
9797

98-
The original proposal is https://bugs.ruby-lang.org/issues/19104
98+
The original proposal is <https://bugs.ruby-lang.org/issues/19104>
9999

100100
### Regexp timeout
101101

ja/news/_posts/2022-12-25-ruby-3-2-0-released.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Ruby 3.2から、Regexpのマッチングアルゴリズム自体がメモ化の
9090

9191
(プレビューリリースのユーザへ:この最適化は、マッチングのたびに入力長に比例したメモリを消費することがあります。このメモリ確保は通常遅延され、また、通常の正規表現であれば入力長のたかだか10倍程度のメモリを消費するだけなので、実用上の問題は発生しないと考えています。もし実アプリの正規表現マッチングでメモリ不足に陥った場合は報告してください)
9292

93-
提案チケットは https://bugs.ruby-lang.org/issues/19104 です。
93+
提案チケットは <https://bugs.ruby-lang.org/issues/19104> です。
9494

9595
### Regexpのタイムアウトの導入
9696

@@ -241,7 +241,7 @@ sum = ary[0] + ary[1]
241241

242242
* Bundler 2.4 は利用する依存解決ライブラリを [Molinillo](https://github.com/CocoaPods/Molinillo) から [PubGrub](https://github.com/jhawthorn/pub_grub) に変更しました。
243243

244-
* PubGrub は次世代の Dart 言語のパッケージマネージャである `pub` で使われている次世代の依存解決アルゴリズムです。
244+
* PubGrub Dart 言語のパッケージマネージャである `pub` で使われている次世代の依存解決アルゴリズムです。
245245
* この変更により、bundler を実行後に異なるライブラリの依存解決結果となる可能性があります。もし、不具合や気になる点を見つけた方は [RubyGems/Bundler issues](https://github.com/rubygems/rubygems/issues) までご報告ください。
246246

247247
* RubyGemsRuby 3.2 では引き続き Molinillo ライブラリを利用しています。今後、RubyGemsPubGrub に変更し、Bundler と同じライブラリを使う予定です。

0 commit comments

Comments
 (0)