-
Dynamic symbol table may export symbols with the same name, aimed at different versions (the different version signified after '@' in the name in SOME cases)
for example, running:
`nm -D resources/l…
-
onriv updated
2 hours ago
-
When I tested Symbol Replacer, after pressing the “Find matching symbol table” button, the iOS app turned itself off and took me to the home screen.
-
-
### Zig Version
0.13.0
### Steps to Reproduce and Observed Output
it seems MapViewOfFile2 is not declared or linked into Zig code base yet, currently i am declaring it externally :
```zig
pub …
-
Record where symbols are referenced and how they are used.
Create a `Reference` struct and store it in the `SymbolTable`. It should include the following fields
- `node_id`: the `Ast.Node.Index` o…
-
NOTE: this should have `up` `down` `left` `right` instead of `horz` and `vert`
![Image](https://github.com/user-attachments/assets/a88c9c3e-a487-40c5-afa6-0b5998309a52)
-
when I pull the git and follow the instruction to install requirements, then acitvate the coda env and the error occurs.
![image](https://github.com/user-attachments/assets/e1047d30-03b1-42d9-add7-c4…
-
Preliminary: rename `getToMatchAndTokenType() to `getSymbolCompletionSpec` given that it will probably also define _context_
New `getActiveNode` to be implemented by every parse node, which cascad…
-
It seems like in some cases the indexer binary would name two different symbols in the same exact symbol name.
I have some symbols in the code that are defined in different files using the same code …