repeatedly (Masahiro Nakagawa)
- Login: repeatedly
- Email: repeatedly@gmail.com
- Registered on: 12/07/2013
- Last sign in: 07/27/2018
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 2 | 2 |
Activity
07/27/2018
-
10:00 AM Ruby Bug #14943 (Closed): ruby 2.4 doesn't work with jemalloc 5.1.0 properly.
- With jemalloc 5.1.0, ruby 2.4.4 failed to initalize timer thread and it causes broken runtime, e.g. signals are ignored.
- ruby 2.4.4
~~~
$ LD_PRELOAD=~/jemalloc_lib/5.1.0/lib/libjemalloc.so.2 ruby print_version.rb
<main>: warni...
01/24/2017
-
09:23 AM Ruby Bug #13152: Numeric parsing differences between ruby <-> crystal
- Martin Dürst wrote:
> - What do other languages (in particular languages more well known that Cristal) do?
Here is dlang result:
~~~ cpp
import std.stdio;
void main()
{
writeln(-2 ^^ 4); // -16
writeln((-2) ^^ ...
01/04/2016
-
04:22 PM Ruby Feature #11949 (Closed): Allow @/$ prefix in Regexp's named captures
- fluentd hits the problem that Regexp's named captures doesn't allow @ prefix.
https://github.com/treasure-data/omnibus-td-agent/issues/60
I assume this limitation is for auto variable assign feature.
http://ruby-doc.org/core-2.3...