[fsharp] Fix a type inference error introduced by recent changes#13109
[fsharp] Fix a type inference error introduced by recent changes#13109luhenry merged 1 commit intomono:masterfrom
Conversation
radical
commented
Feb 20, 2019
|
/cc @nosami |
``` @/external/bockbuild/builds/fsharp-fsharp-6624925/src/scripts/fssrgen.fsx(334,28): error FS0041: A unique overload for method 'GetFileNameWithoutExtension' could not be determined based on type information prior to this program point. A type annotation may be needed. Candidates: System.IO.Path.GetFileNameWithoutExtension(path: System.ReadOnlySpan<char>) : System.ReadOnlySpan<char>, System.IO.Path.GetFileNameWithoutExtension(path: string) : string [@/external/bockbuild/builds/fsharp-fsharp-6624925/src/fsharp/FSharp.Build-proto/FSharp.Build-proto.fsproj] ```
f499b51 to
e8778a3
Compare
|
@monojenkins build OS X Package |
nosami
left a comment
There was a problem hiding this comment.
LGTM. Should probably try and get this upstreamed.
|
.. which isn't related to this PR, IIUC. @akoeplinger Is it ignorable for merging this PR? |
|
@radical the Either way this is purely a Mac SDK build patch and that's a flake so if the package builds we can merge this |
|
|
mono/mono#13109 Co-authored-by: Moises Nessim <[email protected]>