-
### Background and motivation
`System.Numerics` and the interface operators feature has allowed us to generic-ize over arbitrary numerical types, to use operators and functions such as `+` `*` `Zer…
-
When we first build the codegen, we provided overridden implementations for == and !=, but not Equals and GetHashCode. This brings trouble for expressions like `if (a == null)` (we have to write `if (…
yatli updated
7 years ago
-
**Is your feature request related to a problem? Please describe.**
When a test written for Rascal fails, it is often unclear why exactly that was as a test in Rascal only returns true or false. This …
-
I was editing here and ReSharper helpfully warned that that the `!=` comparison was actually doing `!ReferenceEquals(context.CurrentResult.ResultState, ResultState.Failure)`.
https://github.com/nun…
-
Hello,
We're happy CrateDB adopters and have been using it as back end for one of our open source projects: https://github.com/smartsdk/ngsi-timeseries-api
I have a question about equality in ge…
-
I have a large project built on top of BLToolkit. Now I need to slowly migrate it to Linq2DB by building a new data layer. The problem is that all of the tables have a composite key used for primary k…
-
I added support for easily building constraints on raw moments of arbitrary order in my last commit, (186763a8a3e87b661fd8909974512bd2177b6224, the one that fixed the buggy implementation of the `.=.`…
-
As reported to us by a user: the following error is raised when running either of
```
pycs.sim.draw.multidraw(lcs, onlycopy=True, n=20, npkl=10, simset="copies")
pycs.sim.run.multirun("copies", lcs…
-
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.**
Support Joining "arbitrarily" large inputs (e.g. when one or both of the inputs don't fit in …
-
We're getting linkage failures on Windows originating in `Plane.cc`. Looking at this file, I don't understand the point of this `map` we're carrying around inside NCPP. The wrappers oughtn't need to h…