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

Reject multiple triggers with the same name. Refs #74. #75

Merged
merged 2 commits into from
Jan 20, 2025

Conversation

RyanGlScott
Copy link
Collaborator

Although copilot-c99 added the ability to invoke multiple triggers with the same name in Copilot-Language/copilot#572, it is not yet clear how best to support this in copilot-verifier.

In the meantime, this adds an explicit check that rules out specifications that use multiple triggers with the same name to prevent the verifier from becoming confused by them. The remaining task of fully supporting such specifications is tracked in #74.

Although `copilot-c99` added the ability to invoke multiple triggers with the
same name in Copilot-Language/copilot#572, it is not
yet clear how best to support this in `copilot-verifier`.

In the meantime, this adds an explicit check that rules out specifications that
use multiple triggers with the same name to prevent the verifier from becoming
confused by them. The remaining task of fully supporting such specifications is
tracked in #74.
@RyanGlScott RyanGlScott merged commit 26d5649 into master Jan 20, 2025
3 checks passed
@RyanGlScott RyanGlScott deleted the T74-reject-multiple-triggers-same-name branch January 20, 2025 20:49
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.

1 participant