-
**Context.** I have successfully installed flycheck via spacemacs and am trying to get it to work with a large C++ project (specifically the [Godot game engine](https://github.com/godotengine/godot)) …
-
```
What steps will reproduce the problem?
1. Notice that in the attached file the type param bounds are nonsensical.
The lower bound is Nullable and the upper bound is NonNull. If you leave out
…
-
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…
-
```
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…
-
All the code has type hints, but is missing a PEP 561 py.typed file, so type checkers like mypy ignore them when analyzing code that imports savepagenow. Just adding an empty file named py.typed shoul…
-
A type alias that is generic over a ParamSpec can be specialized with a list of types, and if this list includes a TypeVar, the resulting alias is still generic to type checkers, but it cannot be subs…
-
sometimes (especially: when "running all checkers" from the admin menu), some checkers fail with errors like
```
time="2015-11-10T17:29:03+01:00" level="fatal" msg="Error response from daemon: Cannot…
-
### Describe the bug
The latest Stylelint v15.10.1 now uses `meow@^10`, updating to that version to remove a [recently announced `semver` vulnerability](https://github.com/stylelint/stylelint/issues/…
-
```
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…
-
Will we have strict rules that check for deps and type annotations? i.e. `py_strict_library`, `py_strict_binary`, `py_strict_test`.