-
```
The book "Java Concurrency in Practice" defines a @GuardedBy annotation that
serves two distinct purposes. The Checker Framework uses two distinct
annotations for the two purposes. The JCIP an…
-
I'd like to:
- Choose a default spell-checker in preferences.
- Mark a subset available spell-checkers for on-the-fly text entry selection.
- Have an icon aside text entry field to select spell-checke…
-
| | |
|------------------|-----------------|
|Previous ID | SR-11312 |
|Radar | None |
|Original Reporter | @AliSoftware…
-
They type checker has no public API for checking type relationships or for looking up types in a given scope. This can make writing semantic-analysis informed lint rules very difficult (either because…
-
I'm trying to use xnio Option with `@Nullable` annotation but cann't provide `Class` object as function argument:
M.java:
```java
import org.checkerframework.checker.nullness.qual.Nullable;
cl…
-
Making a note to create prototype Python class(es) to replace configuration YAML files.
Recommendations:
https://docs.python.org/3/library/dataclasses.html
pydantic data model https://docs.pydant…
-
# Summary
We have two related issues:
1. The error message from setting the property of ReScript Object with no `@set` decorator set is unclear, not helpful, and probably a bug. See [example](http…
-
**To Reproduce**
1. Provide a minimal runnable `pandas` example that is not properly checked by the stubs.
```python
from pathlib import Path
import pandas as pd
folder = Path.cwd()
files = …
-
**Describe the bug**
type annotation for Index/MultiIndex.names is incorrect
**To Reproduce**
1. Provide a minimal runnable `pandas` example that is not properly checked by the stubs.
```
…
-
We should write a typechecker for `DTerm`s. This will be very straightforward since `DTerm`s are supposed to be completely annotated with types, so the typechecker simply goes through and makes sure …