tilman (Tilman Giese)
- Login: tilman
- Registered on: 09/19/2008
- Last sign in: 12/16/2008
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 2 | 2 |
Activity
12/16/2008
-
04:32 AM Ruby Bug #890 (Closed): Segmentation fault when block is passed to yield
- =begin
Source
------
def m
yield 5 do
puts 'yield with block'
end
end
Output
------
./ruby: [BUG] Segmentation fault
ruby 1.9.1 (2008-12-16 revision 20768) [x86_64-linux]
-- control frame ---...
09/19/2008
-
09:47 PM Ruby Bug #575 (Closed): module_function: undefined method
- =begin
Output
------
test.rb:17: [BUG] undefined method `m'; can't happen
ruby 1.9.0 (2008-09-09 revision 19264) [i386-mingw32]
-- control frame ----------
c:0005 p:---- s:0012 b:0012 l:000011 d:000011 CFUNC :module_fun...