-
Notifications
You must be signed in to change notification settings - Fork 63
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
Bug using @file:ImportDataSchema #140
Comments
Hm, i've got an idea. Probably a generator just ignores manual data schema because it has invalid reference (reference to a class that doesn't yet exist. I think there is a mechanism to defer symbol to the next round of the code generation, so we just need to use it |
ermolenkodev
added a commit
to ermolenkodev/dataframe
that referenced
this issue
Jan 31, 2023
…olProcessor (Kotlin#140) By enabling multi-round DataSchema declaration processing we add support for generation of DataSchema declaration references another declaration generated by @file:ImportDataSchema Fixes Kotlin#140
ermolenkodev
added a commit
to ermolenkodev/dataframe
that referenced
this issue
Jan 31, 2023
By enabling multi-round DataSchema declaration processing we add support for generation of DataSchema declaration references another declaration generated by @file:ImportDataSchema Fixes Kotlin#140
ermolenkodev
added a commit
to ermolenkodev/dataframe
that referenced
this issue
Jan 31, 2023
By enabling multi-round DataSchema declaration processing we add support for generation of DataSchema declaration references another declaration generated by @file:ImportDataSchema Fixes Kotlin#140
ermolenkodev
added a commit
that referenced
this issue
Feb 1, 2023
Enable multi-round DataSchema declaration processing (#140)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If I generate a DataSchema using
@file:ImportDataSchema()
and then create a new manual@DataSchema interface
which references any generated code, it doesn't generate.It works well using the gradle
dataframes {}
notation.The text was updated successfully, but these errors were encountered: