Jack Henahan
Jack Henahan
I've been messing around with this on a branch, and there are some really nice implementations that fall out of this approach. - `primeCount` falls out immediately as `primeLucy (const...
@CarlEdman Thanks very much for the fairly critical point about the summatory function. :) That would absolutely defeat the purpose. I'll have to think on it more, in that case.
Would you have any suggested literature on “useful” summatory functions? While I’m thinking on it, it couldn’t hurt to build in more special cases like `primeCount`.
Nothing yet, but I’ll be setting aside some time to look into it further next week. Work’s been eating my OSS time.
As a minimal example, say I have ``` (source melpa) ;; Evil-mode dependencies (depends-on "evil") (depends-on "evil-indent-textobject") (depends-on "evil-leader") (depends-on "evil-numbers") (depends-on "evil-paredit") ;; LaTeX dependencies (depends-on "auctex") (depends-on "auctex-latexmk")...
I actually used the overlay with the Mac port for a while just by specifying it as the `package` as you would normally for one of the overlay versions (since...
Thanks for the minimal examples! I'll see if I can knock this one out quickly.
I've added your test cases and I'm looking into this now. I know approximately where it's going wrong, but unwinding what it's actually doing there is taking some effort.
For sure! I'm actually on vacation next week, so I can definitely set aside some time to look into it. Happy to help with PRs, too, if you want to...
I'm not seeing this behavior in 0.70.1. That may have been a consequence of a regression I introduced in 0.70. Would you be able to try with 0.70.1 and let...