viralpraxis (Iaroslav Kurbatov)
- Login: viralpraxis
- Registered on: 10/24/2024
- Last sign in: 12/21/2024
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 0 | 0 |
Reported issues | 0 | 2 | 2 |
Activity
12/11/2024
- 05:00 PM Ruby master Bug #20945: Behaviour mismatch between parse.y and prism with character literals AST nodes
- ufuk (Ufuk Kayserilioglu) wrote in #note-1:
> `Parser::CurrentRuby` is coming from the [parser gem](https://github.c... - 04:25 PM Ruby master Bug #20945 (Rejected): Behaviour mismatch between parse.y and prism with character literals AST nodes
AST string node (character literals) values returned by parse.y are, for some reason, frozen, whereas Prism does no...
11/29/2024
- 11:42 PM Ruby master Bug #20915 (Closed): Segfault with `TracePoint#parameters` and aliased C method
- Applied in changeset commit:git|660b995365f719fa59ed6f2809bb1527e6470d14.
----------
[Bug #20915] Fix SEGV with `Tra... - 11:42 PM Ruby master Revision 660b9953 (git): [Bug #20915] Fix SEGV with `TracePoint#parameters` and aliased C method
- The following snippet results with a SEGV:
```ruby
C = Class.new do
alias_method :new_to_s, :to_s
end
TracePoint....
11/28/2024
- 01:12 AM Ruby master Bug #20915 (Closed): Segfault with `TracePoint#parameters` and aliased C method
- I'm getting a segfault in the following example
```ruby
C = Class.new do
alias_method :new_to_s, :to_s
end
...
Also available in: Atom