Ned Batchelder
Ned Batchelder
As packages change out in the world, new pins get added to master, like this one: https://github.com/edx/edx-platform/pull/27959 If we don't bring those pins over to the release branch, then "make...
I tried this myself, and i had a hard time getting the lighting right, and tweaking the red color so that it would recognize my ball. Could we have a...
If I create a .conf file with no title or description, I get an error: ``` No handlers could be found for logger "FunkLoad" Traceback (most recent call last): File...
I have some commands in my `~/.mcfly/history.db` database that include credentials. I would like to get rid of them. I can't make them appear in the UI (for some reason),...
The coverage.py test suite gets stuck on Windows PyPy for PyPy version 7.3.15. Here's an [example action run that gets canceled after 6 hours](https://github.com/nedbat/coveragepy/actions/runs/7601918498/job/20701846774#step:5:69). The 6 hours is GitHub Actions'...
*Originally reported by* **Chris Jerdonek (Bitbucket: [cjerdonek](https://bitbucket.org/cjerdonek), GitHub: [cjerdonek](https://github.com/cjerdonek))** ---------------------------------------- I'm experiencing odd behavior I'm hoping you can help with. I'm invoking coverage like this-- $ coverage run --source=my_package scripts/run_tests.py...
Ruff is much faster, and has broad support. https://github.com/akx/pylint-to-ruff could help. https://github.com/astral-sh/ruff/issues/970#issuecomment-1677732895 could also help.
*Originally reported by* **Thomas Pansino (Bitbucket: [tpansino](https://bitbucket.org/tpansino), GitHub: [tpansino](https://github.com/tpansino))** ---------------------------------------- Coming from the Perl world with its excellent [`Devel::Cover`](http://search.cpan.org/~pjcj/Devel-Cover-1.29/lib/Devel/Cover.pm) module, I'm quite surprised that the most popular equivalent coverage package...
*Originally reported by* **Marc Schlaich (Bitbucket: [schlamar](https://bitbucket.org/schlamar), GitHub: [schlamar](https://github.com/schlamar))** ---------------------------------------- This is a follow up from [my comment](#198/continue-marked-as-not-covered#comment-9167915) in #198. Consider the case: ``` #!python def test(a, b): if a...
(following from the analysis in #1553: https://github.com/nedbat/coveragepy/issues/1553#issuecomment-1546697406) Jinja-rendered templates can appear in coverage.py reports if they happen to be parseable as Python code. This shouldn't happen.