1. 21 10月, 2015 4 次提交
    • T
    • T
      Merge remote-tracking branch 'origin/master' into future · 0257213c
      Tanner Gooding 提交于
      * origin/master: (32 commits)
        Convert to an async task.
        Fix a race condition in AsyncQueue.EnqueueCore
        Moved MiscDiagnosticUpdateSourceTests to use Async to reduce timing issues
        Set State.WaitingForInput in PrepareForInput
        Remove file.
        Undo changes.
        Include the actual underlying exception in "failed to run".
        Do not perform commit when there are unterminated string literals.
        This change increases the severity of analyzer exception diagnostic (AD0001), generated when an analyzer throws an exception, from info to a warning. Additionally, its descriptor is now reported as a supported diagnostic descriptor of the compiler analyzer, which ensures that it shows up in the ruleset editor.
        Remove left-over package.config refs
        Added supports clauses to project.json to fix #6073
        Add test for frozen partial semantics and HasCompleteReferencesAsync
        Introduce Project.HasCompleteReferencesAsync
        Call the public GetCompilationAsync versus the internal helper
        Rename TouchDocumentActionForDocument to something clearer
        Add an assert that declaration-only compilations don't have references
        Remove some helper constructors in favor of more explicit code
        Remove runtime type check that doesn't bring any value
        Convert doc comments to real XML doc comments
        PR feedback.
        ...
      0257213c
    • T
      Merge remote-tracking branch 'origin/stabilization' · 43c0f1ea
      Tanner Gooding 提交于
      * origin/stabilization:
        This change increases the severity of analyzer exception diagnostic (AD0001), generated when an analyzer throws an exception, from info to a warning. Additionally, its descriptor is now reported as a supported diagnostic descriptor of the compiler analyzer, which ensures that it shows up in the ruleset editor.
      43c0f1ea
    • C
      Merge pull request #4278 from CyrusNajmabadi/classifyView · c5ed8723
      CyrusNajmabadi 提交于
      Only perform semantic classification for what's actually in view.
      c5ed8723
  2. 20 10月, 2015 36 次提交