wycats (Yehuda Katz)
- Login: wycats
- Email: wycats@gmail.com
- Registered on: 07/18/2009
- Last sign in: 08/20/2023
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 0 | 0 |
Reported issues | 0 | 12 | 12 |
Activity
10/26/2015
- 12:25 PM Ruby master Feature #11537: Introduce "Safe navigation operator"
- Yukihiro Matsumoto wrote:
> I like the idea. My remaining concern is ".?" is too similar to "?." which is chosen by ...
08/21/2015
- 03:28 PM Ruby master Feature #11473: Immutable String literal in Ruby 3
- I would like to suggest a phased transition across several releases in Ruby 2.x (the specific version numbers and fla...
11/24/2014
- 08:11 PM Ruby master Bug #10540 (Closed): Yielded fibers do not execute ensure blocks
- When a thread has paused fibers, if an exception occurs anywhere in the thread, `ensure` blocks in the paused fibers ...
11/05/2013
- 07:51 AM Ruby master Bug #9080 (Closed): ENV[key] produces three objects
- This code:
ENV["HOME"]
allocates three T_STRING according to ObjectSpace.count_objects. Unless I'm missing so... - 07:49 AM Ruby master Bug #9079 (Closed): Interpolated Symbol creates unnecessary intermediate String on the heap
- This case:
x = "world"
y = :"hello#{world}!"
allocates one T_STRING according to ObjectSpace.count_objects...
01/07/2013
- 07:29 AM Ruby master Bug #7664 (Rejected): Keyword arguments with `**` make code targeting 1.9 / 2.0 difficult
- You could imagine writing code that calls into a user-supplied hook:
log("App booted", level: :info)
It is po... - 07:11 AM Ruby master Bug #7663 (Rejected): Unable to invoke a method with `**kwargs` if the receiver doesn't define keyword arguments
- This works:
def hello
puts "hello"
end
hello(*[])
This does not:
def hello
puts "hello... - 07:06 AM Ruby master Bug #7662 (Closed): Unable to define a method with bare `**`
- This works:
def foo(*)
end
This does not:
def foo(**)
end
This does not:
def foo(*, **)
...
10/16/2012
- 10:29 PM Ruby master Bug #7158: require is slow in its bookkeeping; can make Rails startup 2.2x faster
- Yehuda Katz
(ph) 718.877.1325
On Tue, Oct 16, 2012 at 12:21 AM, gregprice (Greg Price) <price@mit.edu>wrot... - 10:29 PM Ruby master Bug #7172: [[Ruby 1.9:]] fix rbconfig for --enable-load-relative (v2)
- Thanks mpapis for moving the ball forward on this. I rely on
--enable-load-relative for Tokaido, and getting/keepi...
Also available in: Atom