matz (Yukihiro Matsumoto)
- Login: matz
- Email: matz@ruby.or.jp
- Registered on: 05/09/2008
- Last connection: 01/06/2022
Issues
Projects
08/08/2022
-
03:02 AM
Ruby master
Bug #18946: Time#to_date returns incorrect date
- I checked commit history and found out that to_date has been use GREGORIAN calendar since 2011-05-31 and to_datetime ...
matz (Yukihiro Matsumoto)
08/02/2022
-
07:00 AM
Ruby master
Feature #18930 (Rejected): Officially deprecate class variables
- I admit class variables semantics are a bit complex and sometimes misunderstood.
But removing them should cause seri...
matz (Yukihiro Matsumoto)
07/21/2022
-
05:23 AM
Ruby master
Feature #18655: Copy `IO#wait_readable`, `IO#wait_writable`, `IO#wait_priority` and `IO#wait` into core.
- After the discussion, we will drop `wait_priority`, but others are accepted.
Matz.
matz (Yukihiro Matsumoto)
-
05:03 AM
Ruby master
Feature #18809: Add Numeric#ceildiv
- Let's add `Integer#ceildiv`.
Matz.
matz (Yukihiro Matsumoto)
06/22/2022
-
12:52 AM
Ruby master
Feature #18655: Copy `IO#wait_readable`, `IO#wait_writable`, `IO#wait_priority` and `IO#wait` into core.
- If @nobu and @akr are OK, I am OK.
Matz.
matz (Yukihiro Matsumoto)
06/20/2022
-
03:09 AM
Ruby master
Feature #18839: Drop support for gcc 3
- Go. Probably no one is really using gcc3.x.
Matz.
matz (Yukihiro Matsumoto)
06/16/2022
-
02:21 PM
Ruby master
Bug #18729: Method#owner and UnboundMethod#owner are incorrect after using Module#public/protected/private
- > One way to address that is https://bugs.ruby-lang.org/issues/18751#note-11 (no longer hide ZSUPER method entry from...
matz (Yukihiro Matsumoto)
-
02:15 PM
Ruby master
Bug #18729: Method#owner and UnboundMethod#owner are incorrect after using Module#public/protected/private
- > On current TruffleRuby it's "B:hello" (same as current CRuby), due to that.
That's nice. It is an illusion we wa...
matz (Yukihiro Matsumoto)
-
09:16 AM
Ruby master
Bug #18729: Method#owner and UnboundMethod#owner are incorrect after using Module#public/protected/private
- And if I understand correctly, copying could cause the following code to print "B:B:hello", which is confusing.
``...
matz (Yukihiro Matsumoto)
-
09:11 AM
Ruby master
Bug #18729 (Rejected): Method#owner and UnboundMethod#owner are incorrect after using Module#public/protected/private
- The current method searching is symbolic (not copying at the time) except for aliases intentionally. For example, if ...
matz (Yukihiro Matsumoto)
Also available in: Atom
Loading...