Skip to content

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

2 participants