brasic (Carl Brasic)
- Login: brasic
- Registered on: 11/18/2020
- Last sign in: 06/28/2023
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
04/24/2023
-
04:31 PM Ruby Revision 8a132358 (git): [ruby/reline] Revert #335 (Trap TSTP to handle C-z)
- (https://github.com/ruby/reline/pull/535)
This PR was an effort to address #321 (ed_quoted_insert doesn't work
properly) but per the reporter it did not work correctly.
Moreover, it introduced a major regression: Shell job control stop...
03/31/2022
-
10:19 PM Ruby Bug #18673 (Closed): Anonymous block forwarding fails when combined with keyword arguments
- Hello!
I tried to use the anonymous block forwarding feature introduced in https://bugs.ruby-lang.org/issues/11256 and released with ruby 3.1.
Unfortunately it appears to unexpectedly fail during parsing when used in a method that ...
12/03/2021
-
11:02 PM Ruby Feature #17881: Add a Module#const_added callback
- I came across this issue when researching why `zeitwerk`-enabled applications can fail to autoload constants inside `ruby/debug` breakpoints (see issues below). It does seem that an alternative to the `:class` tracepoint like the one pr...