satoryu (Tatsuya Sato)
- Login: satoryu
- Email: satoryu.1981@gmail.com
- Registered on: 11/22/2013
- Last sign in: 05/13/2025
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
07/13/2017
-
11:44 AM Ruby Bug #13744 (Closed): Spawn doesn't work with options of symbol keys generated dynamically
- spawn works when giving options whose key is symbol literal:
~~~
$ ruby -e 'spawn("ls", :rlimit_cpu => 100)'
~~~
But spawn fails when generating symbol from a String:
~~~
$ ruby -e 'spawn("ls", "rlimit_cpu".to_sym => 100)'
...
11/22/2013
-
01:28 AM Ruby Bug #9135: ruby 2.0.0p247 [BUG] Bus Error
- This problem may be not Ruby's issue but ruby-debugger's issue.
According to ruby-debugger's README, the support for Ruby 2.0.0 is not enough and is recognised as a known issue.
https://github.com/cldwalker/debugger#known-issues