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

Adding Move On Sui Semgrep grammer #508

Merged
merged 11 commits into from
Sep 17, 2024
Merged

Adding Move On Sui Semgrep grammer #508

merged 11 commits into from
Sep 17, 2024

Conversation

maxmysten
Copy link
Contributor

Checklist

  • Any new parsing code was already published, integrated, and merged into Semgrep. DO NOT MERGE THIS PR BEFORE THE SEMGREP INTEGRATION WORK WAS COMPLETED.
  • [X ] Change has no security implications (otherwise, ping the security team)

@maxmysten maxmysten requested a review from a team as a code owner September 15, 2024 00:23
@maxmysten maxmysten requested a review from aryx September 15, 2024 00:23
@CLAassistant
Copy link

CLAassistant commented Sep 15, 2024

CLA assistant check
All committers have signed the CLA.

@nmote
Copy link
Collaborator

nmote commented Sep 16, 2024

Could you share some context on this language? How similar is it to Move on Aptos?

Copy link
Collaborator

@aryx aryx left a comment

Choose a reason for hiding this comment

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

@nmote move on aptos is a fork of move on sui (more or less).

@aryx aryx merged commit d14c9ac into semgrep:main Sep 17, 2024
2 checks passed
@aryx
Copy link
Collaborator

aryx commented Sep 17, 2024

@maxmysten FYI I get this on ./test-lang move-on-sui:

...
Warning: unnecessary conflicts
  `module_access`, `typed_metavariable`
  `annotation_expr`, `module_access`
  `annotation_expression`, `typed_metavariable`
  `module_access`, `variable_identifier`

@aryx
Copy link
Collaborator

aryx commented Sep 17, 2024

@maxmysten I've pushed a new semgrep-move-on-sui. You can then use that from the semgrep repo.

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.

4 participants