Re: [go-nuts] NTFS deduplicated files changed from regular to symlink in go 1.21

2023-09-28 Thread Simon Frei
go#L51-L62>), > > and special case whatever reparse tags you need. > > Quim > > El dia dijous, 21 de setembre de 2023 a les 23:44:59 UTC+2, Ian Lance > Taylor va escriure: > >> [ + Quin Muntal ] >> >> On Thu, Sep 21, 2023 at 10:34 AM Simon Fre

Re: [go-nuts] NTFS deduplicated files changed from regular to symlink in go 1.21

2023-09-22 Thread Simon Frei
lved in 2017): https://github.com/golang/go/issues/10935 On Thursday, 21 September 2023 at 23:44:59 UTC+2 Ian Lance Taylor wrote: > [ + Quin Muntal ] > > On Thu, Sep 21, 2023 at 10:34 AM Simon Frei wrote: > > > > Hi, > > > > We got a report in syncthing that

[go-nuts] NTFS deduplicated files changed from regular to symlink in go 1.21

2023-09-21 Thread Simon Frei
Hi, We got a report in syncthing that some files fail to sync on an ntfs filesystem with deduplication enabled after upgrading the app: https://github.com/syncthing/syncthing/issues/9120 The only change relevant to filesystem handling there was going from go1.20 to go1.21. Debug logging shows t