Peter Baumann

Results 98 comments of Peter Baumann
trafficstars

@Joe-houghton Thanks for following up. I noticed that the change to check for the path was intentionally introduced in #1203 by @Laibalion. According to the description, it _"[...] should avoid...

Sorry for the delay, I kind of missed this report. The redacted picture you have shown sadly doesn't tell which is which, e.g. perhaps to can fill out here? ```...

Thinking aloud, now that I have a little more time for this PR: With this change, we would actually regress in regards to the `DirectoryInfo.GetFiles, DirectoryInfo.EnumerateFiles, ...` (see [here](https://learn.microsoft.com/en-us/dotnet/api/system.io.filesysteminfo.lastaccesstime?view=net-6.0#remarks) for...

> > With this change, we would actually regress in regards to the `DirectoryInfo.GetFiles, DirectoryInfo.EnumerateFiles, ...` > > (see [here](https://learn.microsoft.com/en-us/dotnet/api/system.io.filesysteminfo.lastaccesstime?view=net-6.0#remarks) for details) methods initialization behavior, as those methods no longer...

Edited due to the fix in the code example above ~~From your code example, it is not clear what `path` is, but I assume it is a FileInfo.~~ IIRC, FileInfo...

I am away from my machine, so I cant test, but from what I see, you are creating the FileInfi before the actual file. To my understanding, this would also...

To sum it up (at least to my understanding): FileInfo is kind of lazily initialized and caches its data on the first call to its properties. According to the documentation,...

@JerrettDavis Did you solve this? If not, any chance the merge result da90d0e178d860a2071c4a0900386f4a2716d9df is empty, meaning there are not changes for the command `git diff-tree -r -M -z 168f483e59dffc8f78363e3d957b8743b527781c da90d0e178d860a2071c4a0900386f4a2716d9df`...

@pmiossec I am currently lacking time to do any OSS work at all since quite a while now, that is why I am lacking behind :-( I did a very...

@pmiossec I would appreciate it, yes. Currently, I am quite busy with other mostly work related aspects so I don't find the time for git-tfs as I would wish for.