1. 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
  2. 15 5月, 2020 1 次提交
  3. 14 5月, 2020 2 次提交
  4. 13 5月, 2020 1 次提交
  5. 12 5月, 2020 2 次提交
  6. 10 5月, 2020 1 次提交
    • M
      Function tooltip shows documentation for its parameter (#9117) · 45bbde6c
      Matt Constable 提交于
      * Function tooltip shows documentation for its parameter
      
      * Missed array reversal
      
      * Update test - debugging via CI...
      
      * Update MultiProjectAnalysisTests.fs
      
      * Removed supposedly redundent filtering to fix up tests
      
      * Add additional grab point so that argument doc comments aren't included in binding comment.
      
      * Review comments on tests.
      45bbde6c
  7. 05 5月, 2020 7 次提交
  8. 04 5月, 2020 4 次提交
  9. 03 5月, 2020 8 次提交
  10. 02 5月, 2020 2 次提交
  11. 01 5月, 2020 3 次提交
  12. 29 4月, 2020 2 次提交
  13. 28 4月, 2020 1 次提交
  14. 25 4月, 2020 2 次提交
  15. 24 4月, 2020 1 次提交
  16. 23 4月, 2020 1 次提交