1. 19 4月, 2014 4 次提交
  2. 18 4月, 2014 2 次提交
    • J
      Minor update to fix a warning. · f95ab9bf
      JonHarrop 提交于
      f95ab9bf
    • S
      !pull \\mlangfs1\public\bundles\FS.ebf2bc4a.bundle · 023ae1ec
      Steffen Forkmann 提交于
      Open source pull: Fixing and adding more tests
      
      forki requested forki/fsharp:TESTS to be merged into visualfsharp:master on Wed Apr 9, 2014 at 8:57 AM
       Assigned to: Unassigned   (assign)
       Commits: 1393b5d6df25, 15cc407c35a5, 15f1095ad5bd, 32e136dd521d, 3c57ac29981f, 3decb7c7169d, 4ca05d574a93, 5b729a9e3ad7, 677178cbf04b, 6aa71d1f8752, a255bb7a3489, c0f9e03ff3b3, c8f37ccf7e26, edfac939fcfc, fa12dc3dd83b, ff148db3ae9c
       (changeset 1233272)
      023ae1ec
  3. 17 4月, 2014 3 次提交
  4. 16 4月, 2014 1 次提交
    • W
      [F#] Slicing and range expression inconsistent · d8ee80fe
      wochae 提交于
      Slice expressions (ex., e1.[e1..e2]) looks similar to range expression (ex., [| e1 .. e2 |] ) but their behaviors are not consistent when length < 0. For example, [| 1..10 |].[3..1] raises overflow exception while [| 3..1 |] evaluates [| |]. In this shelveset, length check is added consistently for array/string slice expressions, so their behaviors looks consistent.
      
      Additionally, for open-ended slices (e.g., m.[1..] or m.[..5]), exception would raise for invalid range. (changeset 1231622)
      d8ee80fe
  5. 12 4月, 2014 1 次提交
  6. 10 4月, 2014 14 次提交
  7. 09 4月, 2014 2 次提交
  8. 05 4月, 2014 1 次提交
    • L
      Updating exe.config files for fsc, fsi, fsiAnyCpu: · 4e4f51d9
      latkin 提交于
      - Use a simple version span instead of listing every individual version redirected
      - Redirect to *.9055 so that open bits will be used instead of shipped VS bits
      - Update fsc.fsproj to actually copy its exe.config (changeset 1222653)
      4e4f51d9
  9. 04 4月, 2014 1 次提交
  10. 03 4月, 2014 4 次提交
  11. 02 4月, 2014 2 次提交
  12. 01 4月, 2014 2 次提交
  13. 28 3月, 2014 1 次提交