You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
causes trying to start my project apps. Since my code references the structs produced by the generator, it can't compile until the api.gen task has completed. A needs B, B requires A.
Wouldn't add an useful bit of flexibility to the tool to remove that @requirements attribute? Knowing why it was added would be quite insightful for me :)
If removing that attribute is not an option, could I get some help on how to use the generator when my actual code references the generated structs?
The text was updated successfully, but these errors were encountered:
LoisSotoLopez
changed the title
Api.Gen task @requirements prevent module generation when app code references generated structs
Api.Gen task @requirements prevents module generation when app code references generated structs
Jul 30, 2024
This
@requirements
open-api-generator/lib/mix/tasks/api/gen.ex
Line 20 in 8405ada
api.gen
task has completed. A needs B, B requires A.@requirements
attribute? Knowing why it was added would be quite insightful for me :)The text was updated successfully, but these errors were encountered: