1. 23 11月, 2017 4 次提交
  2. 22 11月, 2017 5 次提交
  3. 21 11月, 2017 3 次提交
  4. 20 11月, 2017 1 次提交
  5. 18 11月, 2017 4 次提交
    • H
      improve error case handling. (#23243) · 715aa4a6
      Heejae Chang 提交于
      when OOP is killed by users, default(DesignerAttributeResult) is returned. it was okay when it was class, but not it being struct, it cause issue because NotApplicable return false rather than true in error case.
      
      so, change NotApplicable to Applicable so that it can handle the error case better.
      715aa4a6
    • H
      made NFW to use runtime callstack rather than callstack from fake exc… (#23202) · 24959fe7
      Heejae Chang 提交于
      * made NFW to use runtime callstack rather than callstack from fake exception
      
      also, made WatsonReporter from VS and ServiceHub to share more implementation
      
      * PR feedback.
      
      rather than using null exception which is taken cared by NFW, we explicitly throw exception to have callstack so that it can show up in perfview as well.
      
      * centralize who throws exception if given exception is never thrown.
      
      also, explicitly add runtime callstack in one of reserved slot to make NFW bucketting better.
      
      * fixed tests and added empty callstack test
      24959fe7
    • C
      Simplify code. · 6519b9a5
      Cyrus Najmabadi 提交于
      6519b9a5
    • S
      Fix formatting nits · e19060e3
      Sam Harwell 提交于
      e19060e3
  6. 17 11月, 2017 23 次提交