Catherine West

Results 74 comments of Catherine West

Also, I think the `ThinGc` pointer type is a great idea and `piccolo` has to do something similar to this manually in several places.

Yep, this definitely sounds like a bug in the released version of `gc-arena`. This can be worked around by manually implementing `Collect` for your type. In the master branch right...

> I haven't looked deeply enough at allocate_layout to know whether unsizing the vtables will be a nightmare or not This is basically where the complexity is, and why we...

I think this is more or less addressed by #135