Merged
Conversation
There was a problem hiding this comment.
Code Review
This pull request introduces a blog post announcing the release of mruby 4.0.0, which details significant updates including pattern matching, ROM method tables for reduced memory usage, and various VM and GC optimizations. The review feedback focuses on improving the clarity and flow of the introductory text, ensuring consistency by adding missing reference links to new method entries, and removing a redundant item regarding compiler optimizations.
|
|
||
| We are announcing the first stable release of mruby 4.0 series - [mruby 4.0.0](https://github.com/mruby/mruby/releases/tag/4.0.0). | ||
|
|
||
| Describes the new features and changes in mruby 4.0. |
|
|
||
| # User visible changes in `mruby4.0` from `mruby3.4` | ||
|
|
||
| "**_NOTE_**:" are changes to be aware of. |
|
|
||
| - **_NOTE_**: `Hash#deconstruct_keys` removed for CRuby compatibility ([34b9412](https://github.com/mruby/mruby/commit/34b9412)) | ||
| - **mruby-enum-lazy**: Fix `Lazy#flat_map` to handle non-enumerable block return values ([#6765](https://github.com/mruby/mruby/pull/6765)) | ||
| - **mruby-array-ext**: Add `Array#find` and `Array#rfind` methods |
| - **mruby-array-ext**: Add `Array#find` and `Array#rfind` methods | ||
| - **mruby-io**: Add `IO#putc` and `Kernel#putc` ([baff6e6](https://github.com/mruby/mruby/commit/baff6e6)) | ||
| - **mruby-random**: Replace xoshiro with PCG for better memory efficiency ([f1bab01](https://github.com/mruby/mruby/commit/f1bab01)) | ||
| - **mruby-compiler**: Variable-sized AST nodes for reduced memory usage |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.