#failed to sync
1 messages · Page 1 of 1 (latest)
I actually just merged earlier today a fix for something that causes a similar sounding error message: https://github.com/dagger/dagger/pull/11748
but based on what you're describing I'm not 100% convinced it's the same, so will take a look
To clarify, when you sayI have a branch with the code checked in, which code specifically? The dagger.gen.go generated stuff? Or just any arbitrary code
(I might be mixing different threads with others in that question, apologies if it's confusing)
Apologies... yes I mean the dagger genearted code dagger.gen.go correct.
interesting, that actually does increase the probability of my PR above fixing it, since it's for a condition involving .gitignore... will double check it handles the "switch back and forth between branches where file is and isn't .gitignore'd" case though! That's slightly different than my original test
might be related perhaps as the branch with the generated code checked in does have .gitignore removed on that branch for any modules.