Ola Nilsson

Results 91 comments of Ola Nilsson

I have submitted #3223 and #3175 for 64bit time_t on GNU libc.

I guess we can close this issue? I'm not allowed. @AdamNiederer, @thoni56 could either of you do the honors?

I think it would have made more sense to submit these as two separate PRs, but please do not close this PR if you decide to split it.

There was a problem in the file lookup that did not handle absolute paths in `cov-coverage-file-paths` correctly, I fixed that in #55. But one problem remains that I'm not sure...

You can always define `cov-coverage-run-face` to nothing.

I like the idea, but I don't like the syntax. It would be cool if we could use `pcase` patterns for this. That would probably require a new matcher that...

The current `:to-have-been-called-with` expects the arguments as `&rest`: ```elisp (expect 'foo :to-have-been-called-with 1 2 3) ``` That makes it difficult to make a pattern matching matcher, how do I see...

Oops, left some debug/test commits in there. Removed now.

Hi @JohnTitor , do you have any feedback on this change? Is there anything I can do to facilitate the review? I'd appreciate any hints on solving question 2: >...