1
I Use This!
Inactive

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 5 hours ago.
Apr 26, 2023 — Apr 26, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update README.md More... over 7 years ago
Add FantomasCLI instead of Fantomas as a dependency, because FantomasCLI contains also other DLLs needed, like FSharp.Compiler.Service. See also: https://github.com/dungpa/fantomas/issues/190 More... over 7 years ago
Remove sample comments from build.fsx. More... over 7 years ago
Run paket install, in order to update paket.lock for Fantomas. More... over 7 years ago
Add Fantomas to paket.dependencies, in order to be able to format F# source code when editing in Visual Studio Code. More... over 7 years ago
Add .fake dir to .gitignore. More... over 7 years ago
Add FAKE build.fsx sample file. More... over 7 years ago
Add FAKE build.bat file. More... over 7 years ago
Add FAKE in paket.dependencies. More... over 7 years ago
Ported the 'console' runner from QuickCheck 1.2.0.1: https://hackage.haskell.org/package/QuickCheck-1.2.0.1/docs/src/Test-QuickCheck.html More... almost 8 years ago
Renamed a parameter in the XML documentation in order to match the actual parameter in the code. More... almost 8 years ago
Refered to a function in the Shrink module with explicit qualified access. More... almost 8 years ago
Tested Shrink.list against list of integers. More... almost 8 years ago
Improved Shrink.list, based on the implementation in QuickCheck 2.8.2. More... almost 8 years ago
Removed Shrink.init and Shrink.evaluate. More... almost 8 years ago
Require qualified access on Shrink module. More... about 8 years ago
Added links in Gen.shuffle pointing to the sources from where the code has been evolved. More... about 8 years ago
Optimized Gen.shuffle, by avoiding the double iteration of the input seq. More... about 8 years ago
Optimized Gen.shuffle, as per QuickCheck 2.8.2, triggered by the discussion at https://github.com/fscheck/FsCheck/issues/220. More... about 8 years ago
Renamed README to README.md. More... about 8 years ago
Updated README. More... about 8 years ago
Updated README. More... about 8 years ago
Updated README. More... about 8 years ago
Updated README. More... about 8 years ago
Renamed PropertyTests to PropertyExamples, because they are more like example-based tests. More... about 8 years ago
Renamed ShrinkTests to ShrinkExamples, because they are more like example-based tests. More... about 8 years ago
Renamed GenTests to GenExamples, because they are more like example-based tests. More... about 8 years ago
Added an example of shrinking lists of integers. More... about 8 years ago
Reordered Shrink.list parameters, in order to be more pipe-friendly. More... about 8 years ago
Documented Shrink.list. More... about 8 years ago