Hartmut Goebel
Hartmut Goebel
When fetching the package from hex.pm, the tests are missing. Thus one can not check whether the package is actually working (passing tests) in the own environment. Please add the...
### Pull Request Checklist - [x] I’ve read the [guidelines for contributing](https://github.com/getnikola/nikola/blob/master/CONTRIBUTING.rst). > since the change is trivial, I abstreined from creating an issue first. - [x] I updated AUTHORS.txt...
When asking question on IRC, one needs to stay online for many hours to see whether there is an answer. Please activate some IRC logging to allow asynchronous communication. Thanks....
multipackage is not full working and not fully tested. Not working: - If the dependent requires some files the dependency does not provide, this file is not transferred. Thus (at...
This is an attempt to solve #3037. This moves the creation of the ``__main__`` module into the loop and removes this module from sys.modules after the script has been executed.
Python 3.8 started to emit "DeprecationWarning" for module `imp`, which is used in `PyInstaller/lib/modulegraph/util.py`. This is annoying for users, thus I added a filter as a temporary solution. But in...
When debugging issues related to inclusion or exclusion of packages (e.g. "why is numpy contained in this package"? "Why is pytest in here?", etc.) ther xref html file (generated in...
`modulegraph2` is a complete rewrite of `modulegraph` (by the same author), using lessons learned in that project but with a complete new Python 3 code base and full test coverage....
EDIT: Fix en route. Original comment: If you encounter a "RecursionError:maximum recursion depth exceeded", please help taming this beast. I was not yet able to reproduce this on my system,...
We already have some tests, but these are targeting to PyInstaller. I suggest including (and adopting) the whole modulegraph test-suite into a new test-package like `tests/unit/modulegraph/*`.