[Bug 1933075] [NEW] pytest-flake8: add-on packages (python3-flake8-quotes etc.) missing

2021-06-21 Thread Tobias Burnus
Public bug reported: I keep running into the issue that my patches contain "" instead of '' quotes when submitting patches to GCC (GNU Compiler Collection): Martin Liška wrote at gcc-patches@ to my patch: > > Aha, the known issue that Ubuntu 20.04 has a too old flake8 such that I > > only see a

[Bug 1878760] Re: gcc-10 is selecting amdgcn target by default

2021-04-26 Thread Tobias Burnus
Regarding "So installing gcc-10-offload-amdgcn will just make gcc build binaries for amdgcn target which can't run on nvptx target." GCC can compile a program for multiple GPUs at the same time. Which of them is used (nvptx or gcn or none/host fallback) is chosen at runtime. Hence, installing

[Bug 1902754] Re: SRU: pytest-flake8: permits pytest --flake8 (python3-pytest-flake8)

2020-11-12 Thread Tobias Burnus
Tried it by manually download + 'dpkg -i' install on Ubuntu 20.04.1 LTS – and then running pytest-3 in GCC's contrib/gcc-changelog and it worked fine. Thanks! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1902754] [NEW] [needs-packaging] pytest-flake8: permits pytest --flake8 (python3-pytest-flake8)

2020-11-03 Thread Tobias Burnus
Public bug reported: I hit this issue as GCC's mainline contrib/gcc-changelog/setup.cfg now requires it: pytest-3: error: unrecognized arguments: --flake8 The pieces are already there: python3-flake8 and python3-pytest – just python3-pytest-flake8 is missing. See: