StanfordSNR / gg

The Stanford Builder
GNU General Public License v3.0
988 stars 71 forks source link

New uploads required by intermediate thunks #42

Open alex-ozdemir opened 4 years ago

alex-ozdemir commented 4 years ago

Right now, if TA reduces to TB, which depends on a value not depended on by TA, you get a crash, because we only upload dependencies initially.

This is a note to myself to fix that some time.