Closed dearblue closed 8 months ago
Differences can be found at https://github.com/mruby/mruby/compare/mruby:24eca2e...mruby:94062b4 (currently stable branch).
And further patch is being applied from https://github.com/mruby/mruby/commit/9616971.
また、mruby 3.3.0 のリリース後に見つかったプログラムをクラッシュさせるような不具合があるので、stable ブランチに進めたものとなります。 それに加えて conf.enable_debug によるアサーションに間違いがあったので、それを修正するための https://github.com/mruby/mruby/commit/9616971c705b4ad2422bc4bb9de834f8bcb9c83b も適用してあります。
conf.enable_debug
(不具合の原因のいくつかは僕が仕込みました。すいません)
もし mruby のリビジョンを更新しすぎている、あるいは時期尚早だと思われる場合はコメントをお願いします。たぶん 3.3.0 あたりに差し変えます。
@matsumotory Please review.
src/
test/
docs/
最新に追いついていきたいのでこれで問題ございません!ありがとうございます!
Differences can be found at https://github.com/mruby/mruby/compare/mruby:24eca2e...mruby:94062b4 (currently stable branch).
And further patch is being applied from https://github.com/mruby/mruby/commit/9616971.
517 で更新しましたが、mruby 3.3.0 のリリースまでにいくつかの不具合が修正されています。
また、mruby 3.3.0 のリリース後に見つかったプログラムをクラッシュさせるような不具合があるので、stable ブランチに進めたものとなります。 それに加えて
conf.enable_debug
によるアサーションに間違いがあったので、それを修正するための https://github.com/mruby/mruby/commit/9616971c705b4ad2422bc4bb9de834f8bcb9c83b も適用してあります。(不具合の原因のいくつかは僕が仕込みました。すいません)
もし mruby のリビジョンを更新しすぎている、あるいは時期尚早だと思われる場合はコメントをお願いします。たぶん 3.3.0 あたりに差し変えます。
@matsumotory Please review.
Pull-Request Check List
src/
.test/
. Please see about test docs.docs/
if you change the features such as build system, Ruby methods, class and nginx directives.