Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix 210 - omit Equals, GetHashCode and COmpareTo methods in fscd.exe #213

Merged
merged 1 commit into from
Oct 18, 2018

Conversation

dsyme
Copy link
Collaborator

@dsyme dsyme commented Oct 17, 2018

This fixes #210

FSharp.COmpiler.Service has a known issue with analyzing the generated COmpareTo, GetHashCode and Equality methods. These aren't really needed for interpreting typical Fabulous code as the interpreter can give s default implementation of these for structural comparison.

@dsyme dsyme merged commit e9021e0 into fabulous-dev:master Oct 18, 2018
@TimLariviere TimLariviere mentioned this pull request Oct 25, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

LiveUpdate - Add support for DU with value
2 participants