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

Add dispatch to macros #148

Merged
merged 3 commits into from
Dec 7, 2023
Merged

Add dispatch to macros #148

merged 3 commits into from
Dec 7, 2023

Conversation

jeremyyeo
Copy link
Contributor

@jeremyyeo jeremyyeo commented Nov 15, 2023

resolves #147

This is a:

  • documentation update
  • bug fix with no breaking changes
  • (somewhat) new functionality
  • a breaking change

All pull requests from community contributors should target the main branch (default).

Description & motivation

Add some dispatching so end users can override the default behaviour of codegen macros.

Checklist

  • This code is associated with an issue which has been triaged and accepted for development.
  • I have verified that these changes work locally
  • I have updated the README.md (if applicable)
  • I have added tests & descriptions to my models (and macros if applicable)
  • I have added an entry to CHANGELOG.md

@jeremyyeo jeremyyeo force-pushed the feat/147/add-dispatching branch 3 times, most recently from 8b66f68 to 15c4704 Compare November 15, 2023 23:38
@jeremyyeo jeremyyeo marked this pull request as ready for review December 6, 2023 21:42
@jeremyyeo jeremyyeo requested a review from joellabes December 6, 2023 21:42
@joellabes joellabes merged commit ee4899e into main Dec 7, 2023
@gwenwindflower gwenwindflower deleted the feat/147/add-dispatching branch February 28, 2024 23:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow default codegen macros to be overridden
2 participants