Changes between Version 5 and Version 6 of Ticket #2475
- Timestamp:
- 11/16/15 13:31:12 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2475 – Description
v5 v6 1 1 sforsten is using HL on MacOS X (OS X 10.10.2 and Mono 4.0.2) to run experiments and provided feedback. The following things should be investigated/fixed: 2 2 3 * Mono/.NET File Compatibility: There seems to be still sometimes the case where DefaultComparer is written to the file on Mono instead of ObjectEqualityComparer. This is a problem, so sforsten provided the following workaround: he changed TypeLoader.cs, Line 182 to {{{ } else if (typeName.Namespace == "System.Collections.Generic" && (typeName.ClassName == "DefaultComparer" || typeName.ClassName == "EqualityComparer+DefaultComparer")) { }}}3 * ~~Mono/.NET File Compatibility: There seems to be still sometimes the case where DefaultComparer is written to the file on Mono instead of ObjectEqualityComparer. This is a problem, so sforsten provided the following workaround: he changed TypeLoader.cs, Line 182 to {{{ } else if (typeName.Namespace == "System.Collections.Generic" && (typeName.ClassName == "DefaultComparer" || typeName.ClassName == "EqualityComparer+DefaultComparer")) { }}}~~ (-> Created a new ticket #2508) 4 4 5 5 * ~~Update doc to include chmod +x PreBuildEvent.sh chmod +x MergeConfigs.sh~~ (-> not necessary)