What is the "dependency list" you are referring to?
On 11/28/18, 8:55 AM, "Yishay Weiss" <[email protected]> wrote:
Hi Alex,
It looks like commit 3252eb312b09cbf5270d78aadc785d757743d323 (fix deps
writing when we promote requires from static initializers) in the compiler has
broken our app. One of the classes isn’t added to the dependency list despite
being imported.
I still haven’t been able to isolate this to a test case, but one thing
that strikes me about the missing dependency is that it has a static function
before the constructor. Also, the constructor takes an argument.
If something pops to mind, please let us know. Otherwise, I’ll try to debug
the compiler tomorrow.
Thanks.