Smooth Operator

Results 138 comments of Smooth Operator

I would run your performance test against https://github.com/nim-lang/Nim/pull/15588 and see if the results differ.

Okay, thanks for testing it. Do we have a compiler issue for this? If not, please create an issue specifically for this performance problem. I'm assuming that the first code...

How about putting it in a library first?

This is a problem for `git-nim` for obvious reasons, but it's not merely a medium priority "nice to have" feature; it's a defect. Here's my `gitnim.nimble`, which I modified at...

Happy to report that the following seems to work perfectly for me: ```nim namedBin = {"gitnim": "git-nim"}.toTable ``` I don't think it should exist, but I have to take my...

And, thank you for figuring this one out! :wink:

I spoke too soon. After beating it over the head, Nimble successfully connects input to output, but it does not obey the `outdir` configuration setting, so I still cannot use...

I don't really have much of an opinion, except that it seems completely irrelevant to the compiler and probably even orthogonal to the distribution. Pulling it into `nimble` would allow...

As I said in IRC, I'm flattered that Kristian took the time on this PR. I also think the fact that his time is now costing us time and creating...