Tyson Williams
Tyson Williams
This all seems reasonable to me. I think it could be directly added to Hedgehog.
As a secondary goal, I want to generalize this code slightly so that I can also use it to generate multi-dimensional arrays. [The code I recently wrote for multi-dimensional arrays](https://github.com/hedgehogqa/fsharp-hedgehog-experimental/blob/117caaab3995bfec47af29b2ce8117264cff1f52/src/Hedgehog.Experimental/Gen.fs#L497-L506)...
> ``` > [0; 1] > ├-[] > ├-[1] > | └-[0] > ├-[0] > └-[0; 0] > ├-[0] > └-[0] > ``` > > Even though `[0]` is also...
I really like this idea, but I don't know how to bootstrap in a compiled language. [Here is a post by Mark Seemann](https://blog.ploeh.dk/2021/01/04/dynamic-test-oracles-for-rho-problems/) with someone discussion on this topic.
Won't there be a name conflict among DLLs (two wanting to be called `Hedgehog`)?
I hope I am wrong, because I am very interested in getting this to work.
> [...] publishes it to Nuget [...] GitHub can host NuGet packages within each repository, so we could host the NuGet packages there.
Can we merge #336 first? I don't want to fix merge conflicts.
> > Can we merge #336 first? I don't want to fix merge conflicts. > > Absolutely. Are we still waiting on a Fable issue there? We are primarily waiting...
> This should never happen. Oh! I thought it would only happen if I implemented this feature incorrectly. > 4. Fix the code so that test would fail differently. This...