Ola Nilsson
Ola Nilsson
I don't remember to be honest. Probably just felt it was neater and easier to read. But it should have been `nreverse` either way, no need to copy the elements....
What tool are you using to generate that lcov.info file? The lines starting with `SF` in the lcov.info file are supposed to be absolute paths to the originating souce file....
OK, that is not an absolute path which I assumed when I wrote the parser. According to the istanbul docs here https://istanbul.js.org/docs/advanced/alternative-reporters/#lcovonly , the lcov.info file _should_ have the SF...
I do still use the 23.4 image for some projects, but mostly because I've not been forced to stop. I've also stopped using Cask as I spent more time debugging...
I base my own images on the non-cask version. You can see my fork here https://github.com/snogge/docker-emacs . I'm not up to date with the latest development on master. What I...
For more Cask alternatives see https://github.com/vermiculus/emake.el and https://github.com/alphapapa/makem.sh .
I also prefer the alpine-ci images. At least for the packages I use them for, the download of the docker image dominates the total CI time. This is also one...
The `assume` macro could probably be used to do what @alphapapa wants.
No activity for 20 months, closing issue for now.
@alphapapa > > The `assume` macro could probably be used to do what @alphapapa wants. > > * FYI, that macro appears to be undocumented. I had to search the...