helios icon indicating copy to clipboard operation
helios copied to clipboard

Dependencies between generated files fail to resolve

Open Octogonapus opened this issue 6 years ago • 2 comments

This generated file (https://pastebin.com/vM1vCkwr) depends on another generated file (https://pastebin.com/2gWXjBbU). Both files are emitted into the same folder on disk, but their package statements differ, causing the former file to need import statements for the encoder & decoder methods in the latter file. Without these import statements, the former file fails to compile.

Octogonapus avatar Jul 16 '19 16:07 Octogonapus

Could you try to build without clean? It seems like this is part of a known issue where we need to look into the dependency graph to generate the code on the right order

AdrianRaFo avatar Jul 19 '19 14:07 AdrianRaFo

I typically don't run clean before I build.

Octogonapus avatar Jul 19 '19 15:07 Octogonapus