This post originated from an RSS feed registered with Ruby Buzz
by Daniel Berger.
Original Post: file-find and other stuff
Feed Title: Testing 1,2,3...
Feed URL: http://djberg96.livejournal.com/data/rss
Feed Description: A blog on Ruby and other stuff.
I've put out yet another release of file-find today. This one adds the prune and perm options, and fixes a stupid bug to boot. I'm pretty pleased with it, and it wasn't that difficult to do, really. I've also updated the README file to explain which options I plan on adding in the future as well as the options that I do NOT plan on adding in the future, and why.
Once I've implemented all of the remaining options that I'm interested in it's going to be relegated to "by request only", and then only if I think more than 2 people in the world will use it.
In other news a rather nasty bug in Curt's one-click installer has surfaced that affects icmp pings in the net-ping package. It seems that Socket.new segfaults for reasons unknown. A hand built Ruby using VC++ 8 does not have this problem, so I'll have to see if it's an issue with VC++ 6 or just a bug in Curt's build process.