-
With haxe version 3.2.1, I tried writing the following macro:
```
import haxe.macro.Expr;
class Test {
static macro function fn(args: Array) {
return macro function ($a{args}) {};
}
}
```
H…
Pauan updated
4 weeks ago
-
WGSL defines the [@const](https://www.w3.org/TR/WGSL/#const-attr) attribute on functions:
https://www.w3.org/TR/WGSL/#const-functions
> A function declared with a [const](https://www.w3.org/TR/WG…
-
### Issue type
UX/Interaction bug (incorrect behaviour)
### Description with steps to reproduce
Steps:
1. Add a dynamic (to the first note of of a bar)
2. Add expression text to the same note
3.…
-
suggestion from gpt:
```python
# Add this code to src/astx/datatypes.py
from typing import Optional
from astx.base import (
NO_SOURCE_LOCATION,
ASTKind,
DataTypeOps,
Expr…
-
It seems that old-ada-mode is broken when handling `case` expressions and `if` expressions. Consider the two code examples below:
```ada
with Ada.Text_IO; use Ada.Text_IO;
procedure Case_Expr i…
-
I have this code in a template:
Age Group:
…
-
Just want to capture a thought I had the other day: it might be neat to have inline `await` expressions in templates. We already have `{#await ...}` blocks but they're overkill in some situations — yo…
-
### Environment
- OS and Version: Windows_NT x64 10.0.22631
- VS Code Version: 1.93.1
- C/C++ Extension Version: 1.21.6
- If using SSH remote, specify OS of remote machine: Ubuntu 22.04.4 LTS in…
-
### What would you like to be added?
This is fairly open-ended. We need to identify things that make sense first. Some options:
- Detect attribute or capacity domains and/or identifiers which don'…
-
```fsharp
module ClassLibrary17
for i in 1 .. 10 do
printfn ""
printfn "" |> ignore
123
```
```
The result of this expression has type 'int' and is implicitly ignored.
Consi…