Tõivo Leedjärv

Results 141 comments of Tõivo Leedjärv

A few random questions. What does `(version dev)` mean? Should it be something else (or just removed)? Should `(wrapped_executables false)` be added?

Feel free to remove the `build` rules. I don't use opam myself, so trust your knowledge on the matter. That said, it seems to me that the `build` rules were...

There are a few bugs that prevent using these paths. I will open a PR fixing those bugs but it will have to receive testing by Windows users to be...

@ropery if you'd like to test the fixes done in path processing, you can grab the latest dev builds at https://github.com/bcpierce00/unison/actions/runs/2973908569 (pick a package suffixed "-publish"). Nothing has been done...

> As I understand it, unison makes a design choice to restrict allowable file names to those that are ok on all systems. Yes, but Unison looks at the actual...

Since the error is "permission denied", have you verified that it really is not a permissions issue on the parent dir? Could you post the output of something like `ls...

> I've managed to reproduce this issue by hand: > > ```shell > mkdir -m 700 A B > mkdir -m 500 A/foo > unison A B -batch -confirmbigdel=false >...

> if this is a failure of macOS to follow POSIX I don't think that's the case. Check https://pubs.opengroup.org/onlinepubs/9699919799/functions/rename.html Really, it all checks out. POSIX specifies (emphasis mine) "write access...

If someone could test with FreeBSD, that would be interesting. FreeBSD man page states (again, emphasis mine) "[EACCES] The directory pointed at by the from argument denies write permission, and...

Seems like this issue was well known years ago. Here's an extract from the TODO list: https://github.com/bcpierce00/unison/blob/243f18336a72c54738412b59345972e8c5191c9c/src/TODO.txt#L57-L64 And related requests https://github.com/bcpierce00/unison/blob/243f18336a72c54738412b59345972e8c5191c9c/src/TODO.txt#L66-L73