-
Type checking for upper type bounds does not seem to work at the moment.
The following example code will falsely throw a TestFailedException:
```
"""
class A
class B[T
-
```
Warnings such as "Command is unreachable" appear after each typecheck, so
the user sees them about 8 times.
```
Original issue reported on code.google.com by `radugrig...@gmail.com` on 18 Sep 200…
-
For instance, add the following command line options:
- [x] `--version` / `-v`: output Tact's version (done in #137)
- [x] https://github.com/tact-lang/tact/issues/504
- [x] `--help` / `-h`: output…
-
Writing `require open ` in a file `B` does not give access to definitions from file `A` in file `C` when `C` contains `require open `. I would like some mechanism like `Require Export` in Coq, which a…
-
## Source code
```go
package main
type S struct {
F int
}
var V = S{
F: 1,
}
var F = V.F
func main() {}
```
## Expected behaviour
The code should be valid
## Actual beh…
-
Disallow \lockset in axiom clauses. See
org/jmlspecs/checker/testcase/bugs/Axiom5.java.
Perhaps, create a special context, say
JmlAxiomContext, as an inner class of
JmlExpressionContext and use it…
-
### Is your proposal related to a problem?
When developing typescript applications it would be great to use typescript compiler instead of babel transform etc. to better **respect the tsconfig**.
…
-
I ran pylint in its default configuration, and I noticed some additional checks that might be useful to us. We should investigate whether turning each of these on will benefit us. There is currently…
-
### Version
4.1.1
### Reproduction link
[https://github.com/RobertOrthofer/typescript-vue](https://github.com/RobertOrthofer/typescript-vue)
### Environment info
```
System:
O…
-
### Clear and concise description of the problem
It can be difficult to keep a mock implementation defined in `__mocks__` in sync with the real implementation. Test failures because of mismatches b…