Ross Patterson

Results 51 issues of Ross Patterson

### Description Running `$ cz bump --prerelease beta` when the current version is a previous pre-release bumps the version even when there are no commits that would require it, e.g....

type: bug

For JavaScript files, switch from the simple double slash `// SPDX-...` comment format to the multi-line style `/* ... */` comment format with [the JSDoc `@license` tag](https://jsdoc.app/tags-license.html) for better cooperation...

enhancement

I see a couple of bugs in the current published release distributions: 1. The only published wheel is for Python 3.11 2. Building a wheel from the `sdist` produces a...

bug
question
regression

**Describe the bug** Running PyLint with `jobs = 1` directly reports `duplicate-code`: ``` $ pylint ./src/foo/ src/foo/tests/test_bar.py:1:0: R0801: Similar lines in 2 files ==foo.bar:[##:##] ==foo.qux:[##:##] ... ------------------------------------------------------------------ Your code has...

investigate

**Describe the bug** Running Vulture directly reports `unused method`: ``` $ vulture ./src/foo/ src/foo/bar.py:##: unused method 'qux' (##% confidence) ``` But running it under Prospector reports nothing: ``` $ prospector...

investigate

**Describe the bug** If `./src/foo/tests/__init__.py` defines a project-specific base test case class: class FooTestCase(unittest.TestCase): And then an actual test module uses a relative import to use that base class: from...

investigate

**Describe the bug** If `./src/foo/tests/__init__.py` defines a class that extends `unittest.TestCase` and overrides the `unittest.TestCase.setUp` method, Prospector doesn't report an error: class FooTestCase(unittest.TestCase): def setUp(self): super().setUp() If that class is...

investigate

If the current directory of a shell is a symbolic link to the real directory, the shell prompt, `$ pwd`, and `$ echo $PWD` all show the path to the...

**Version** - Version: v1.35.0-rc1 - Build date: 2024-01-16T15:35:47.729Z - Application: /usr/local/bin/autobrr - Config path: /config - Database: sqlite **Describe the bug** When the `/config/autobrr.db` SQLite DB becomes corrupt, it can't...

backend
database
database:sqlite
database:migrations

**Version** - Version: v1.35.0-rc1 - Build date: 2024-01-16T15:35:47.729Z - Application: /usr/local/bin/autobrr - Config path: /config - Database: sqlite **Describe the bug** Nothing is logged when something causes `500 Internal Server...

bug
backend
api
logs