amw (Adam Wróbel)
- Login: amw
- Email: adam@adamwrobel.com
- Registered on: 02/04/2014
- Last sign in: 07/06/2016
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
02/17/2016
-
02:09 PM Ruby Bug #11928: Segmentation fault in did_you_mean extension
- I've changed the backport flag as requested, but can't change ticket status. Hope a responsible party will be notified.
01/28/2016
-
07:20 AM Ruby Feature #10658: ThreadGroup local variables
- Lin Jen-Shin wrote:
> Here's a demonstration:
> ...
I quite liked this syntax and the idea. I actually needed something like ThreadGroup-variables in my project so I've implemented them with this monkey patch:
~~~ruby
# Thread.cu...
12/30/2015
-
03:27 PM Ruby Bug #11928 (Closed): Segmentation fault in did_you_mean extension
- I'm getting a segmentation fault in my Rails application test suite if I attempt to use an undefined method/object.
I was not able to reproduce this outside of the complex environment of my application, but hopefully you might be able...