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

Cannot build tests in Debug mode with either F# 4.0 nor F# 4.1 #68

Open
vasily-kirichenko opened this issue Nov 19, 2016 · 2 comments
Open

Comments

@vasily-kirichenko
Copy link

3>D:\github\FsControl\FsControl.Test\UnitTest.fs(122,40): error FS0193: A type parameter is missing a constraint 'when (FsControl.SequenceA or Microsoft.FSharp.Collections.seq< ^a> or ^d) : (static member SequenceA : Microsoft.FSharp.Collections.seq< ^a> * ^d * FsControl.SequenceA -> ^d)'

@gusty
Copy link
Owner

gusty commented Nov 19, 2016

Thanks @vasily-kirichenko for reporting this.
I know they fail when compiled in Debug mode.
Since they work in Release Mode I think this is related to a bug in the F# compiler.
I just didn't find the time to take a look at this, come up with minimal repro and report it in the F# compiler site as an issue.

@gusty gusty changed the title Cannot build tests with either F# 4.0 nor F# 4.1 Cannot build tests in Debug mode with either F# 4.0 nor F# 4.1 Nov 19, 2016
@gusty
Copy link
Owner

gusty commented Dec 11, 2016

Actually this is a duplicate of #41

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants