Marcel van Lohuizen
Marcel van Lohuizen
@bttk: repros are definitely useful. Another useful thing to do would be to add your project to Unity. That way we can catch any issues before we release the new...
This seems like a trim bug. Trim verifies the result before rewriting to prevent a rewrite to something incorrect in case of a bug. It seems to be stripping a...
There are clearly some bugs here.
Further investigation: According to the spec, this is what it should be: ``` a: [{ x: 1|2 // rule M1 and M3 y: 1|2 // rule M1 and M3 },...
Bug was introduced with a spec change regarding defaults at 87d43b74397e1bdabe190e96e0c52561fe83d685. The old semantics coincidentally yielded the same result in many of these cases, but the new implementation doesn't implement...
list.Sort should now be significantly faster. There are still significant possible optimizations if the values for T (or x and y) are idempotent. But I hope for now this will...
It is always good to have a concrete example to which one can ground such requests.
Arguably, supporting `len({})` was/is a mistake. What does it mean? Do we count, definitions? Hidden fields? It is a bit unclear.
Interesting. Not very high priority, it seems, but may be worth considering.
@verdverm: can you support to the specific schema and documentation that supports this feature?