19
I Use This!
Low Activity

Commits : Listings

Analyzed about 19 hours ago. based on code collected 1 day ago.
May 02, 2023 — May 02, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
array conversion specs More... about 15 years ago
Merge branch 'master' of http://github.com/ironruby/ironruby More... about 15 years ago
Marshal.WriteObject was writing serialization data which includes instance variables, but the end of MarshalWriter.WriteAnObject was writing instance data as well. Removed writing of serialization data TimeOps.load had a bug causing local time to be loaded as utc time. Added building of IronPython to irtests.bat since it is needed for the language interop tests More... about 15 years ago
adding specs for ruby classes with type constraints and for a secondary (base class) type constraint) More... about 15 years ago
added class param and conflicting type param specs More... about 15 years ago
split pragma warning to make sure I do not disable unintended warnings. Refactor conflicting methods More... about 15 years ago
Merge branch 'master' of git://github.com/ironruby/ironruby More... about 15 years ago
added generic error messages specs. Fixed tag locations More... about 15 years ago
adding some constrained generic specs More... about 15 years ago
adding some generic tests and fixing tags, also make default.mspec load ir.exe instead of ir.cmd More... about 15 years ago
csc describe handles shared specs (multiple arguments) and we now emit #line pragmas instead of comments More... about 15 years ago
add dlr_config to IronRuby object More... about 15 years ago
modify .gitignore to ignore Bin in addition to bin More... about 15 years ago
syncing to head of tfs More... about 15 years ago
Merge branch 'master' of http://github.com/ironruby/ironruby More... about 15 years ago
Bactrace was being set to nil for "raise existingException, 'new message'". RubyOps.SetExceptionAndStrackTrace needs to call SetCompiledTrace even if a RubyExceptionData exists for the exception, which it will for the case of raising with a new exception message. The current scheme is closer to MRI which checks if backtrace is set before calling set_backtrace. Removed RubyOptions.DefaultExceptionDetail. It is no longer needed as always have access to a RubyContext when creating a backtrace which allows access to LanguageOptions.ExceptionDetail. Added support for Initializers.Generated to have constructs that exist in only a specific version of Ruby. Used that for "Encoding". These two issues were affecting minitest (which is used by rubygems). With these fixes, minitest does not need any workarounds. More... about 15 years ago
Project files build against SL2 More... about 15 years ago
Merge branch 'master' of git://github.com/ironruby/ironruby More... about 15 years ago
Update assembly version to Silverlight 3 Beta version More... about 15 years ago
Merge branch 'master' into jimmysch/sl3 More... about 15 years ago
syncing to head of tfs. Changes IronRuby to version 0.3 More... about 15 years ago
Merge branch 'master' into jimmysch/sl3 More... about 15 years ago
syncing to head of tfs More... about 15 years ago
Merge branch 'master' of git://github.com/ironruby/ironruby More... about 15 years ago
syncing to head of tfs More... about 15 years ago
Merge branch 'master' of git://github.com/ironruby/ironruby More... about 15 years ago
Fixed Zlib::Deflate algorithm to use the right header and footer around System.IO.Compression.DeflateStream Fixed bug in MutableStringStream where it was writing too many bytes Added GitDiff.bat to use windiff for diffing, and to be able to get of files to diff from rather than having to go serially through all the files one by one Adds a trivial README - github.com will automatically show the contents inline if anyone browses the repo. More... about 15 years ago
sync to head of tfs. This pulls out Shri's changes More... about 15 years ago
Merge branch 'master' of git://github.com/ironruby/ironruby More... about 15 years ago
Merge branch 'master' of git://github.com/shri/ironruby into shri More... about 15 years ago