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

Add some unit tests for c# and the publiconly flag. #259

Merged
merged 3 commits into from
Feb 3, 2015

Conversation

matthid
Copy link
Member

@matthid matthid commented Feb 1, 2015

It seems like the flag is broken (publiconly=false). My quick investigation shows this is most likely a bug/limitation in FCS. But you are maybe interested in the test cases anyway. Once the problem is fixed in FCS you can remove the Ignore attribute.

@tpetricek
Copy link
Member

So, the issue is that when you set publicOnly=false, it still only shows public members?

@tpetricek tpetricek merged commit 41e6abb into fsprojects:master Feb 3, 2015
@matthid
Copy link
Member Author

matthid commented Feb 3, 2015

Exactly. I have added a comment to fsharp/fsharp-compiler-docs#235.

I have found some other smaller issues regarding the display of properties (when a property implements a set AND a get accessor) and the constructor signature (which is always unit -> unit) but I did not manage to properly formulate those issues. Not sure when I manage to send pull requests for those.

@tpetricek
Copy link
Member

Thanks!

@matthid matthid deleted the publicOnly branch April 5, 2015 14:13
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