Robin Randhawa

Results 4 issues of Robin Randhawa

### Language server _No response_ ### Requested feature At present, it appears that invoking: ``` :LspInfo ``` .. results in a popup window which can only be closed by pressing...

enhancement

### Describe the change This PR introduces the ability to specify an optional name for new FiniteMachine instances. ### Why are we doing this? Currently transition logs don't specify the...

### Describe the bug Consider the following code: ``` ❯ cat 1.v module main const num_elements = 10 struct DummyStruct {} __global ( d [num_elements]DummyStruct ) fn main() {} ```...

Bug
Compiler: Clang

### Describe the bug Consider the following: ``` ❯ fd -I -H 3.v a/ a/a.v ``` 3.v: ``` ❯ cat 3.v module main import a struct DummyStruct { dummy_item i32...

Bug