1. 11 6月, 2015 1 次提交
    • H
      fix flaky unit test · e110b279
      Heejae Chang 提交于
      sometimes, instance are kept alive by stack. give it a bit more timeout and clear object in other method.
      e110b279
  2. 09 6月, 2015 1 次提交
  3. 06 6月, 2015 1 次提交
    • H
      don't put p2p reference to implicit cache. · 69ab866d
      Heejae Chang 提交于
      while looking around this code path, I realized we are putting p2p references to implicit cache.
      
      this is bad since p2p graph is already implicitly cached by root compilation and the implicit cache is for things like winform which uses Roslyn without explicit cache from us.
      
      this p2p causes compilation for winform to be kicked out from implicit cache for no reason.
      69ab866d
  4. 29 1月, 2015 1 次提交