Laurence Tratt

Results 93 comments of Laurence Tratt

This problem still seems to happen 3.17.2206, except it might be slightly worse than the original report: when you sort by mtime, and delete a file, *sometimes* it's deleted, but...

Out of interest, I just quickly did a prototype of this model, and it was *substantially* slower (3-5x) for my use case. The problem is that finding a spare slot...

I think an awful lot depends on the density of the slab. For dense slabs, I'm now fairly sure that the bitmap is worse; for sparse slabs it might win....

@jacobbramley > Here's a thought, though: you could use the same stack region but give a bounded stack pointer to enforce separation. I think this would end up functionally equivalent...

Integer types are surprisingly hard, and I'm not sure there's a perfect solution (though some imperfect solutions are even more imperfect than others). I think it's fine to define `

I am just the implementer, so whatever the language committee decides I will implement :)

Mea culpa! Sorry, I didn't realise which repo was which!

Good idea. In the long term, we'd probably want to log these errors so people can understand them afterwards. Not in the main output file, I guess, but in some...

A quick thought: is the right approach to simply ignore the error (it exists -- job's a good 'un); or to more carefully clean up when an error happens? I...

It's not totally clear to me whether the default list should include this or whether users should be encouraged to add it to their config files. I think i'm inclined...