Results 56 comments of Paul Smith

Ah, I didn't realize that test_optional was testing more of the internal implementation rather than just the published API. Yeah, that would need to be separated out and put behind...

All the implementations above appear to be in Java; any news on a 64bit version for C/C++? We have various IDs which are 64bits (32 bits is a lot, yes,...

Workaround is to move the quelpa `use-package` to come before the APU `use-package`, but if that's intended to be a requirement it should probably be noted somewhere... better would be...

I don't know. Next time I upgrade irony I'll check `find-library-name`.

I tried this today. Before I upgraded irony, I had this: (find-library-name "irony") "/home/ms/.emacs.d/elpa/irony-20170920.1417/irony.el" After I upgraded irony, I had this: (find-library-name "irony") "/home/ms/.emacs.d/elpa/irony-20171001.1438/irony.el" But when I ran `M-x irony-install-server`...

Thanks... there's still something a little weird here. Maybe this is a different bug, but when I try to upgrade I'm getting this error: ``` -*- mode: compilation; default-directory: "/tmp/build-irony-server-1.2.0/"...

Deleting the directory after success is fine with me or probably anyone who does melpa updates. The compilation is not so long that it's an issue to do it a...

Lack of support for worktrees is biting me: trying to use some node facilities (Antora) that rely on isomorphic-git means I can't use them in worktrees. And my workflow depends...

Please do not add a dependency on the C++ stream library into CRoaring. If you want something like that at least move it to a separate/separable header/source so that it...