------------------------------------------------------------------------ r87 | jlam | 2008-03-25 11:58:19 -0400 (Tue, 25 Mar 2008) | 1 line Pushing changes out from TFS using new Rakefile. TFS and SVN builds are now sync'd correctly after our TFS migration. ------------------------------------------------------------------------ r88 | jlam | 2008-03-25 13:48:19 -0400 (Tue, 25 Mar 2008) | 1 line Small tweak to Rakefile to fix some project transformations from SVN -> TFS. ------------------------------------------------------------------------ r89 | jlam | 2008-03-25 16:41:11 -0400 (Tue, 25 Mar 2008) | 1 line Minor updates to Ruby to support hosting in ASP.NET. ------------------------------------------------------------------------ r90 | jlam | 2008-03-25 17:29:13 -0400 (Tue, 25 Mar 2008) | 1 line Updating spec includes files to form a new baseline for specs. We are now passing 1396 specs, up from 1325 before this check-in. ------------------------------------------------------------------------ r91 | jlam | 2008-03-26 13:06:41 -0400 (Wed, 26 Mar 2008) | 3 lines Refactors tokenization of instance and class variables, identifiers, keywords, regex options and quoted strings. Adds more tokenizer tests and refactors the driver for tokenizer testing. ------------------------------------------------------------------------ r92 | jlam | 2008-03-31 16:51:00 -0400 (Mon, 31 Mar 2008) | 7 lines (tomat) Minor changes in DLR Snippets: - after assemblies are dumped the options could be unfrozen. This allows Ruby test driver to save each test_s snippet assemblies into a separate file by changing the snippet_s assembly file path at the beginning of each test. - CreateNestedCodeContext sets the _parent on CodeContext class. This will eventually go away as scopes and CodeContext get merged, but is needed for now by Ruby. Several fixes in Ruby related to local scopes _ Ruby doesn_t create a new scope within a method anymore, the existing method_s scope (code context) is used. Previously there were in fact two scopes per method. Some minor changes to Ruby test driver. ------------------------------------------------------------------------ r93 | jlam | 2008-04-08 16:47:27 -0400 (Tue, 08 Apr 2008) | 8 lines Lots of changes in this changeset since last week. We now pass 1541/2468 specs (62%). A bunch of String specs were re-enabled since we no longer crash when parsing them. ENV is now partially implemented - you can evaluate environment variables correctly now. A bunch of regex functionality (still using .NET regex) is enabled - =~, sub,gsub etc. are now implemented in this release. There was a split in the way the DLR is organized. Microsoft.Scripting.Core.dll is the DLR, and Microsoft.Scripting.dll are where libraries like the Math libraries for the DLR will live from now on. ------------------------------------------------------------------------