1. 29 5月, 2020 3 次提交
  2. 28 5月, 2020 2 次提交
    • A
      Simple changes to make it compatible with WASM (#8722) · 8586323b
      amieres 提交于
      * ifEmptyUse fSharpCompilerLocation
      
      In Wasm `Assembly.Location` do not have directory path since assemblies reside in memory.
      
      * Check GetEnvironmentVariable("FSHARP_COMPILER_BIN") before tryAppConfig
      
      In Wasm `tryAppConfig` throws and env var `FSHARP_COMPILER_BIN` never gets tested, so do it first
      
      * ifEmptyUse with IsNullOrWhiteSpace
      8586323b
    • H
      Add char to types resolvable by GenericZero (#8298) · 1df82326
      Hadrian Tang 提交于
      * Add char to types resolvable by GenericZero
      
      * Add char to get_Zero solving
      
      * Add char to test
      
      * Add char to test
      
      * Add char to test again
      
      * Fix naming
      1df82326
  3. 27 5月, 2020 10 次提交
  4. 25 5月, 2020 1 次提交
  5. 23 5月, 2020 5 次提交
  6. 22 5月, 2020 5 次提交
  7. 21 5月, 2020 3 次提交
  8. 20 5月, 2020 2 次提交
  9. 17 5月, 2020 1 次提交
  10. 16 5月, 2020 2 次提交
    • M
      Async.Sleep with TimeSpan (#8933) · a062a34d
      Markus Stöger 提交于
      * * Added an Async.Sleep overload that takes a TimeSpan instead of an int.
      * Simply calls the previous Sleep(int) method after converting TimeSpan.TotalMilliseconds to Int32 (with overflow checks).
      
      * * Both Async.Sleep(int32) and Async.Sleep(TimeSpan) call Async.Sleep(int64), thus preventing OverflowExceptions with very long delays.
      * Async.Sleep(TimeSpan) limits negative delays to zero.
      
      * * Negative delays cause an ArgumentOutOfRangeException to match the behavior of the Async.Sleep(int) method.
      
      * * Added tests for Async.Sleep
      
      * * Added Async.Sleep(TimeSpan) to surface area tests
      
      * * Fix for missing type annotation in SignatureWithOptionalArgs01.fs
      
      * * Fix for missing type annotation in SignatureWithOptionalArgs01.fs
      
      * fixed code style
      Co-authored-by: NPhillip Carter <pcarter@fastmail.com>
      
      * fixed code style
      Co-authored-by: NPhillip Carter <pcarter@fastmail.com>
      
      * Fixed code styles
      Added Experimental attributes
      
      * Added ExperimentalAttributeMessages to the prim-types.fsi signature file, otherwise messages cannot be accessed elsewhere.
      Note that this currently requires begin/end syntax due to some weird bug with literals in signature files.
      
      * Fixed code style
      Co-authored-by: NPhillip Carter <pcarter@fastmail.com>
      a062a34d
    • S
      what if we don't bind twice? (#9198) · b5d41c08
      Steffen Forkmann 提交于
      b5d41c08
  11. 15 5月, 2020 1 次提交
  12. 14 5月, 2020 2 次提交
  13. 13 5月, 2020 1 次提交
  14. 12 5月, 2020 2 次提交