Matus Goljer

Results 398 comments of Matus Goljer

No, but it will tell you there was a failure, so you can re-run with the `--verbose` flag. This isn't really optimal for CI though, is it. How about we...

"fail" as noun is not really proper, so I would go with either "error" or "failure". Probably we should use the same word as the reporters use, so if they...

This would also enable us to run more tests in parallel (think `make -j`).

Hm yea, the numbered output would be only possible if you buffered and dumped it at the end, or allowed the numbers change between runs. Ideally only the main instance...

There's a bunch of other changes related to the readme/docs, I can split it out but meh... ? :D

Oh damn, `directory-name-p` is emacs 25 only. Are we cool with compat/polyfills or should I reimplement it somehow else? The implementation is ```elisp (defsubst directory-name-p (name) "Return non-nil if NAME...

I've added `f-directory-name?` which exposes this to older versions of Emacs. So it is stand-alone function while not shadowing the "global" so that we have a "unified" API for all...

@rejeep There seems to be some issue with the build regarding the snapshot emacs version. I stalls and never produces any error. I've added Emacs 25.2 and 25.3 to the...

Ugh... I think I will reimplement the function in some other way, this breaks quite spectacularly with remote file names. And it shouldn't as this is purely string manipulation so...

@rejeep will do. Can you assign the issue to me? I use that to track the work. (not sure if it works outside the project though)