Patched, committed issues: 1. jruby.bat using ./lib...fix is to use %JRUBY_HOME%/lib. Committed on HEAD and cnutter_work1 2. Zlib stub added. This was generated using a primitive script I wrote, and perhaps does not include all information we'd like before writing a Zlib impl...but it's a start. Committed on both HEAD and cnutter_work1. 3. File path separator normalization. The new File impl is called NormalizedFile. Committed on both HEAD and cnutter_work1.
Issues that remain unpatched or uncommitted: 1. Regexp needs to appropriately handle octal sequences of the form /\\[1-7]+/ by inserting a zero. No patch landed because it is unclear how JRuby would handle \177...as a backref \1 followed by "77" or as an octal \0177. 2. Our yaml.rb (yaml4r) seems to want to be in src/lib/ruby/1.8 to be picked up in preference to Ruby 1.8's yaml.rb. 3. There is an outstanding scoping issue during Rails "generate" command with the above issues fixed. - Charlie ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid3432&bid#0486&dat1642 _______________________________________________ Jruby-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jruby-devel
