-
Notifications
You must be signed in to change notification settings - Fork 844
Updated FS0874. fixes #3642 #9813
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
Conversation
src/fsharp/FSComp.txt
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could we try using a bit simpler English? I can imagine how some non-native speakers could be confused by "neither/nor" here, actually making the error text more difficult to grasp. 🙂
Maybe something like "Mutable 'let' bindings can't be recursive or defined in recursive modules"?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should probably be "recursive modules or namespaces". A namespace can be rec too (unless that doesn't raise this error).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should note that @cartermp agreed earlier on this text proposal: #3642 (comment)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd like the adjusted text. 'tis what reviews are good for :)
|
@Lanayx, a suggestion: generally speaking, you shouldn't use the issue number in the commit message (which links the commit, not the PR), it's better to link the issue from the PR description. If you add |
KevinRansom
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this
Kevin
cartermp
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
No description provided.