Timothee Cour
Timothee Cour
would you support such a PR? `dfmt -diff args...` returns error code 0 if nothing changed, else shows diff and returns error code 1
Out of curiosity, how complex would that feature be to implement?
Great; is there any code you could share for starters? or at least insights?
it's by no mean urgent, could be picked up later by someone else if there's more interest.
@Geod24 is D finally using github issues? or only for tools?
> IC should fix that. I'm not holding my breath ;-) ; maybe there's something that can be improved regardless of IC? > The culprit is unicodedb, the unicode data...
> that's what takes 400ms to compile. ok, I was more concerned about the 51 seconds for `nim c -d:danger tests/tests.nim`, not those 400ms (1 time cost). And IC won't...
> Are you concerned about the tests being slow, or about nim-regex being slow at CT? I'm not concerned about the tests's running time, since they don't affect user code;...
something like this could work, overloading on whether pattern is a static param: ```nim func replace(s: string; pattern: string; by: string; limit = 0): string {.vhmhook.} func replace(s: string; pattern:...
instead of checking in files, how about this: * the generated html are hosted on github pages * they're udpated on each commit * README mentions a link to them...