Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 5 and Version 6 of Ticket #2475


Ignore:
Timestamp:
11/16/15 13:31:12 (8 years ago)
Author:
ascheibe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2475 – Description

    v5 v6  
    11sforsten 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:
    22
    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)
    44
    55* ~~Update doc to include chmod +x PreBuildEvent.sh chmod +x MergeConfigs.sh~~ (-> not necessary)