Bugs item #6722, was opened at 2006-11-17 03:17
You can respond by visiting:
http://rubyforge.org/tracker/
?func=detail&atid=411&aid=6722&group_id=85
Category: win32-changenotify
>Group: Code
>Status: Closed
>Resolution: Accepted
Priority: 3
Submitted By: Nobody (None)
Assigned to: Daniel Berger (djberg96)
Summary: win32-changenotify fails on Ruby 1.8.4
Initial Comment:
throws an exception when loading, roughly
NameError: Invalid name "recursive?"
(probably complaining about the ivar named " recursive?")
Can be fixed by replacing "recursive?" with
"recursive" in changenotify.c
------------------------------------------------------------
----------
>Comment By: Daniel Berger (djberg96)
Date: 2006-11-21 23:33
Message:
Alright, fixed in CVS. The updated code will be in the next
release.
- Dan
------------------------------------------------------------
----------
Comment By: Daniel Berger (djberg96)
Date: 2006-11-21 23:22
Message:
Hi,
Looks like a bug caused by some changes in the Ruby
internals that have been made over the last couple of
releases.
I'll have a fix out this weekend. Thanks for the report.
- Dan
------------------------------------------------------------
----------
You can respond by visiting:
http://rubyforge.org/tracker/
?func=detail&atid=411&aid=6722&group_id=85
_______________________________________________
win32utils-devel mailing list
win32utils-devel rubyforge.org
http://rubyforge.org/mailman/listinfo/win32utils-devel
|