exercitusvir
exercitusvir
I am having this problem even within a project. The files of the renamed module and the not-renamed module are in a folder - the same folder - in case...
I don't like (meaningless) cool names. When I see `FSharpx.Async` I at least know what the library is about and I can probably remember its name. All these "cool" names...
This is fixed by the commit that I referenced. So it just needs to be pulled. The author is already working on getting the tests work on the build server.
**Update**: Forgot to use `System.Collections.StructuralComparisons.StructuralEqualityComparer` on `System.Collections.IStructuralEquatable.Equals`, but now the previous problem resurfaced along with the hash not being useful. I've also tested this for arrays by making the same...
#527 is related, but not the same issue. #527 occurs with a non-generic type, but this issue occurs with a generic type. The second example involving arrays has inconsistent results...