Release notes for re-motion version 1.13.111

List of Issues

Bugfixes

New Features

Details

[RM-4053] The seed type check in AggregateFromSeedResultOperator.GetOutputDataInfo should check for assignability instead of equality

Component/s: Data.Linq
Issue Type: Bug
Resolution: Fixed
Status: Closed


GetOutputDataInfo currently checks that the seed type and the first argument type of the aggregator function must be the same.

Example code:

a.Aggregate (b, (c, d) => e)

In this sample, b and c must be of the same type, otherwise an exception is thrown. This type check should be relaxed: aggregation also works if the type of b is merely assignable to the type of c.

[RM-4097] Provide a distinct documentation file for re-linq and re-mix

Component/s: Data.Linq Mixins
Issue Type: New Feature
Resolution: Fixed
Status: Closed


(no description)