-
```
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…
-
I attempted to run the conformance tests locally using Python 3.12, following the instructions given in https://github.com/python/typing/blob/main/conformance/README.md#running-the-conformance-test-to…
-
```toml
[package]
name = "os-checker"
[workspace]
exclude = ["repos/**"]
members = ["os-checker-types", "os-checker-database"]
```
```rust
// pkg_name=os-checker, checker=Rap
// toolchain…
-
## Config Migration Needed
- [ ] Select this checkbox to let Renovate create an automated Config Migration PR.
This issue lists Renovate updates and detected dependencies. Read the [Dependency Das…
-
I don't have a self-contained repro, but the issue should be easy to understand. We are seeing the following crash when running the Object Construction Checker:
```
Exception: java.lang.ClassCastEx…
-
### Is there an existing issue for this?
- [X] I have searched the tracker for existing similar issues and I know that duplicates will be closed
### Describe the Issue
Postman 11.16.0 from 11.15.0 …
-
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…
-
Sometimes we need to eta-expand block parameters to enable contextual effect polymorphism. For example,
```
effect Ask1(): Int
effect Ask2(): Int
def asks() = { do Ask1() + do Ask2() }
def ha…
-
# Add a py.typed file
## Describe the chore
The library is missing a py.typed file. This adds friction when using it with a type checker like mypy as the type-checker will not recognise the type…
-
# lib Update Request
I have code that does not type-check because of missing readonly modifiers.
For instance the following code does not type-check:
```ts
declare const vals: readonly numbe…