Nikos Baxevanis

Results 281 comments of Nikos Baxevanis

>so that users have some control They’ll have that control through the size... What happens when `size > MaxRecursionDepth`?

Yes, but you can interpret it (in this case) any way you want, e.g. halve it on each recursion (as FsCheck mentions in the docs).

> What is the acceptance criteria here? Should we at least be able to run `clarinet check` and `yarn test` @friedger I checked both when I rebased (and force-pushed) for...

My situation is more or less similar to @ploeh, but it happened to do *some* work in the past year converting .csproj (and .fsproj) to the new file format, so...

That’d be actually a cool thing to see from the command line.

Yeah, I think whether necessary or not, this issue just keeps tracks of the idea. That’s all…

>test: Run tests With this command we may also be able to support property-based tests. ### Discoverability We should be able to execute as a test any function that meets...

Yes! I have been [using doctest even in F#](https://github.com/moodmosaic/doctest) in the past and I agree with your thoughts around it.

@zvirja, generated `TimeZoneInfo`s shouldn't be always the same, so I'd label it as a bug and fix it in this version rather than waiting for vNext.