Arcadiy Ivanov

Results 64 issues of Arcadiy Ivanov

**Describe the bug** Whenever on Windows `data_paths` are on a disk different from that of the current dir's, there will be a well-known relpath failure. The actual use of `relpath`...

bug
needs triage

I have both server, storage and desktop machines running on XFS (v4 and v5) (Fedora/CentOS). Since Fedora looks to be switching to btrfs by default and FB has been running...

enhancement
convert
experimental

Vendorization 2022-08-08 Python 3.11.0-rc.1

``` Error: Import error in test file /home/runner/work/pybuilder/pybuilder/.pybuilder/plugins/cpython-3.11.0.alpha.2/lib/python3.11/site-packages/xmlrunner/unittest.py, due to statement 'from unittest import TestResult, _TextTestResult' on line 8 Error: Error importing unittest: cannot import name '_TextTestResult' from 'unittest' (/opt/hostedtoolcache/Python/3.11.0-alpha.2/x64/lib/python3.11/unittest/__init__.py)...

This looks like packaging issues. ``` [DEBUG] Registered Python environment 'system': CPython version 3.9.7.final.0 on linux in ['/home/arcivanov/Documents/src/pybuilder/pybuilder/target/venv/test/cpython-3.9.7.final.0/bin/python'] PyBuilder version ${dist_version} Build started at 2021-10-09 00:38:06 ------------------------------------------------------------ [DEBUG] Loading project...

bug

``` Traceback (most recent call last): File "/tmp/pip-build-env-wei7p_ez/overlay/lib/python3.6/site-packages/pybuilder/cli.py", line 468, in main environments=options.environments, tasks=arguments) File "/tmp/pip-build-env-wei7p_ez/overlay/lib/python3.6/site-packages/pybuilder/reactor.py", line 234, in build execution_summary = self.build_execution_plan(tasks, execution_plan) File "/tmp/pip-build-env-wei7p_ez/overlay/lib/python3.6/site-packages/pybuilder/reactor.py", line 273, in build_execution_plan...

Recently an issue reared its ugly heads as in case #513 we need to be able to supply configuration of some plugins before loading.

enhancement
question

http://mypy-lang.org/ Performs flake8-style linting checking.

enhancement

Currently analyze task makes very little sense, is confusing and produces non-deterministic and counterintuitive results. If you have unit tests, cram tests and integration tests and don't specify `analyze` as...

enhancement
question
bug

We're not treating implicit namespaces correctly as described in [PEP-0420](https://www.python.org/dev/peps/pep-0420/#nested-namespace-packages) For Python 3.3+ this should include all directories that contain any of the `.py[c]` files.