Hi Utz,

On Sat, 14 Nov 2020 13:04:32 +0100 ipc...@arcor.de wrote:

> Think my little auto-documentation tool has matured enough for an
> official egg release. Wrote it mainly to generate API documentation
> for my Bintracker project
> (https://bintracker.org/documentation/index.html), but maybe some of
> you will find it useful, too.
>
> https://github.com/utz82/scm2wiki
> https://github.com/utz82/scm2wiki/raw/master/scm2wiki.release-info

Thanks!  Unfortunately, installation fails with

    Syntax error (import): cannot import from undefined module

            scm-semantics

You can reproduce this issue with the following command:

    $ test-new-egg scm2wiki 
'https://github.com/utz82/scm2wiki/raw/master/scm2wiki.release-info'

To see the error, you can use salmonella-log-viewer:

    $ salmonella-log-viewer <tmpdir>/scm2wiki/0.3.1/salmonella.log

(<tmpdir> is the temporary path printed by test-new-egg.)

test-new-egg is an egg and salmonella-log-viewer is part of salmonella
(which is a dependency of test-new-egg).  In case you don't have
test-new-egg-installed, you can install it with chicken-install.

All the best.
Mario
-- 
http://parenteses.org/mario

Reply via email to