-
Seastar provides dynamic reactor stall detector and large allocation detector both of which have proven to be immensely useful tools.
There are also GDB scripts that allow analysing core dumps to g…
-
## Checklist
- [x] I have checked existing issues for potential duplicates before creating this one.
## Feature description
Given the sheer amount of checkers related to the javascript ecosystem …
Fuco1 updated
2 years ago
-
The parser has been optimized recently but there is still room for improvement.
This issue is a general issue about optimization.
- [x] Create tests to detect what need to be optimized #1296
…
-
Will we have strict rules that check for deps and type annotations? i.e. `py_strict_library`, `py_strict_binary`, `py_strict_test`.
-
**pylint** 2.7.2
**astroid** 2.5.1
**Python** 3.9.2 (default, Feb 24 2021, 13:26:01)
When running pylint with those checkers enabled and with a file that has a unnecessary split
statement, I en…
-
This is unfortunate:
`((contains 3) (map inc (range 4)))` => true
`((contains 3) (eduction (map inc) (range 4)))` => false
As more collection processing code moves towards transducers, eductions ar…
-
```
When I try to run the checker framework using the Eclipse plugin, I get the
following error message:
javac output:
Exception in thread "main" java.lang.RuntimeException: The following files
cou…
-
```
What steps will reproduce the problem?
1. Have a source code file containing an annotated try-with-resources:
try (
/*@DefaultQualifier(Nullable.class)*/
InputStream in = resourceRoot.getResource…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Package ecosystem
go_module
### Package manager version
_No response_
### Language version
G…
-
There are known issues in golangci-lint around 1.18 compatibility, listed below. The real issue is that this action reports success even when the underlying code fails.
### Related Issues
- #142
…