Dan Kortschak

Results 342 comments of Dan Kortschak

It can only happen with pointer or pointer-like types. So for example, you do not get the effect with `type T struct { F interface{} }; v := T{}; v.F...

Here is a fix for maps https://github.com/kortschak/utter/pull/8.

The name proliferation here is making me baulk at this. I am thinking that it is less worse to just bring everything out to internal/order (note change in name from...

Can you provide a minimal reproducer for testing and fix the link in the report please? Note also from the documentation that Q is m×m.

Thanks. Yeah, for situations where the Q is not needed, this is a problem. I think we can get the performance benefit of the single pre-calculation by lazily calculating, but...

Running the test above on a Catalina (10.15.7) install with go1.19.3 does not fail, but on Monterey (12.6.1) does. I don't have an 11 installation to test on.

I was able to get the failure consistently on the Monterey (just rechecked this twice) and never on the Catalina. Will the bincmp outputs be useful for you?

This needs to pick up the changes in master.