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

🐛 Custom codegen annotations are not properly supported #63

Open
r0adkll opened this issue Sep 23, 2024 · 0 comments
Open

🐛 Custom codegen annotations are not properly supported #63

r0adkll opened this issue Sep 23, 2024 · 0 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@r0adkll
Copy link
Owner

r0adkll commented Sep 23, 2024

The current implementation of support for extended code generation is flawed in that custom generating code/annotations could get missed by the merging phase if:

  • Used in same module as @MergeComponent and NO other @Contributes* annotation is used
  • Or; during incremental compilation where deferring of the merge phase could get missed when re-generating custom generated kimchi code.
@r0adkll r0adkll self-assigned this Sep 23, 2024
@r0adkll r0adkll added the bug Something isn't working label Sep 23, 2024
@r0adkll r0adkll added this to the 0.4.1 milestone Sep 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant