Steven Hartland

Results 293 comments of Steven Hartland

I think I may have made a breakthrough on this, seems it thinks that the build is out of date because when `rustup` installs a toolchain it does so with...

Ok confirmed, seems the toolchain is using file `mtime` to check if build is up to date, but as `rustup` always creates files with the current timestamp each time the...

Workaround in our flow was to add this to a step which uses the date of the nightly we're using as the date for all the files, ensuring they are...

I believe you need to Reset() see: https://go.dev/play/p/jgS8nvUDh5z

Would love to see this merged as there seems to be no way to run megalinter without it trashing the current file permissions.

Nice catches, working on fixing these. Can you confirmed the desired compatibility is it PCRE or PCRE2? I ask as `testoutput1` contains some patterns which are valid for PCRE but...

I think I've covered most the bases with this update, but definitely needs a second pair of eyes.

@dlclark in case you missed the notification.

That's what I thought, but testing some more it seems that [regexp101](https://regex101.com/) C# implementation actually has a [bug](https://github.com/firasdib/Regex101/issues/1969) and reports this as failure incorrectly as confirmed by [this fiddler share](https://dotnetfiddle.net/HetKBT)...

My gut reaction is that would require a new connection type. In the longer term a v2 package could look to use [functional options](https://dave.cheney.net/2014/10/17/functional-options-for-friendly-apis) to significantly reduce API surface area...