2928
by cedricv on
21 April 2008, 08:34:38 -0500
(20 days ago)
BOO-974 : Compiler crashes on same-class instance generic method invocation when self keyword is not used and a non-generic compatible overload exists.
2924
by neoeinstein on
12 April 2008, 08:08:04 -0500
(29 days ago)
BOO-996, BOO-995: Added "then" keyword to replace "else" semantic in looping constructs; Added "or" semantic to looping constructs. With testcases galore.
2922
by neoeinstein on
11 April 2008, 08:27:50 -0500
(30 days ago)
BOO-503: Also include the class member name in generated callable name if available.
2921
by neoeinstein on
11 April 2008, 01:45:13 -0500
(30 days ago)
BOO-503: Some love for compiler-generated callable definition names so that they provide some context based on where they were created to bring them on par with closure-naming. Also made SourceLocati…
2920
by neoeinstein on
10 April 2008, 15:37:35 -0500
(31 days ago)
BOO-992: Created two testcases (internal and external) to regress on the latest commit by Avish on ^this^ ticket
2918
by cedricv on
10 April 2008, 05:18:37 -0500
(31 days ago)
BOO-993 : unable to invoke clr extension method through its static signature since rev. 2861
2917
by neoeinstein on
09 April 2008, 15:40:48 -0500
(32 days ago)
BOO-979: Fixes compiler error on using internal types as parameters for external generics.
2912
by neoeinstein on
08 April 2008, 10:50:55 -0500
(33 days ago)
BOO-988: Added else block to the for and while statements, and include a suite of testcases for verification of the oddities.
2910
by neoeinstein on
07 April 2008, 12:16:20 -0500
(34 days ago)
BOO-987: Create the ExecBoo MSBuild task (so named because of namespace conflicts). Includes input and output parameters for MSBuild integrated fun.
2909
by neoeinstein on
07 April 2008, 12:14:12 -0500
(34 days ago)
BOO-986: Allow DefaultAttribute to work on parameters without an explicit type by assuming them to be object
2908
by cedricv on
07 April 2008, 03:30:49 -0500
(34 days ago)
make boo compile with mono svn problem was: error CS0019: Operator `==' cannot be applied to operands of type `object' and `T'