-
One of the more surprising mypy features is that is doesn't type check functions without annotations (see #6643 for an example). New users are particularly likely to hit this issue, but it's generally…
-
Collection of potential requirements and use cases:
### Outer join with sparse data structures
- How will we implement A + B where A, B are sparse matrices or vectors:
- This is an outer join…
-
Type annotations would be ideal, but I don't see it implemented yet in Rune. If there are comments, I could always do `/*: Type*/`, but uh, yuck.
-
**Bug Report**
If a subclass `__init__` passes `**kwargs` to it's superclass, the superclasses parameter types should be used to validate the subclass arguments.
**To Reproduce**
Run mypy on th…
-
I installed spatialmath by using the command "pip install spatialmath-python",
Then tried importing it in ipython:
"from spatialmath.base import *"
I got the error(s) as shown in the attached…
-
The final goal of the interpreter will to build up tests written in Pentagram. Then once those tests are passing and the compiler is self-compiling, the interpreter can be retired.
This could be a …
-
The plan is to _gradually_ migrate towards an API that is at least compatible in theory and usage (if not physically as in class hierarchy) with PEP 654 ExceptionGroups. This has a lot of benefits:
-…
-
I asked Sonnect 3.5 on how we can improve our tsconfig file. Below is its suggestion. We need to read up, understand and implement relevant parts to our tsconfig.
Also add some comments hinting at…
-
Would it be possible to allow calling of untyped code? I see in the implementation that this is disallowed, so I'm mostly asking if you are philosophically opposed to this or if this is a current impl…
-
Hello, I'm starting a Common Lisp version at https://github.com/q3cpma/are-we-fast-yet/tree/common-lisp and I have some questions about it.
* Am I supposed to set the maximum optimization flags?
* H…