fablestales (Fable Tales)
- Login: fablestales
- Registered on: 02/26/2024
- Last sign in: 02/26/2024
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 0 | 0 |
Reported issues | 0 | 2 | 2 |
Activity
03/14/2024
- 02:05 PM Ruby master Bug #20338 (Closed): certain **kwsplat calls have regressed allocations over past few ruby releases
- Given this script:
```
class Foo
def initialize(**kwargs)
end
end
class Bar
def initialize(y:)
en...
02/26/2024
- 07:28 PM Ruby master Bug #20305: commit 1d2d25dcadda0764f303183ac091d0c87b432566 breaks grapheme_clusters
- I added a failing test to reproduce this issue in this PR: https://github.com/ruby/ruby/pull/10103
- 07:02 PM Ruby master Bug #20305: commit 1d2d25dcadda0764f303183ac091d0c87b432566 breaks grapheme_clusters
- fablestales (Fable Tales) wrote:
> given a script:
> ```
> #script.rb
> p "안녕".byteslice(0, 4).grapheme_clusters
... - 06:58 PM Ruby master Bug #20305 (Closed): commit 1d2d25dcadda0764f303183ac091d0c87b432566 breaks grapheme_clusters
- given a script:
```
#script.rb
p "안녕".byteslice(0, 4).grapheme_clusters
```
The commit 1d2d25dcadda0764f303183...
08/15/2022
- 10:41 PM Ruby master Revision e49db0f7 (git): Do not clone method entries when bind_call is used
- I noticed that this site unconditionally clones the method entry, which
means that `bind_call` always allocates a `T_...
Also available in: Atom