Skip to content

Conversation

@dsyme
Copy link
Contributor

@dsyme dsyme commented Sep 19, 2020

We have a bug #10143

First we fix the tests so they actually run. This reveals two existing failures

Failed  line 242
Failed  line 246

        let b = nameof(+)
        Assert.AreEqual ("line " + string __LINE__) ("+",b)

        let b3 = nameof(FSharp.Core.Operators.(+))
        Assert.AreEqual ("line " + string __LINE__) ("+",b3)

Obviously this has never worked.

@dsyme dsyme changed the title [WIP] fix nameof bug fix nameof bug for operators Sep 19, 2020
@dsyme
Copy link
Contributor Author

dsyme commented Sep 19, 2020

@cartermp This is ready (once green)

We lost the change related to operators during the development of the PR, and the tests weren't active to prevent this

@dsyme dsyme merged commit 1013a8d into dotnet:main Sep 20, 2020
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.

2 participants