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

Cleanup: Spelling, unused bindings #226

Merged
merged 5 commits into from
Dec 24, 2023

Conversation

bartelink
Copy link
Member

@bartelink bartelink commented Dec 24, 2023

(edit by @abelbraaksma):

This:

  • fixes numerous spelling errors in comments and naming
  • fixes "unused variable" warnings (this shows up in Rider, mostly)
  • apply the new use _ = ... syntax, which is now supported by F#
  • rename NUnit file to XUnit file (we don't use NUnit).

@bartelink bartelink mentioned this pull request Dec 24, 2023
Copy link
Member

@abelbraaksma abelbraaksma left a comment

Choose a reason for hiding this comment

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

Completed the review. Most of these changes are excellent and I totally agree with them, some I don't, so I suggested to revert them.

I'll commit the changes and squash some of the commits.

Excellent work, btw! In VS, it stopped showing these warnings a while ago, another thing to fix in the F# IDE extensions.

src/FSharp.Control.TaskSeq.Test/TaskSeq.Do.Tests.fs Outdated Show resolved Hide resolved
src/FSharp.Control.TaskSeq.Test/TaskSeq.Do.Tests.fs Outdated Show resolved Hide resolved
src/FSharp.Control.TaskSeq.Test/TaskSeq.Do.Tests.fs Outdated Show resolved Hide resolved
src/FSharp.Control.TaskSeq.Test/TaskSeq.Do.Tests.fs Outdated Show resolved Hide resolved
src/FSharp.Control.TaskSeq.Test/TaskSeq.Let.Tests.fs Outdated Show resolved Hide resolved
src/FSharp.Control.TaskSeq.Test/TestUtils.fs Outdated Show resolved Hide resolved
src/FSharp.Control.TaskSeq.Test/TestUtils.fs Outdated Show resolved Hide resolved
src/FSharp.Control.TaskSeq.Test/TestUtils.fs Outdated Show resolved Hide resolved
src/FSharp.Control.TaskSeq.Test/TestUtils.fs Outdated Show resolved Hide resolved
src/FSharp.Control.TaskSeq.Test/TestUtils.fs Outdated Show resolved Hide resolved
@abelbraaksma abelbraaksma added refactoring Cleanup, refactoring and minor fixes cleanup topic: unit-tests Related to, or fixing unit tests labels Dec 24, 2023
@abelbraaksma
Copy link
Member

abelbraaksma commented Dec 24, 2023

Cleaned up the commit history, this is now good to go.

Thanks for this, @bartelink, much appreciated!!!

@abelbraaksma abelbraaksma merged commit 35d5bb7 into fsprojects:main Dec 24, 2023
6 checks passed
@bartelink bartelink deleted the spelling-tidying branch December 24, 2023 19:41
@abelbraaksma abelbraaksma added this to the v0.4.0 milestone Mar 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cleanup refactoring Cleanup, refactoring and minor fixes topic: unit-tests Related to, or fixing unit tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants