-
```
What steps will reproduce the problem?
1. Install Firefox Beta.
2. Addon Bar is removed on latest version.
3. NagiosBar is no longer visible.
What is the expected output? What do you see instead?…
-
```
When inheriting related declaration annotations, the element should inherit
only the "stronger ones", instead of all of them.
For example:
class Super {
@Pure
void foo(){}
}
class…
-
Code formatting and syntax checking workflows are not running properly.
The workflows need to be fixed and set to run on more branches than just master
-
BPO | [21880](https://bugs.python.org/issue21880)
--- | :---
Nosy | @terryjreedy, @taleinat
PRs | python/cpython#9802
Files | [3rdpartychecker-v1.diff](https://bugs.python.org/file35801/3rdpartychecke…
-
We have observed some strange behavior for the GUIEffect checker when dealing with long (>2 classes deep) inheritance hierarchies.
Consider the following example code:
```
class MyTestCase {
…
-
```
What steps will reproduce the problem?
1. Install Google Mail Checker, Google Mail Checker Plus, or Google Mail
Checker Plus Classic
2. Install (or enable) NotScripts
What is the expected output…
-
Thanks for taking the time to report this.
What would you like added/supported?
> checker..endchecker - LRM added these as containers for SVA. Though it has few additional features/benefits, a rea…
-
```
If I try to typecheck the following code using the -AinvariantArrays
command-line option:
public static void main(String[] args) {
assert any_null(new Object[][] { null }) == true;
}
…
-
```
With the -AinvariantArrays command-line option, the Checker Framework soundly
enforces invariant subtyping for arrays: given two different annotations @A
and @B, then @A String [] is never a su…
-
**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…