i've just downloaded github.com/globusdigital/deep-copy v0.5.4
trying to generate code for a simple type, it worked as expected. so sanity check is fine.
however, my real code has a complex graph of types (with multiple cycles like A -> B -> C -> A) & running the tool on these causes it to run for minutes.
at some point (> 5 minutes), i killed it.
retrying is the same, so its not a one-time failure.
is there any way to get verbose log so that i can maybe see where is it looping?
Thanks
i've just downloaded github.com/globusdigital/deep-copy v0.5.4
trying to generate code for a simple type, it worked as expected. so sanity check is fine.
however, my real code has a complex graph of types (with multiple cycles like A -> B -> C -> A) & running the tool on these causes it to run for minutes.
at some point (> 5 minutes), i killed it.
retrying is the same, so its not a one-time failure.
is there any way to get verbose log so that i can maybe see where is it looping?
Thanks