nobu (Nobuyoshi Nakada)
Today
-
04:19 AM
Ruby master
Revision 7032e2d6 (git): Check programs for CC in the same path
- When the path of `CC` contains the target program name, e.g., clang,
the replaced program names were unexpected. Rep...
nobu (Nobuyoshi Nakada)
02/15/2025
-
07:46 AM
Ruby master
Bug #21141: `Time#utc?` does not work with a timezone object
- Maybe also this is related:
```ruby
ENV["TZ"] = "UTC"
p Time.now.utc? #=> false
```
Is it expected?
In othe...
nobu (Nobuyoshi Nakada)
-
04:57 AM
Ruby master
Bug #21141 (Open): `Time#utc?` does not work with a timezone object
- ```ruby
require 'timezone'
require 'tzinfo'
t = Time.now(in: "UTC")
t_timezone = Time.now(in: Timezone["UTC"])
...
nobu (Nobuyoshi Nakada)
-
04:07 AM
Ruby master
Feature #16993: Sets: from hash keys using Hash#key_set
- This kind of extensions should be done in the corresponding library side, set.rb.
nobu (Nobuyoshi Nakada)
-
03:27 AM
Ruby master
Feature #21140: Add a method to get the address of certain JIT related functions
- I think the functions belong to built-in classes can be exported simply, i.e., other than related to VM.
I want to m...
nobu (Nobuyoshi Nakada)
-
03:21 AM
Ruby master
Bug #21139: Prism and parse.y parses `it = it` differently
- matz (Yukihiro Matsumoto) wrote in #note-1:
> Assignment to `it` should be prohibited in the long run. Temporarily, ...
nobu (Nobuyoshi Nakada)
02/14/2025
-
10:12 AM
Ruby master
Bug #21138: The modifier expression with "it" is parsed differently in parse.y and Prism, which is unexpected in both.
- nobu (Nobuyoshi Nakada) wrote in #note-1:
> parse.y parses the example as well as the previous example
> (but cannot ...
nobu (Nobuyoshi Nakada)
-
10:07 AM
Ruby master
Bug #21138: The modifier expression with "it" is parsed differently in parse.y and Prism, which is unexpected in both.
- `it` is interpreted as an ordinary local variable, if there is the assignment, including operator-assign.
The shor...
nobu (Nobuyoshi Nakada)
-
06:58 AM
Ruby master
Revision 2864f069 (git): [ruby/openssl] Relax error message check for OpenSSL 3.1
- A tentative measures fo https://github.com/ruby/openssl/issues/606.
With OpenSSL 3.1.0, the error message at connect...
nobu (Nobuyoshi Nakada)
-
05:43 AM
Ruby master
Revision 24f48c83 (git): [Bug #20982] Put spaces in `ENV.inspect` results as well as `Hash`
-
nobu (Nobuyoshi Nakada)
Also available in: Atom
Loading...