-
### For bugs:
**Expected behaviour:**
The ESLint tests should pass for all code, with no warnings.
**Actual behaviour:**
The test case code is flagged by ESLint with these warnings:
```…
-
Presently if is a statement, not expression, doesn't allow
```csharp
var a = if(true) 1 else 0;
```
-
The trace expressions `RoTxRequestAction` and `RwTxRequestAction ` for https://github.com/lemmy/CCF/blob/mku-ConsistencyMonolith/tla/consistency/Consistency.tla are certainly not true in the shown tra…
lemmy updated
6 months ago
-
Currently, all properties are "constant" IRIs. Modify the UI Property code to allow for column expressions.
-
The configuration for an element for an evaluation might look like:
```json
"backend": {
"backend_type": "rest",
"data_format": "json",
"address"…
-
There are some cases where the types (`MemoryLayout` and `Float`) are not highlighted as types in the following expression:
``` swift
MemoryLayout.stride
```
In other (most) cases, the types a…
-
**Version used**
v3.0.2
**Describe the bug**
The pretty formatter handles a sequence expressions in a way that makes it hard to read. I tried looking at how this is handled, but I've gotta ad…
-
Currently, it is impossible to search (filter) with expressions for notes based on their properties. By using the "dumb" notebook search, properties and their contents are also completely ignored.
…
-
When applying the add-conversions plugin on TypeScript code involving ternary expressions that return function expressions in one branch and property accesses in the other, the output code is malforme…
-
we just copied a code snipped
anAdapter.anOperation()
from a normal function into a runnable. Now the PortAdapterRefExpr needs to be replaced with a ReqPortOpCall. This is not possible. We needed t…
bkolb updated
7 months ago