Skip to content

Commit

Permalink
Remove ast_generic_v1.atd (#340)
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
3 people authored Jan 17, 2025
1 parent 705ebb0 commit a8fc7ca
Show file tree
Hide file tree
Showing 11 changed files with 1 addition and 39,894 deletions.
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ FILES= \
semgrep_output_$(VER).ts \
semgrep_output_$(VER).jsonschema \
semgrep_output_$(VER).proto \
ast_generic_$(VER).py \
ast_generic_$(VER)_j.ml \
ast_generic_$(VER)_j.mli \
Language.ml \
Language.mli \
lang.json \
Expand Down
Loading

0 comments on commit a8fc7ca

Please sign in to comment.