Gilad Naaman

Results 22 comments of Gilad Naaman

This looks good, I guess.

Thank you! I'll make sure to compare those

Testing the output against some CI framework will be nice, but I think that this is repo is semi-dead for some reason. (no commits or merges since april) We should...

Is this issue still relevant for `glob`? This [issue](https://github.com/Gilnaa/globwalk/issues/35#issue-1993688109) seems to suggest to you don't need a specialized API for this, instead it's possible to just modify the pattern to...

I'll make sure this option is available through the GlobWalk API. Is it reasonable for this to be on by default on windows, or is it too surprising.

@rivy Sorry for keeping quiet, I've added support a few weeks ago https://github.com/Gilnaa/globwalk/commit/53fafd9442d76db16e0568cd71244f104603b1f6

I sure am. iirc `const fn`s cannot receive pointers at the moment and it might block this feature, but I have yet to experiment with this.

Should we feature-gate it further than just on nightly to avoid future breakages? Do you have an ETA for when it'll be stable?

A'right, I'll try working on it tomorrow

Hey @kupiakos , First of all, thank you, that's a very clever solution. I admit I'm finding it a bit hard to accept it though, seeing as `const_ptr_offset_from` is around...