ChangeLog 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. 2008-03-05 Jb Evain <[email protected]>
  2. * ExpressionTest_Call.cs: we pass the Call with type arguments tests.
  3. 2008-02-24 Jb Evain <[email protected]>
  4. * ExpressionTest.cs: test for Action compilation.
  5. 2008-02-04 Jb Evain <[email protected]>
  6. * ExpressionTest_ListBind.cs: add working test for MemberListBinding
  7. ToStringification.
  8. 2008-02-02 Jb Evain <[email protected]>
  9. * ExpressionTest_ListBind.cs: fix MemberTypeImplementIEnumerable test.
  10. 2008-02-01 Olivier Dufour <[email protected]>
  11. * ExpressionTest_ListBind.cs:Add test for ListBind
  12. 2008-02-01 Olivier Dufour <[email protected]>
  13. * ExpressionTest_ElementInit.cs:Add test for ElementInit
  14. 2008-01-31 Jb Evain <[email protected]>
  15. * ExpressionTest_ArrayLength.cs: add compile test.
  16. 2008-01-31 Jb Evain <[email protected]>
  17. * ExpressionTest_Field.cs: add field access tests.
  18. 2008-01-30 Jb Evain <[email protected]>
  19. * ExpressionTest_CallWithExpression.cs: add tests for very simple calls.
  20. 2008-01-30 Jb Evain <[email protected]>
  21. * ExpressionTest_New.cs: add tests for emitting new reference types.
  22. 2008-01-27 Jb Evain <[email protected]>
  23. * ExpressionTest_Condition.cs: tests for compilation of
  24. conditionals.
  25. 2008-01-27 Jb Evain <[email protected]>
  26. * ExpressionTest_Lambda.cs: add test for the
  27. Lambda(Expression,ParameterExpression[]) method.
  28. 2008-01-27 Jb Evain <[email protected]>
  29. * ExpressionTest_Lambda.cs: add tests to assert the type
  30. of the LambdaExpressions.
  31. 2008-01-18 Jb Evain <[email protected]>
  32. * ExpressionTest_GreaterThan|GreaterThanOrEqual.cs
  33. * ExpressionTest_LessThan|LessThanOrEqual.cs: new tests.
  34. 2008-01-18 Jb Evain <[email protected]>
  35. * ExpressionTest_Negate.cs
  36. ExpressionTest_Not.cs
  37. ExpressionTest_UnaryPlus.cs: test for some unary operators.
  38. 2008-01-16 Jb Evain <[email protected]>
  39. * ExpressionTest_CallWithExpression.cs: test for static method.
  40. 2008-01-15 Jb Evain <[email protected]>
  41. * ExpressionTest_CallWithExpression.cs: tests
  42. for Call (Expression, ...)
  43. 2008-01-15 Jb Evain <[email protected]>
  44. * ExpressionTest_Condition.cs: add tests for Expression.Condition.
  45. 2008-01-15 Jb Evain <[email protected]>
  46. * ExpressionTest.cs: tests for Expression.Parameter
  47. 2008-01-09 Jb Evain <[email protected]>
  48. * ExpressionTest.cs: tests for GetActionType.
  49. 2008-01-09 Jb Evain <[email protected]>
  50. * ExpressionTest.cs: add new fixture of assorted tests for
  51. Expression. Contains tests for GetFuncType for now.
  52. 2008-01-09 Jb Evain <[email protected]>
  53. * ExpressionTest_ArrayLength.cs: Fix Rank2String to pass on .net.
  54. 2008-01-09 Jb Evain <[email protected]>
  55. * ExpressionTest_Call.cs: fix wrong test.
  56. 2008-01-09 Jb Evain <[email protected]>
  57. * ExpressionTest_TypeAs.cs: correct wrong test for numerics.
  58. Add test for nullable types.