-
We need an API that provides a way to compare any Tact AST:
* [x] `AstComparator`:
+ [x] Provide an API to check AST equivalence without renaming
* [x] `AstHasher`: Write the hashing module tha…
-
**Minimal examples**
Consider the following ``.svh`` files:
```
`ifndef ___SYS_DEFS_SVH__
`define ___SYS_DEFS_SVH__
`timescale 1ns/100ps
`define FALSE 1'h0
`define TRUE 1'h1
typedef logic [31:…
-
See https://typescript-eslint.io/blog/announcing-typescript-eslint-v8-beta/#ast-breaking-changes
We should probably to this for Babel 8, since we are otherwise aligned as far as I know. @fisker are…
-
### Steps to Reproduce
1- Post something in asturianu https://www.localeplanet.com/icu/ast-ES/index.html like "Ye cierto, ensin embargo nun sé por qué sí me sal automáticamente esta etiqueta:" and th…
-
The following example panics:
```
codata Fun(a b: Type) {
Fun(a,b).ap(a b: Type, x: a) : b
}
let bar(f: Fun(?, ?)): f.ap(?, ?, ?) {
?
}
```
Rust backtrace:
```
Error: …
-
This is a proposal to add a `textDocument/ast` to the LSP protocol. The idea is to have a capability that returns an AST from a selection.
- The specification can specify naming and formatting con…
-
Currently, we parse the source code using a parser library and then we walk the AST and produce gno nodes.
We should investigate if it is possible to avoid this.
Ideally, we should create gno nodes …
-
### Describe the feature
We will need a pretty-printer for use in:
- lints/code suggestions
- displaying items in auto-generated documentation
- re-use in a formatter
### Additional context
…
-
Pyton 3.8 just has been EOSed month ago (https://endoflife.date/python) so I've been trying to use pyupgrade --py39-plus to check is current code ready to automatic upgrade.
Looks like it is not read…
-
运行from modelscope.msdatasets import MsDataset出现报错,详细报错为:
Traceback (most recent call last):
File "/private/CVPR_Anti_UAV/modelscope/utils/ast_utils.py", line 508, in _get_single_file_scan_result
…