Skip to content

Commit a8fc7ca

Browse files
aryxmjambon
andauthored
Remove ast_generic_v1.atd (#340)
It was experimental and it's not maintained nor used, so let's get rid of it. test plan: see related PR in semgrep - [x] I ran `make setup && make` to update the generated code after editing a `.atd` file (TODO: have a CI check) - [x] I made sure we're still backward compatible with old versions of the CLI. For example, the Semgrep backend need to still be able to *consume* data generated by Semgrep 1.50.0. See https://atd.readthedocs.io/en/latest/atdgen-tutorial.html#smooth-protocol-upgrades Note that the types related to the semgrep-core JSON output or the semgrep-core RPC do not need to be backward compatible! Co-authored-by: pad <[email protected]> Co-authored-by: Martin Jambon <[email protected]>
1 parent 705ebb0 commit a8fc7ca

11 files changed

+1
-39894
lines changed

Makefile

-3
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ FILES= \
1616
semgrep_output_$(VER).ts \
1717
semgrep_output_$(VER).jsonschema \
1818
semgrep_output_$(VER).proto \
19-
ast_generic_$(VER).py \
20-
ast_generic_$(VER)_j.ml \
21-
ast_generic_$(VER)_j.mli \
2219
Language.ml \
2320
Language.mli \
2421
lang.json \

0 commit comments

Comments
 (0)