1. 24 1月, 2018 3 次提交
  2. 23 1月, 2018 3 次提交
  3. 21 1月, 2018 1 次提交
  4. 20 1月, 2018 6 次提交
  5. 19 1月, 2018 13 次提交
  6. 18 1月, 2018 6 次提交
  7. 17 1月, 2018 8 次提交
    • V
      Added VB scenarios. · 8d05c078
      vsadov 提交于
      VB does not have this particular bug and corresponding scenario works correctly.
      There are however other bugs beyond the scope of what is fixed in this PR.
      8d05c078
    • V
      added workitem attributes · eee918a5
      vsadov 提交于
      eee918a5
    • V
      fixed tests · 9bb6ef0d
      vsadov 提交于
      9bb6ef0d
    • H
      moved waiter from diagnostics.dll to features.dll where all interface… (#24120) · 823d9730
      Heejae Chang 提交于
      * moved waiter from diagnostics.dll to features.dll where all interfaces are defined.
      
      * simplified listener and waiter and moved those in product.
      
      * cleaned up a bit
      
      * fixed some comments
      
      * forgot to add new AsyncListenerProvider in test export composition
      
      * fixed dead lock found on unit tests
      
      * remove all waiters left
      
      * added dispatcher event processing in one more place
      
      * added a way to enable waiter through env variable in test such as DDRIT
      
      * added env var support so that It can be used without internalvisibleTo us.
      
      * dont wait for all waiters but only onces each test used to wait.
      
      * removed dependency to Roslyn.Services.Test.Utilities in integration test. that dll is not in probing path.
      
      * fixed test failures
      
      * fixed bug in integration tests
      
      * move call to enable waiter before creating workspace so that workspace event queue get proper async listener
      
      * expose concret type as well so that it can be directly used in test for waiter
      
      * addressed PR feedbacks.
      
      * rename mess up
      
      * extra ) left out
      
      * fixed build failure
      823d9730
    • V
      Fixed aggressive spilling. · ec74d055
      vsadov 提交于
      The last await-containing expression in an argument triggers spilling of all argument before it.
      The value of the expression itself, however, should not be spilled. (there are no awaits after it)
      
      Agreesive spilling may result in substandard codegenration and/or unexpected errors.
      ec74d055
    • J
    • I
    • C
      Simplify diagnostic tagging by making it use the standard tagging model. (#23448) · 83520a72
      CyrusNajmabadi 提交于
      * Simplify diagnostic tagging by making it use the standard tagging model.
      
      * Cleanup.
      83520a72