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

Kotlin modules do not remove generated code for removed ftl decls #4734

Open
matt2e opened this issue Feb 28, 2025 · 0 comments
Open

Kotlin modules do not remove generated code for removed ftl decls #4734

matt2e opened this issue Feb 28, 2025 · 0 comments
Labels
jvm triage Issue needs triaging

Comments

@matt2e
Copy link
Collaborator

matt2e commented Feb 28, 2025

Steps to reproduce:

  • Make a kotlin module
  • Add FTL decls like verbs, types, topics, etc
  • Build the module
  • Delete or rename the definitions of the previously added FTL decls

Expected:

  • Those removed decls are removed from the schema

Actual:

  • FTL does not remove those decls. The Kotlin generated code for those decls stay around
@matt2e matt2e added the jvm label Feb 28, 2025
@github-actions github-actions bot added the triage Issue needs triaging label Feb 28, 2025
This was referenced Feb 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
jvm triage Issue needs triaging
Projects
None yet
Development

No branches or pull requests

1 participant