ChangeLog 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. 2008-01-27 Jb Evain <[email protected]>
  2. * ExpressionTest_Condition.cs: tests for compilation of
  3. conditionals.
  4. 2008-01-27 Jb Evain <[email protected]>
  5. * ExpressionTest_Lambda.cs: add test for the
  6. Lambda(Expression,ParameterExpression[]) method.
  7. 2008-01-27 Jb Evain <[email protected]>
  8. * ExpressionTest_Lambda.cs: add tests to assert the type
  9. of the LambdaExpressions.
  10. 2008-01-18 Jb Evain <[email protected]>
  11. * ExpressionTest_GreaterThan|GreaterThanOrEqual.cs
  12. * ExpressionTest_LessThan|LessThanOrEqual.cs: new tests.
  13. 2008-01-18 Jb Evain <[email protected]>
  14. * ExpressionTest_Negate.cs
  15. ExpressionTest_Not.cs
  16. ExpressionTest_UnaryPlus.cs: test for some unary operators.
  17. 2008-01-16 Jb Evain <[email protected]>
  18. * ExpressionTest_CallWithExpression.cs: test for static method.
  19. 2008-01-15 Jb Evain <[email protected]>
  20. * ExpressionTest_CallWithExpression.cs: tests
  21. for Call (Expression, ...)
  22. 2008-01-15 Jb Evain <[email protected]>
  23. * ExpressionTest_Condition.cs: add tests for Expression.Condition.
  24. 2008-01-15 Jb Evain <[email protected]>
  25. * ExpressionTest.cs: tests for Expression.Parameter
  26. 2008-01-09 Jb Evain <[email protected]>
  27. * ExpressionTest.cs: tests for GetActionType.
  28. 2008-01-09 Jb Evain <[email protected]>
  29. * ExpressionTest.cs: add new fixture of assorted tests for
  30. Expression. Contains tests for GetFuncType for now.
  31. 2008-01-09 Jb Evain <[email protected]>
  32. * ExpressionTest_ArrayLength.cs: Fix Rank2String to pass on .net.
  33. 2008-01-09 Jb Evain <[email protected]>
  34. * ExpressionTest_Call.cs: fix wrong test.
  35. 2008-01-09 Jb Evain <[email protected]>
  36. * ExpressionTest_TypeAs.cs: correct wrong test for numerics.
  37. Add test for nullable types.