Changes between Version 426 and Version 427 of ReviewHeuristicLab3.3.0Application
- Timestamp:
- 05/14/10 18:24:22 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReviewHeuristicLab3.3.0Application
v426 v427 8 8 * Adding a `ValueParameter<T>` in a `VariableCreator` and selecting a generic type e.g. `ItemList<T>` fails because no choice can be made on the generic type of the `ItemList` (ticket #42). 9 9 * abeham: swagner fixed this, but there was still an issue with an `ItemList<IItemList<T>>` which cannot be assigned a value 10 * Deserialization fails for LS/TS in some cases (My assumption is that it doesn't correctly parse NaN values) 10 11 11 12 === Priority: HIGH ===