Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Declaration ellipsis #3720

Merged
merged 4 commits into from
Aug 25, 2021
Merged

Declaration ellipsis #3720

merged 4 commits into from
Aug 25, 2021

Conversation

Sjord
Copy link
Contributor

@Sjord Sjord commented Aug 16, 2021

Allow class A { ... } in C#.

Requires semgrep/ocaml-tree-sitter-semgrep#247

Closes #3702

@Sjord Sjord marked this pull request as draft August 16, 2021 15:29
@aryx
Copy link
Collaborator

aryx commented Aug 17, 2021

still a draft or can I merge?

@Sjord
Copy link
Contributor Author

Sjord commented Aug 17, 2021

This still needs a release of semgrep-c-sharp, and then the submodule in this PR needs to point to the released version of semgrep-c-sharp.

@Sjord Sjord marked this pull request as ready for review August 18, 2021 07:17
@Sjord
Copy link
Contributor Author

Sjord commented Aug 18, 2021

This is ready for review and merge.

@Sjord
Copy link
Contributor Author

Sjord commented Aug 25, 2021

@aryx Could you have another look at this?

@aryx aryx merged commit 3c55afc into semgrep:develop Aug 25, 2021
@@ -19,6 +19,7 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
- Add help text to sarif formatter output if defined in metadata field.
- Update shortDescription in sarif formatter output if defined in metadata field.
- Add tags as defined in metadata field in addition to the existing tags.
- C#: support ellipsis in declarations (#3720)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is in the wrong place. I put this under 0.62.0, but it should have gone under Unreleased.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Ellipsis in class definition not accepted in C#
2 participants