-
I think the changes introduced [here](https://github.com/tree-sitter/tree-sitter/pull/2838), may be leading to the failure of the `generate` subcommand.
I get the following:
```
$ tree-sitter.0…
-
### Dafny version
4.8.0
### Code to produce this issue
```dafny
include "module_with_warning.dfy"
module Foo {
import ModuleWithWarning
}
```
### Command to run and resulting output
```code…
-
```
What steps will reproduce the problem?
1. Run apps like OpenGLES Kube demo and notice worse performance
What is the expected output? What do you see instead?
1. Confirm an equal performance degra…
-
```
What steps will reproduce the problem?
1. Run apps like OpenGLES Kube demo and notice worse performance
What is the expected output? What do you see instead?
1. Confirm an equal performance degra…
-
```
What steps will reproduce the problem?
1. Run apps like OpenGLES Kube demo and notice worse performance
What is the expected output? What do you see instead?
1. Confirm an equal performance degra…
-
The debugger is increasingly slowing down the interpretation. We need to quantify this impact.
In case it is significantly slower, we should be able to run WARDuino without that code.
-
#### Description of the problem
I'm trying to get a constrained quantifier notation of the form `∀ x ∈ l, P` that expands to `∀ x, x ∈ l -> P` (and similarly `∃ x ∈ l, P` which expands to `∃ x,…
-
- x Is new feature
# Description of suggestion or shortcoming:
When a dict key is capitalized, we don't parse it, and often give an error suggesting the problem is elsewhere. Annoying to debug.
…
OAGr updated
11 months ago
-
Forward_for and forward_for_simple_bound cannot handle multiple existential quantifiers in loop invariants.
-
If we write something like:
```
id (a: t) (b: t) -> t = b
```
This should be the same as writing:
```
id a b: t -> t -> t = b
```
That is, the type variable `t` across the annotations …
j-hui updated
2 years ago