[Ironruby-core] Code Review: contributions6
John Lam (IRONRUBY)
jflam at microsoft.com
Tue Apr 29 19:24:18 EDT 2008
tfpt review /shelveset:contributions6;REDMOND\jflam
Ruby only
This wraps up a number of community contributions into a single shelveset for expediency. This shelveset passed SNAP this morning. We are now passing 2011/2961 (67%) of community specs.
Rakefile:
- some case sensitivity changes to ensure that things continue to compile on case-sensitive filesystems (*nix)
- using methods in fileutils instead of hand-rolled platform specific shell commands
- adding a mono switch 'noconfig' to ensure that mono continues to compile
ModuleOps:
- Expanding patch #19745 from Wayne Kelly to add support for passing strings or objects that implement to_str to private, protected, and public
MutableStringOps:
- Added alias for String#intern implementation and some comments
RegexpOps:
- Added some constants
- Expanded patch 19749 from Wayne Kelly (an implementation of ===)
ExceptionOps:
- Added to_str implementation to fix bug #19625
TimeOps:
- Expanded patch #19230 from Eric Nicholson for Time methods. Added comments as well as fixing a number of conversion and interop-related bugs. This isn't complete yet, and the specs aren't very valuable for verifying the behavior of these methods until we get backtick or system() working.
FileOps:
- Expanded patch #19708 for File#exists? to handle directories correctly
- Expanded patch #19004 for File#expand_path to handle corner cases correctly. Note that this still requires work to make our directory paths identical to Ruby. Right now the paths returned are Windows paths (Ruby on Windows returns *nix style paths).
RubyScope:
- Incorporated trivial bug fix on range check: #19754
Specs:
- Enables specs for kernel, module, and matchdata.
Thanks,
-John
-------------- next part --------------
A non-text attachment was scrubbed...
Name: contributions6.diff
Type: application/octet-stream
Size: 214632 bytes
Desc: contributions6.diff
URL: <http://rubyforge.org/pipermail/ironruby-core/attachments/20080429/81d1ef53/attachment-0001.obj>
More information about the Ironruby-core
mailing list