1. 18 5月, 2017 2 次提交
  2. 17 5月, 2017 2 次提交
  3. 16 5月, 2017 2 次提交
    • D
      Fix solution reload and config change issues (#3025) · 722a64a9
      Don Syme 提交于
      * fix config change
      
      * Fix configuration changes
      
      * Fix colorization cache for changing defines
      
      * fix config switching
      
      * add manual test cases
      
      * Fix test
      
      * minor nit
      
      * use correct reference count
      
      * cleanup decrement logic
      
      * fix build
      
      * Update CompileOps.fs
      
      * adjust unit tests mocks
      
      * adjust unit tests mocks
      
      * fix test
      
      * add new misc project test
      
      * do ComputeSourcesAndFlags later
      
      * do ComputeSourcesAndFlags once
      
      * variations
      
      * keep dialog open
      722a64a9
    • S
      No commit on `:` (#3050) · 56a586d8
      Sergey Tihon 提交于
      Intellisense should not commit completion when user type name of property in Record
      56a586d8
  4. 13 5月, 2017 2 次提交
  5. 12 5月, 2017 2 次提交
  6. 11 5月, 2017 3 次提交
    • K
      Props (#3029) · 9e80078d
      Kevin Ransom (msft) 提交于
      * Remove comment ifdefs
      
      * Add Microsoft.NET.Sdk.FSharp.props
      
      * Make TargetFrameworks work
      
      * restore {BuildSuffix}
      
      * rename sdk targets and props, refactor project logic into our repo
      
      * wrong name
      
      * Add automagic FSharp.Core reference for coreclr
      
      * Set <DefaultProjectTypeGuid to F# project system guid
      
      * Fix setup
      
      * Update sdk props
      
      * Typo for net461
      9e80078d
    • K
      Update Props (#3027) · 50980ff4
      Kevin Ransom (msft) 提交于
      * Remove comment ifdefs
      
      * Add Microsoft.NET.Sdk.FSharp.props
      
      * Make TargetFrameworks work
      
      * restore {BuildSuffix}
      
      * rename sdk targets and props, refactor project logic into our repo
      
      * wrong name
      
      * Add automagic FSharp.Core reference for coreclr
      
      * Set <DefaultProjectTypeGuid to F# project system guid
      
      * Fix setup
      
      * Update sdk props
      50980ff4
    • K
      Netstandard2 -- minor target changes for dotnet.exe (#3023) · 123a37f2
      Kevin Ransom (msft) 提交于
      * Remove comment ifdefs
      
      * Add Microsoft.NET.Sdk.FSharp.props
      
      * Make TargetFrameworks work
      
      * restore {BuildSuffix}
      
      * rename sdk targets and props, refactor project logic into our repo
      
      * wrong name
      
      * Add automagic FSharp.Core reference for coreclr
      
      * Set <DefaultProjectTypeGuid to F# project system guid
      
      * Fix setup
      
      * Resolve magic
      
      * resolve magic
      
      * Minor target rework due to crosstargetting changes.  Always copy fsharp.core for desktop builds
      123a37f2
  7. 10 5月, 2017 5 次提交
    • K
      Resolve magic on sdk (#3018) · 98e68218
      Kevin Ransom (msft) 提交于
      * Remove comment ifdefs
      
      * Add Microsoft.NET.Sdk.FSharp.props
      
      * Make TargetFrameworks work
      
      * restore {BuildSuffix}
      
      * rename sdk targets and props, refactor project logic into our repo
      
      * wrong name
      
      * Add automagic FSharp.Core reference for coreclr
      
      * Set <DefaultProjectTypeGuid to F# project system guid
      
      * Fix setup
      
      * Resolve magic
      
      * resolve magic
      98e68218
    • D
      Fix 1587 Internal error: TopValActualParent: does not have a parent (#3017) · b91327cd
      Don Syme 提交于
      * add library-only build and test
      
      * Fix 1587 Internal error: TopValActualParent: does not have a parent
      
      * fix tests
      
      * Fix tests
      b91327cd
    • D
      re-enable FSharp.Core unit tests (#3014) · d4c637d4
      Don Syme 提交于
      * add library-only build and test
      
      * fix tests
      
      * Fix tests
      d4c637d4
    • D
      fix 2401 (#3012) · 45f68788
      Don Syme 提交于
      * fix 2401
      
      * fix 2401 - test
      45f68788
    • D
      Fix some assertions in debug mode (#3010) · 160223fa
      Don Syme 提交于
      WHile fixing #2793 I improved the diagnostics for some assertions and remove some exceptions that were happening on the startup path
      
      I also cleaned up the logic for BinFolderOfDefaultFSharpCompiler a little and take advantage of the fact that optdata/sigdata are gone to simplify some things.
      160223fa
  8. 09 5月, 2017 5 次提交
    • V
      Fix "The path is not of a legal form" during loading VFT solution (#3007) · 42b38bf3
      Vasily Kirichenko 提交于
      * check if a referenced assembly exists before adding it into ProjectContext's metadata references
      
      * check path correctness
      42b38bf3
    • D
      use graph of option objects - fix 2793 (#3002) · 53f1103e
      Don Syme 提交于
      * use graph of option objects
      
      * fix build
      
      * fix build
      
      * try to fix tests
      
      * dont use unique stamps in unit tests
      53f1103e
    • D
      import remaining FCS code (#2951) · de67934a
      Don Syme 提交于
      * import remaining FCS code
      
      * add missing files
      
      * fix some parts of build
      
      * more FCS integration work
      
      * build fcs.dll and vs targets
      
      * revert changes to proj files
      
      * update sig files
      
      * various cleanup items
      
      * simplify #ifs
      
      * fix various tests
      
      * enable scripting testing
      
      * fix build
      
      * fix build
      
      * fix tests and build
      
      * fix tests and build
      
      * fix build
      
      * fix tests
      
      * fix tests
      
      * add diagnostic and fix coreclr build
      
      * fix printing tests
      
      * test updates
      
      * improve error logging
      
      * integrate visualfsharp master
      
      * dependency files
      
      * proj file
      
      * dependency files
      
      * fix build
      
      * fix fsi.exe in GUI mode
      
      * add end of line to source text if needed as before
      
      * fix many tests
      
      * fix remaining tests
      
      * better strong name logic to fix final test
      
      * reinstate all strong names
      
      * fix last tests
      
      * fix last test again
      de67934a
    • D
    • D
      fix 2999 (#3001) · 64c73237
      Don Syme 提交于
      64c73237
  9. 08 5月, 2017 2 次提交
  10. 06 5月, 2017 6 次提交
  11. 05 5月, 2017 4 次提交
  12. 04 5月, 2017 2 次提交
  13. 03 5月, 2017 3 次提交