Smooth Operator
Smooth Operator
Well, I think I still have a branch for the `arg == nil` but as it turns out, there aren't so many -- it's just a few notable ones, IIRC....
Which compiler? Which compilation options? In particular, make sure you're using `--gc:arc` and `--define:useMalloc`.
If you want to debug this stuff, my advice is to drop the `echo`. That function uses locking, so it will create extra contention/serialization and confuse your efforts. Next, install...
How is it that the `requires` statement doesn't match `0.6.12`? It's clearly more than 0.6.2 and less than 1.0.0. `nimterop-0.6.13` is installed for some reason but I don't know why...
I guess one solution is to use Nimph; another is to use Nimble in localdeps mode so it has no redundant copies of nimterop. A third way might be to...
I'm okay with someone else using `git2Static`, but it has never worked for me.
Looking forward to seeing this in your next library, @timotheecour.
> From the look of it, incremental compilation has architectural unknown that makes it unlikely to be delivered in the next 6 months. I will be surprised if it's not...
To recap here, IC introduces a so-called _Packed AST_ format that is fast to de/serialize. This is compressed and stored in a _rodfile_, one per module. A modification to `nimsuggest`...
I'd prefer that users special-cased this stuff rather than having Nim always behave inconsistently merely for convenience of lazy users.