On 25 février 15:24, Pavel Roskin wrote:
> Hello!

Hi Pavel,
 
> I don't know why the issues are not enabled at
> https://bitbucket.org/logilab/logilab-common/overview

This is because the logilab-common tracker is self-hosted at
http://www.logilab.org/project/logilab-common
 
> After all, bug trackers are better at tracking bugs than inboxes.

Can't agree more.
 
> Anyway, running "python setup.py develop" in logilab-common succeeds,
> but the result is not satisfactory. pylint (run without arguments) reports:
> 
> ImportError: No module named logilab.common.decorators
> 
> I understand that nobody is actively developing logilab-common.

It's simply that bitbucket is only used as a mirror, you may see in the
mercurial history that there is still some activity.

> However, the "develop" function should either work properly or fail at
> the install time.
> 
> There are good reasons to support "develop". Somebody may want to add
> debug statements to the code while trying to understand how the code
> works or debug an issue. It's better not to worry whether the
> debugging code has been installed after each change.
> 
> I believe logilab-common should be restructured to have the source
> directory hierarchy correspond to the installed hierarchy. That
> probably means moving code from the top level directory to
> logilab/common. I know, it's intrusive, but it would make the code
> developer-friendly, which might pay off in the the long term.

We're thinking about that for a while, but this is not an easy move for us since
we've a lot of internal tooling that depends on this layout. It will most
probably occurs at some point though, but I can't commit on a date for now.

-- 
Sylvain Thénault, LOGILAB, Paris (01.45.32.03.12) - Toulouse (05.62.17.16.42)
Formations Python, Debian, Méth. Agiles: http://www.logilab.fr/formations
Développement logiciel sur mesure:       http://www.logilab.fr/services
CubicWeb, the semantic web framework:    http://www.cubicweb.org
_______________________________________________
Python-Projects mailing list
Python-Projects@lists.logilab.org
https://lists.logilab.org/mailman/listinfo/python-projects

Reply via email to