1. 14 8月, 2018 6 次提交
  2. 13 8月, 2018 2 次提交
  3. 11 8月, 2018 2 次提交
    • A
      Add a workaround for long pipe path names (#28841) · 161765c2
      Andy Gocke 提交于
      There's a problem on MacOS where the pipe name may be too long to
      use as a Unix domain socket. Unfortunately, there's no way in the
      version of CoreFX that we reference to override the path name
      used for the named pipe. If the path is too long then the compiler
      server spins infinitely trying to connect to a path.
      
      Since we can't use our own path, the best we can do right now is
      abort compiler server usage if the path would be too long. This
      commit adds a check on Unix machines running on CoreCLR to
      detect when the constructed path will be too long, and bail out
      if this is the case.
      161765c2
    • S
  4. 10 8月, 2018 14 次提交
  5. 09 8月, 2018 16 次提交