iblue (Markus Fenske)
- Login: iblue
- Email: iblue@gmx.net
- Registered on: 01/21/2012
- Last sign in: 10/14/2025
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 2 | 2 |
Activity
07/12/2012
-
07:50 AM Ruby Bug #6723 (Closed): Global variable scoping problem.
- This issue exists from 1.8 to ruby-head.
See the following example:
def foobar
"Foobar".match(/^(\w*)/)
puts $1.inspect
end
foobar
puts $1.inspect
puts global_variables.inspect
This demonstrates that $1 does not beha...
01/21/2012
-
06:43 AM Ruby Bug #5916 (Rejected): Ruby crashes
- I tried to run a rails project. It chrashes. The bug is reproduceable (at least on my system).
Steps to reproduce:
1. Compile ruby 1.9.3-p0 from source. I did this via rvm.
2. git clone git://github.com/maccman/spine.rails3.git # co...