Kay Butter

Results 7 comments of Kay Butter

Hi, I have currently wrapped the CodeGenLib in a build tool plugin myself. My experience with the approach is: * Changing operation files is easier for the team. Update the...

@ripplexyz I don't. Updating the schema won't work with the sandboxed extension, but it would also break the incremental builds, because the build system has no way of knowing upfront...

> As for setting up the build tool plugin correctly to work with incremental builds and only execute codegen when operations change; we found Xcode's input/output files to be unreliable...

> Are the output paths needed just for incremental builds or is it a requirement of the build plugin? It's both. The incremental build system uses it to determine if...

> Would this not only be affected by input files, i.e.: the schema and operation files? The generated files are an output of the plugin being executed. Determining plugin execution...

But if a file is no longer meant to be there it also wouldn't be part of the output files anymore. 🤷‍♂️

Running into the same issue with macOS runners. Action runners keep randomly disappearing from github and if I check the local logs, I see they failed like this a few...