forked from IronLanguages/main
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reimplemented File.expand_path such that it does not use System.IO.Pa…
…th. This allows us to get better compatibility with MRI. The motivating reason was that RSpec does File.expand_path("filename:linenumber"), and the old implementation complained that : is not valid in filenames, whereas MRI allows such input Fixed "[nil].uniq" - Cucumber was running into this. Renamed scripts\ruby19.bat to ruby1.9.bat as "mspec -tr19" seems to have changed.
- Loading branch information
Shri Borde
committed
Jun 3, 2009
1 parent
3734e67
commit ec9eae2
Showing
10 changed files
with
335 additions
and
107 deletions.
There are no files selected for viewing
7 changes: 2 additions & 5 deletions
7
...rnal.LCA_RESTRICTED/Languages/IronRuby/mspec/ironruby-tags/core/file/expand_path_tags.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,2 @@ | ||
fails:File.expand_path expand_path for commoms unix path give a full path | ||
fails:File.expand_path sometimes returns file system case with one argument | ||
fails:File.expand_path sometimes returns file system case with two arguments | ||
fails:File.expand_path expands /./dir to /dir | ||
fails:File.expand_path converts a pathname to an absolute pathname, Ruby-Talk:18512 | ||
fails:File.expand_path returns file system case only for the last component | ||
fails:File.expand_path returns file system case only for the last component of both arguments |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.