superdealloc (Andre Medeiros)
- Login: superdealloc
- Email: me@andremedeiros.info
- Registered on: 10/03/2013
- Last sign in: 10/26/2015
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
07/03/2015
-
07:30 PM Ruby Bug #11327 (Closed): Improve duplicate key warning.
- This change rephrases the duplicate key warning, which causes some confusion.
Before:
~~~
/Users/andre/bug.rb:4: warning: duplicated key at line 5 ignored: :max_instances
~~~
After:
~~~
/Users/andre/bug.rb:4: warning: key ...
11/13/2014
-
09:31 AM Ruby Bug #10427: The WebKit of QtRuby crashed
- I've got a feeling this has more to do with the gem than it does with Ruby itself.
Typically, that issue occurs whenever you call ruby code from a non-Ruby created thread.