correctmost

Results 11 comments of correctmost

@jonathanmetzman can you take a look when you get a chance? Thank you!

Bump. It'd be great to get this initial work merged to pave the way for future enhancements. Thanks!

It looks like my branch name is causing issues: ``` ERROR: (gcloud.builds.submit) INVALID_ARGUMENT: invalid build: invalid build tag "testing-cm/display-coverage-log": must match format "^[\\w][\\w.-]{0,127}$" ``` I recreated the PR with a...

The first screenshot shows this URL: https://0x0.st/X991.log ([attached](https://github.com/user-attachments/files/16322010/X991.log))

How many additional packages did you specify? It looks like you encountered rate limiting: `urllib.error.HTTPError: HTTP Error 429: Too Many Requests`

https://github.com/pylint-dev/astroid/pull/2550 reduces the cost of numpy checks on codebases that don't use numpy

I think I am seeing a similar issue with librsvg. The last corpus link is from August 12th and the last coverage link is from August 21st. I read about...

> Whatever happened here, I think it is fixed, the latest coverage report is from yesterday: https://storage.googleapis.com/oss-fuzz-coverage/librsvg/reports/20240917/linux/report.html Thanks, the "Coverage" links are consistently showing up again on the Fuzzer Statistics...

Pylint catches bugs that ruff misses because ruff doesn't analyze code across multiple files (https://github.com/astral-sh/ruff/issues/7447). The `ServerProfile` bug is one example where Pylint analyzes the base class and detects the...

Hmm, is there a way to pin versions of dev dependencies in PKGBUILD? One scenario that comes to mind: 1. CI checks run and pass with Pylint 3.2.x 1. The...