Timothee Cour

Results 450 comments of Timothee Cour

http://nim-by-example.github.io/strings/ also has issues: Proc Strings: raw strings, but the method name that prefixes the string is called [unfinished sentence] echo r" "" " should output ' " ' but...

ok so looks like both projects are actively underway, was hoping efforts could be consolidated > Further features can include: see also https://github.com/PMunch/nimlsp/issues/16 which lists other features in D's version...

> If the header file changed you use -f. that's the thing, user may not know it the header changed. He may not even know there's a header involved, it...

> 2. The fix relies on clang as far as you told me. gcc works exact same, `gcc -M` > A more general "should this be recompiled?" hook would be...

@krux02 > That doesn't really matter, because it doesn't address all of the other supported compilers. And you can't just use clang all the time, first of all clang isn't...

> I just want to point out that the test case is not a test case where tracking of dependencies is necessary. It is. @krux02 I think you misunderstood the...

It's not just confusing, it's ambiguous, as there's no way from running a single rclone command whether the returned name `foo` is under `ociuser://timothee/sub/foo` or `ociuser://timothee/sub/foo/foo` Further, there's no way...

@nielash thanks, this indeed helps disambiguates, however, it comes at the cost of 1 extra call to rclone per path to disambiguate; eg user would have to call `rclone lsjson...

I know @Araq suggested this repo, but why not use fusion for that? soon enough we'll end up with mutual dependencies (fusion needs threading or vice versa) or, more likely,...

> One big problem was when to turn it into this helper variable. It needs to be done after the full compilation. This is hard to implement properly but we...