joker1007 (Tomohiro Hashidate)
- Login: joker1007
- Email: kakyoin.hierophant@gmail.com
- Registered on: 11/03/2014
- Last sign in: 02/25/2024
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 0 | 0 |
Reported issues | 2 | 4 | 6 |
Activity
01/11/2022
- 02:11 PM Ruby master Bug #18472 (Closed): rb_w32_map_errno is not found on Ruby-3.1.0
- I faced Fiddle::DLError such following.
```
C:/hostedtoolcache/windows/Ruby/3.1.0/x64/lib/ruby/3.1.0/fiddle/impor...
11/05/2020
- 07:57 AM Ruby master Bug #17289: Time#strftime occurs Segmentation Fault on ruby-2.7.2p137
- FYI:
I downgraded ruby to v2.7.1.
But in our environment, this error occurred with the same stacktrace.
10/27/2020
- 12:35 PM Ruby master Bug #17289: Time#strftime occurs Segmentation Fault on ruby-2.7.2p137
- Additional Information:
* I used to use v2.6.2 and Segmentation fault does not occur at that time.
* This stacktr... - 12:29 PM Ruby master Bug #17289 (Feedback): Time#strftime occurs Segmentation Fault on ruby-2.7.2p137
- Segmentation Fault occurred when I run Time#strftime via Time#iso8601 on ruby-2.7.2.
It occurs repeatedly about once...
05/28/2019
- 05:28 AM Ruby master Feature #15879: Proposal: Time#to_i accepts :unit keyword
- > In contrast to this, your proposal with Time#to_i seems to return rounded results even though the method name is to...
05/27/2019
- 09:22 AM Ruby master Feature #15879 (Open): Proposal: Time#to_i accepts :unit keyword
- I often need Unix time as microseconds or nanoseconds to serialize for other language environments.
For example, Jav...
11/01/2018
- 07:59 AM Ruby master Feature #14836: Method to return first/last lineno/column of Proc
- Great work!!
What I want is this!
If ruby-trunk merges this patch, I will try to use.
06/08/2018
- 10:14 AM Ruby master Feature #14836: Method to return first/last lineno/column of Proc
- I want this feature too.
I wrote a rubygem that parses proc and converts to AST::Node (of ast gem).
To inspect pr...
03/15/2018
- 07:59 AM Ruby master Feature #14606 (Open): Change begin-else-end without rescue from warning to syntax error
- ~~~ ruby
begin
p :foo
else
p :bar
end
# => :foo
# => :bar
~~~
~~~ ruby
[1,2,3].each do
p :foo
e...
10/13/2017
- 11:32 AM Ruby master Bug #14012 (Rejected): NameError is raised when use class variables in Refinements
- Sorry in advance if other ticket exists.
In a case, Reference to class variables raises unnatural NameError.
A...
Also available in: Atom