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

Finish adding signature files to src/fsharp #10692

Merged
merged 8 commits into from
Dec 12, 2020
Merged

Finish adding signature files to src/fsharp #10692

merged 8 commits into from
Dec 12, 2020

Conversation

dsyme
Copy link
Contributor

@dsyme dsyme commented Dec 11, 2020

This more or less completes the addition of signature files to src\fsharp

The signature files were based on auto-generation via "--sig" option and then hand adjustment, copying the comments across and removing some unused items

The only major files missing signature files are TypedTree.fs and SyntaxTree.fs. Those are last due to the very high rate of duplication, though realistically we'll need signature files for those too due to the need to pin down and reduce the public surface are of FSharp.Compiler.Service.dll

@dsyme
Copy link
Contributor Author

dsyme commented Dec 12, 2020

@TIHan @KevinRansom @vzarytovskii @cartermp Can one of you approve? Let's just get this in - and I'll need to integrate this with feature/nullness and others

Copy link
Member

@vzarytovskii vzarytovskii left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

Copy link
Contributor

@cartermp cartermp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good thing to just get done

@cartermp cartermp merged commit 3c3c513 into dotnet:main Dec 12, 2020
nosami pushed a commit to xamarin/visualfsharp that referenced this pull request Feb 23, 2021
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.

3 participants