-
```
Each type-checking error message that is yielded by the Checker Framework
should be consistent with the corresponding error message yielded by the
regular compiler.
Here is one example of inconsi…
-
Hello Florent,
> Pub failed to delete entry because it was in use by another process.
This may be caused by a virus scanner or having a file
in the directory open in another application.
All oth…
-
```
Each type-checking error message that is yielded by the Checker Framework
should be consistent with the corresponding error message yielded by the
regular compiler.
Here is one example of inconsi…
-
```
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…
-
---
## Feature request
It would be fairly simple to add the `__slots__` variable to most of or all the classes.
### reasons to add `__slots__`
- reduces memory footprint of classes (biggest ad…
-
https://github.com/bas24/googletranslatefree
This will use google translate to give us a machine translation.
need a cache for the hash of each toml translation line so it’s idempotent.
Not s…
-
# Requested Update
### Description
* Integration testing in GeoIPS involves storing the "correct" output in test comparison directories, and comparing the current output against those known output…
-
The new dsl file does not report any error or warning for files such as
```
name = org.eclipse.gemoc.example.k3fsm.K3fsm
ecore = platform:/resource/ecoreFilePath,platform:/resource/org.eclipse.g…
-
**Describe the bug**
When collecting type-alias attributes, pytkdocs in some cases incorrectly collects a path under the `typing` module. This seems to happen when the type alias is an alias to a typ…
suned updated
2 weeks ago
-
### Bug description
Pylint seems to improperly parse `transformers.Trainer` so it issues a false positive `no-member` for this code:
```python
# test_module.py
from transformers import Trainer…