Skip to content

Allow multiple triggers with the same name. Refs #30. #32

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

Merged
merged 2 commits into from
Jan 20, 2025

Conversation

RyanGlScott
Copy link
Collaborator

copilot-c99-4.2 (part of the overall Copilot 4.2 release) now allows multiple triggers with the same handler, provided that the triggers always have the same type signatures. See Copilot-Language/copilot#296 (as well as the fix in Copilot-Language/copilot#572). Since copilot-bluespec wishes to achieve feature parity with copilot-c99, we would like to add this ability to copilot-bluespec as well.

This commit adds multiple triggers support for copilot-bluespec, piggybacking off of the implementation in Copilot-Language/copilot#572.

Fixes #30.

`copilot-c99-4.2` (part of the overall Copilot 4.2 release) now allows multiple
triggers with the same handler, provided that the triggers always have the same
type signatures. See Copilot-Language/copilot#296 (as
well as the fix in Copilot-Language/copilot#572). Since
`copilot-bluespec` wishes to achieve feature parity with `copilot-c99`, we
would like to add this ability to `copilot-bluespec` as well.

This commit adds multiple triggers support for `copilot-bluespec`, piggybacking
off of the implementation in
Copilot-Language/copilot#572.
@RyanGlScott RyanGlScott merged commit e47ba59 into master Jan 20, 2025
3 checks passed
@RyanGlScott RyanGlScott deleted the T30-develop-multiple-triggers branch January 20, 2025 12:28
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.

Allow multiple triggers with the same name
1 participant