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
Hey guys,
First of all thanks for open-sourcing it. protodeps seem very useful, but there's a problem in the case that I'm working on.
Specifically I try to compile the whole googleapis repo and work on it with pronto.
Problem shown up quickly with a stack overflow when I tried to process the whole repo at once. Then tried single service and it fortunately succeeded but when I tried to list them in subsequent repositories definitions it occurred that some of them are big enough (like cloud/compute) to cause stack overflow breaking the compilation. Can you please help with providing a fix for that?
@cezkosLTC Until this gets reviewed, would be nice if you could validate this fix by cloning https://github.com/nenorbot/lein-protodeps and running lein install locally. Then you can try the fix by changing your project's plugin version to 1.0.5-SNAPSHOT and re-running lein protodeps generate.
Hey guys,
First of all thanks for open-sourcing it. protodeps seem very useful, but there's a problem in the case that I'm working on.
Specifically I try to compile the whole googleapis repo and work on it with pronto.
Problem shown up quickly with a stack overflow when I tried to process the whole repo at once. Then tried single service and it fortunately succeeded but when I tried to list them in subsequent repositories definitions it occurred that some of them are big enough (like cloud/compute) to cause stack overflow breaking the compilation. Can you please help with providing a fix for that?
The text was updated successfully, but these errors were encountered: