-
Here is an example that causes Pylint to crash because Astroid raises an unexpected error:
```python
import dataclasses
from typing import TypeVar, Protocol
BaseT = TypeVar("BaseT")
T = TypeVar("T"…
-
Hello all,
Yesterday I upgraded to Visual studio 2015 Enterprise and code contracts 1.9.10714.2. Using the same settings that we previously used, our unit tests lock up the execution the moment they …
-
Hi,
When instrumenting the app using "ella.sh i" command, I got an error saying java.io.FileNotFoundException: /home/myname/ella/bin/ella.runtime.dex (No such file or directory). After checking for…
-
The following example shows some kind of problem (as far as I could tell) with how the runtime type checking works (I'm not too sure if this is a bug, or just a misunderstanding from my side)
```
…
teofr updated
4 years ago
-
**Feature**
Currently Mypy doesn't seem to care whether a class is marked with `type_check_only` in a stub file. My proposal is that any runtime use of such a class should produce an error, including…
-
Although checking type of every element of every container type at runtime can make negative performance, users of this library expect these kinds of typechecks are done as well. If the problem is th…
-
VersionControl addin fails when checking out a repo which has submodules, with error
``Version control operation failed: '/home/hwt/Projects/lg-nb' exists and is not an empty directory``
**Repr…
-
Explicit Issue listing following discussion in #2063.
- [ ] Implement functions for *thorough* checking of validity of various representations of data:
- [ ] 5TT (already present in `5ttchec…
-
Possible addition to FSharpx.Collections?
> _Abstract_
> The data structures under-pinning collection API (e.g. lists, sets, maps) in the standard libraries of programming languages are used intensiv…
-
Like we talked about below, we should make sure that when Catalyst apps link macOS targets, the framework is not linked because it causes compilation issues. This was already brought up [here](https:/…