Daniel Anderson

Results 7 comments of Daniel Anderson

Thanks for the report. We tried to reproduce this and so far have not been able to. Could you provide some more details? Specifically, what operating system (including version), version...

That is very interesting! We only use Ubuntu so we haven't encountered this before. Of course, if the allocator is failing, it will cause almost every test in the suite...

I've just reproduced this on a Ubuntu ARM machine rented on AWS. I otherwise don't have access to any non-x86 machines. These tests that are failing are for parsing and...

That's a reasonable point. The member can not just be an ordinary `T` object since we need to be able to manually control the construction and destruction. The two main...

I ran this against our benchmark suite in which we initially observed the bug ([ParlayHash](https://github.com/cmuparlay/parlayhash)) and it does indeed appear to be fixed! Thanks for working on it.

We should probably start doing this at some point. Every commit does actually have a version number inside CMakeLists.txt, but they're not easy to search for.

Hey, We do not currently have this feature implemented. It would be good to have. However, it is not completely clear to me how to actually support alias / base...