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

Imported components that have new or component cause errors in codegen #453

Open
jsoverson opened this issue Oct 17, 2023 · 0 comments
Open
Labels
bug Something isn't working triage To be triaged

Comments

@jsoverson
Copy link
Contributor

Describe the bug
If you import a component that has an op named new or component, it will cause an error in the codegen due to conflicting method names.

To Reproduce

Import common/object which has an operation named new.

Expected behavior
Everything works great

Actual behavior
The component fails to build because of conflicting method names.

Environment:

  • OS: any
  • Architecture: any
  • Build Version: HEAD
@jsoverson jsoverson added bug Something isn't working triage To be triaged labels Oct 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working triage To be triaged
Projects
None yet
Development

No branches or pull requests

1 participant