From 5d336cfe6e0d0bd022519826d0e0230cefca2332 Mon Sep 17 00:00:00 2001 From: master Date: Sat, 6 Jul 2024 03:00:35 +0900 Subject: [PATCH] Project translation --- target/docs/ChangeLog.htm | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/target/docs/ChangeLog.htm b/target/docs/ChangeLog.htm index 1323e5b2..40abb136 100644 --- a/target/docs/ChangeLog.htm +++ b/target/docs/ChangeLog.htm @@ -15,15 +15,18 @@

変更点・新機能

変更点の技術的な詳細については、GitHubを参照してください。

2.0.17 - 2024年6月5日

-

Implemented an optimization to the WinText parameter by Descolada. [PR #335]

-

Changed UnsetError message to suggest a global declaration instead of appending "(same name as a global)" after the variable name.

-

Changed VarUnset warning message for consistency with UnsetError.

-

Fixed the increment/decrement operators to throw UnsetError if the var is unset, not TypeError.

-

Fixed OwnProps to assign the property name safely in cases where a property deletes itself.

+

DescoladaによるWinTextパラメータの最適化を実装しました。 +[PR #335]

+

変数名の後に"same name as a global "を追加する代わりにグローバル宣言を提案するようにUnsetErrorメッセージを変更しました。

+

UnsetErrorとの一貫性を保つためにVarUnsetの警告メッセージを変更しました。

+

varが未設定のときにTypeErrorではなくUnsetErrorをスローするようにincrement/decrement演算子を修正しました。

+

プロパティがそれ自身を削除するときにプロパティの名前を安全に割り当てるようにOwnPropsを修正しました。 +

Fixed breakpoints to work in arrow functions under a control flow statement without a block.

-

Fixed debugger to break at the line of the call when stepping out of a function. (This behaviour was added in Revision 31 and broken by v1.1.30.00.)

-

Stepping out of a function which was called as a new thread now breaks at the line which was interrupted, instead of waiting until the next line is reached.

-

Fixed debugger to not delete temporary breakpoints which are ignored while evaluating DBGp property_get or context_get.

+

関数からステップアウトするときに、呼出行でブレークするようにデバッガを修正しました。 +(この動作はリビジョン31で追加され、v1.1.30.00で壊れました。)

+

新しいスレッドとして呼び出された関数からのステップアウトするときは、次の行に到達するまで待つのではなく中断された行でブレークするようになりました。

+

DBGp property_getまたはcontext_getの評価中に無視される一時的なブレークポイントをデバッガが削除しないように修正しました。

2.0.16 - 2024年5月30日

Fixed load-time errors sent to stdout showing incorrect file/line number in some cases.