Anuraag (Rag) Agrawal
Anuraag (Rag) Agrawal
Thanks for confirming the overcommit setting @fabioasdias It looks like that version probably barely missed getting the patch, it does seem to be in main now https://github.com/trufflesecurity/trufflehog/blob/v3.76.3/go.mod#L82 So next release...
Running `find .//. ! -name . -print | grep -c //` I get `89809` files. The `package.json` is [here](https://github.com/line/armeria/blob/master/docs-client/package.json). The Gradle up-to-date check takes about a minute. `yarn` itself finishes...
Did you try on Windows? I suspect it only affects that - Windows file systems don't have `mtime` so Gradle needs to hash all files. Up-to-date detection is quite fast...
My recommendation is to disable up-to-date detection by default on all systems, to have standard behavior on them, but make it configurable in case users do want to tweak it....
@ncruces would you be able to take a look at this PR? BTW, the only testing I've done is the windows job in the CI here
Thanks a lot for the help @ncruces! added the cleanups
Hi @goingaround - thanks for the report. Would you be able to provide a repro, even a flaky one? We currently have this test that uses 20 goroutines and haven't...
Thanks for all the info! I will also see if I can reproduce the pattern, many regexes, large file, concurrency. Also can you confirm the latest unreleased commit has the...
Hi @goingaround - thanks for the stack. Unfortunately still having issues reproducing but will continue to try. In the meantime, can you share what type of machine you are running...
Hi @yhy0 - it looks like it's a 32-bit build on Windows. How much RAM does the system have? I have tried a tweak on main for 32-bit systems, can...