1. 04 8月, 2020 3 次提交
  2. 01 8月, 2020 2 次提交
  3. 31 7月, 2020 2 次提交
  4. 30 7月, 2020 5 次提交
  5. 29 7月, 2020 3 次提交
  6. 28 7月, 2020 2 次提交
  7. 27 7月, 2020 3 次提交
  8. 26 7月, 2020 5 次提交
  9. 25 7月, 2020 3 次提交
  10. 24 7月, 2020 1 次提交
  11. 23 7月, 2020 3 次提交
    • V
      Simplified compiler test framework (#9721) · 3f011ec9
      Vlad Zarytovskii 提交于
      * [WIP] Simplified compiler API for testing
      
      * [WIP] Support of references, for F#, C# projects. Added more asserts.
      
      * Added more examples + ignoreWarnings support
      
      * Added typecheck + baseline test helpers.
      
      * Added running functionality
      
      * Moved a bunch of compiler tests to a new suite
      
      * Changed error message
      
      * [WIP] Added CSharp compilation + referencing
      
      * Added some simple interop tests
      
      * [WIP] Process MetadataReference recursively
      
      * [WIP] Added netcorapp31 support for tests
      
      * [WIP] Termporary revert to using netcoreapp30 in the tests (instead of netcoreapp31)
      
      * Added types to errors/warnings as oppose to just having tuples
      
      * Fixed tests to fit newer API
      
      * Revert libraries upgrade
      
      * Revert change netcoreapp31 -> netcoreapp30
      
      * Update tests/FSharp.Test.Utilities/Compiler.fs
      Co-authored-by: NPhillip Carter <pcarter@fastmail.com>
      
      * Addressed some PR comments
      
      * Fixed missing styling inconsistensies
      
      * Addressed feedback: recursive module instead of forward type declarations + fixed options composition.
      
      * Changed Option.isSome -> defaultArg
      Co-authored-by: NPhillip Carter <pcarter@fastmail.com>
      3f011ec9
    • K
      d82a0ebf
    • K
      Merge pull request #9715 from abelbraaksma/Fix-not-function · 6c262964
      Kevin Ransom (msft) 提交于
      New attempt to fix 'not' function
      6c262964
  12. 22 7月, 2020 3 次提交
  13. 21 7月, 2020 1 次提交
    • A
      Fix issue with tests, see #9617 (#9622) · 91d598e4
      Abel Braaksma 提交于
      * Ignore NCrunch temp files and local user files
      
      * Showing only failing line in ExprTests, cleanup temp files
      
      * Show sensible message when UnresolvedPathReferenceNoRange is raised by tests
      
      * Attempt to re-enable two base tests, may need to be re-disabled for Mono
      
      * Cleanup tests that use global state, ensure deletion of temp files
      
      * Fix difference Mono, fix spacing difference CI vs VS IDE
      
      * Normalize null vs None
      
      * Fix next issue difference between CI and local
      
      * Make sure both smoke tests use the same filterhack function
      
      * Next fix, overlooked
      
      * Add procid and threadid to temp file
      
      * Move #r System.Numerics to mkStandardProjectReferences
      
      * Cleanup
      
      * Fix tests that actually count references and are dependent on Common.fs
      91d598e4
  14. 19 7月, 2020 4 次提交