-
**Describe the bug**
Mypy (and pyright) are not happy about the generated classes
See https://github.com/pydantic/pydantic/issues/6713
**To Reproduce**
* Generate a model with an Optional fiel…
-
Run the Nullness Checker on:
```
import org.checkerframework.checker.nullness.qual.Nullable;
interface I {
void foo(T p);
}
class Foo {
void foo(I p) {}
void bar() {
foo(new I…
-
When using `vue-component-meta` with a `tsconfig.json` that uses references (like the one that is provided by the [official Vue starter](https://vuejs.org/guide/quick-start#creating-a-vue-application)…
-
The following policy is rejected by the type checker:
```rego
package bin
a := {1, 2, 3, 4}
b := {3, 4, 5}
c := {4, 5, 6}
d := {
a: b,
[1, 2]: c,
}
# this results in a compile …
-
```
The type checker manual says: "... object creation expressions (using new) are
never considered @Interned unless they are annotated as such, as in
@Interned Double internedDoubleZero = new @Inter…
-
```
Dependencies with annotated .class files are not getting handled by the maven
plugin. I have tried this with 3rd party libraries such as Guava as well as
custom libraries. The issue seems to be …
-
Right now, health-checker is a minimal tool that allows users to specify one or more ports to check via TCP to establish the health of a server. Ideally, health-checker would be more flexible, and all…
-
I noticed if I left a closing brace off at the end of a standard Puppet manifest .pp file, Syntastic would fail to report the error generated by the `puppet parser validate` command.
Here's the sup…
-
```
# What steps will reproduce the problem?
Run the nullness checker over the following program:
===
abstract class Test {
interface Flag {}
abstract void setExtension(X value);
abstract T…
-
@DefaultFor TypeUseLocation.RECEIVER is not applied to inner class constructor receivers. The inner class constructor receivers currently take on the default qualifier of the hierarchy, while all othe…
jyluo updated
6 years ago