Benedict Elliott Smith

Results 10 comments of Benedict Elliott Smith

> Called it nonEmptyParentMaybeSteal and changed touch to inUse. I didn't reset it to false to avoid risking uncleaned arrays after use. I did mentally wonder about this after proposing...

Modulo rolling that one errant change I suggested back, LGTM +1

Perfect. I think I broke Jira with all my worklog updates - at least, I cannot load the page successfully now - so I'll just leave my +1 here.

Aleksey suggested we should define some token groups globally that can be selected for the test, and this seems like a sensible feature, and also probably easier to deliver.

ZFS has very non-standard performance characteristics. We should be able to achieve this with just sym (or hard) links, no? and thereby support it for a lot of different configurations...

for d in `find -type d` ; do for f in `ls -1d $d` ; do echo ln -s $d$f /newroot/$d$f ; done ; done :) (assuming no files with...

+1 tags field

Or email, since it's already known to cstar. Either way.

It would be helpful to show it to the user, though, so that they actually check the branches haven't diverged too much. Perhaps just showing the SHA you will pick,...

That sounds neat, yeah. If it could scope it by branch and then, within that branch, the individual recent commits (with their messages) it would be really awesome. On 16...