On 3/14/17, 12:20 AM, "Harbs" <harbs.li...@gmail.com> wrote:
>That’s great! I’m anxiously waiting to see what you can do! ;-) OK, I put in a fix for my simple case. See if it helps on your case and if compile times really bog down. Basically, we are trying to list the contents of a DAG, but when you run into a node a again, you not only have to shift the order of items in the list, we also have to fix up the goog.requires. That requires a lot of revisiting. I'm wondering if there is a better strategy, like fixing up the goog.requires at the very end once the order is otherwise determined. That's more risky work than I'd like to do, but maybe we have to just do it. -Alex