-
We should propagate the type information and be able to know the type of any expression.
Some use-cases:
* Allow structs with fields like "x", "ra", without having the swizzle-related transformati…
-
## Description
`c2rust` transpiler demonstrates an inability to handle struct initializations where the fields are initialized with expressions that involve operations, including arithmetic, increm…
-
Currently, in Branescript syntax. Parallel blocks are statements not expressions, with a special syntax to allow assignment. How is this implemented in practice? It seems like these parallel statement…
-
C# expression operators are a powerful tool within Bonsai, but there is almost no documentation available on their use. Including a searchable list of example expressions would be extremely helpful.
-
Expressions in `/def`s cannot be concatenated.
```
/def /foo x:i
/post bla {$x + 1}
/def /bar x:i
/post bla{$x + 1}
/def /zee x:i
/post {$x}{$x + 1}
/foo 0 # >>> bla 1
/b…
-
Sometimes we want to be able to refer to other resources or functions from within resources (such as the reward for an advancement). It would be good to be able to use static expressions in resources …
-
| --- | --- |
| Bugzilla Link | [414287](https://bugs.eclipse.org/bugs/show_bug.cgi?id=414287) |
| Status | NEW |
| Importance | P3 normal |
| Reported | Aug 02, 2013 06:42 EDT |
| Modified | Aug…
-
I have been investigating the code size of
```dart
for (final item in list) {
...
}
```
where `list` is the default system growable list.
The loop is the same as
```dart
…
-
### Is your feature request related to a problem or challenge?
substrait deprecated `values` field in VirtualTable message and instead added `expressions` in substrait-io/substrait#711. Datafusion sh…
-
This is a write of an issue in batch mode for `cleanup-localize` and `zane-true-error` giving all nans.
```js
// clipped from testAPI.mjs
const localError7 = await (await fetch(makeEndpoint("/api…