We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9f3018 commit d31eda8Copy full SHA for d31eda8
NEWS.md
@@ -122,6 +122,11 @@ See GitHub releases like [GitHub Releases of Logger](https://github.com/ruby/log
122
a warning on verbose mode (`-w`).
123
[[Feature #15554]]
124
125
+* Redefining some core methods that are specially optimized by the interpeter
126
+ and JIT like `String.freeze` or `Integer#+` now emits a performance class
127
+ warning (`-W:performance` or `Warning[:performance] = true`).
128
+ [[Feature #20429]]
129
+
130
[Feature #13557]: https://bugs.ruby-lang.org/issues/13557
131
[Feature #15554]: https://bugs.ruby-lang.org/issues/15554
132
[Feature #16495]: https://bugs.ruby-lang.org/issues/16495
0 commit comments