3
I Use This!
Inactive

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 2 hours ago.
Jun 08, 2024 — Jun 08, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch 'master' of git://github.com/jschementi/ironruby More... about 16 years ago
Merge branch 'master' of git://github.com/nrk/ironruby into int More... about 16 years ago
Merge branch 'master' of git://github.com/ironruby/ironruby More... about 16 years ago
autoload uses '/' to join load-path and autoload-path More... about 16 years ago
Merge branch 'master' of git://github.com/Jirapong/ironruby into integration More... about 16 years ago
Merge branch 'master' of git://github.com/nrk/ironruby into integration More... about 16 years ago
syncing to head of tfs More... about 16 years ago
rebuilt ironruby tags More... about 16 years ago
Implement Process.waitall (needed by Process specs) Also implement Errno::ECHILD, Process.uid=, Process.wait and Process.wait2 More... about 16 years ago
Makes __FILE__ and $PROGRAM_NAME (and $0) have canonicalized paths when Ruby is hosted from ir.exe. However, __FILE__ is not messed with when including a file via require/load. More... about 16 years ago
move RubyErrno's exceptions to exceptions.cs More... about 16 years ago
implement File.umask in order to run the specs More... about 16 years ago
* added RubyErrno.cs to IronRuby.dll, move EEXIST, EINVAL, and ENOENT to IronRuby.dll More... about 16 years ago
* IListOps.Difference now uses Object#hash and Object#eql? to check for object equality, this fixes the failing spec "Array#- acts as if using an intermediate hash to collect values" More... about 16 years ago
Merge branch 'master' of git://github.com/shri/ironruby More... about 16 years ago
Merge branch 'master' of git://github.com/ironruby/ironruby More... about 16 years ago
format indent style More... about 16 years ago
Merge branch 'master' of [email protected]:ironruby/ironruby More... about 16 years ago
add a file with the git sha1 hashes of current mspec and rubyspec More... about 16 years ago
update rubyspec and mspec More... about 16 years ago
Merge branch 'master' of http://github.com/ironruby/ironruby More... about 16 years ago
Changed irtests.bat to not use "mspec -V" (unless you are using "irtests -par") which was causing very verbose output Changed irtests.bat to only use two "mspec" tasks so that "irtest -par" will spawn fewer processes. Changed IronRuby.Tests.exe to show dots for each test instead of printing a new line which is very verbose Changed irtests.bat to continue running tests even if previous test task failed. It remembers the failed results and prints the summary at the end. Added ruby19.bat so that "mspec -tr19" runs with Ruby 1.9. It requires you to set RUBY19_EXE to point to your copy of the 1.9 version of ruby.exe More... about 16 years ago
Merge branch 'master' of git://github.com/ironruby/ironruby More... about 16 years ago
removing extra spec files More... about 16 years ago
categorizing uncategorized specs More... about 16 years ago
Fixes Array#hash to work with recursive arrays Also updated ArraySpecs.recursive_array to produce a cycle of length 3. Previously, it was doing "a << a" multiple times, but this does not increase the length of the cycle above 2. It just increase the number of cycles. This change required an update to many files. Also added a new ArraySpecs.recursive_arrays function which should be used when dealing with two arrays (comparisons, merge, etc). I have only used it in equal_value_spec and eql_spec for now... Also removed entries from critical_tags.txt since recursive hashing and comparison now works. More... about 16 years ago
add a filtered function to mspec to simplify default.mspec More... about 16 years ago
Merge branch 'master' of http://github.com/ironruby/ironruby More... about 16 years ago
Merge branch 'master' of http://github.com/shri/ironruby More... about 16 years ago
Merge branch 'master' of http://github.com/ironruby/ironruby More... about 16 years ago