Results 509 comments of Martin Tournoij

So thinking about this a bit more, I'll label this as "v2". I fear changing it will just break too much existing code.

Anything that checks for `if event.Name == "/dir/sub/file" { .. }` will be broken. There is currently no way to know that was updated from the caller. Do people do...

Sure, I don't mind adding it as such. No one asked before. Are you using this for a corporate setting? Or what's the context? The reason I'm asking is because...

This should have some test cases, so it doesn't regress and have consistent behaviour across platforms. In your issue, the "code to reproduce" seems to just be a copy of...

> It only fails sporadically, so it has a lot of retries to trigger failure. Would you like me to copy it in as-is with retries (making it slow)? Anything...

Recursion already works for Windows and inotify; adding to it kqueue isn't actually that hard and I did it already last year, but then I accidentally deleted all my work...

> The idea is to factor out recursion in the design to ensure consistent behavior across all backends (that do not natively support it, so all but Windows I think?)....

It doesn't validate ordering, as ordering isn't defined in TOML. So any order should work. Similarly, anything that's "semantically equal" is considered "equal", for example: [tbl] a.b = 0x01 Is...

Cheers, seems to work well; I added it to the toml-test-matrix. Many implementations fail some "invalid" tests; some of them are a bit pedantic and not really all that important...