Paul Pogonyshev

Results 137 comments of Paul Pogonyshev

> If you can recreate it with another package I would really like to know about it. I originally noticed it with `test/project-e` in Eldev's test suite. I did run...

Eldev currently works with tools only if those are standard Emacs packages. There was some request to add support for fetching directly from repositories (#91), but it is not implemented...

Probably no. As far as I understand, this framework doesn't have dedicated test files, but instead runs tests sort-of embedded in the normal source code [documentation]. This is different compared...

Thank you. Can you point me to some project that uses doctests? As I understand, source code won't contained `(require 'doctest)`, right?

It still would be nice to have some external example. `doctest` has the subtle difference that feature `doctest` is always available for it. Though I guess I can do without...

I plan to submit a few improvement PRs against `doctest` package first, because currently it's fairly difficult to use it in a higher-level tool (e.g. Eldev) at all. So it...

Since you are interested in this package and the current maintainer doesn't seem to be responsive, it might speed things up if you yourself can become a maintainer and can...

@ag91: Understood. Is there any particular reason why issue tracking is disabled in your repository? I have some issues with doctest that I don't immediately know how to fix, so...

Done in Eldev 1.10.

I certainly don't plan to maintain two sets of documentation, but if you can find an automated converter from Asciidoc, I could try to autoconvert the manual into `.info` format.