1. 29 1月, 2015 14 次提交
  2. 28 1月, 2015 11 次提交
  3. 27 1月, 2015 5 次提交
    • E
      fix LanguagePrimitives.ErrorStrings messages depends on culture · 52a72523
      enricosada 提交于
      the SR.GetString use CultureInfo.CurrentUICulture, so need to be invoked at
      runtime not bound when the module ErrorStrings is opened
      52a72523
    • L
      Merge branch 'master' into fsharp4 · 742c1330
      latkin 提交于
      742c1330
    • D
      add Checked.int8/uint8 and Nullable.int8/uint8 · ae66aaf3
      Don Syme 提交于
      closes #19
      
      commit 5869de443d848e3fcbcadd0432dc371033702622
      Author: Don Syme <dsyme@microsoft.com>
      Date:   Thu Jan 22 12:58:32 2015 +0000
      
          update surface area tests
      
      commit efbba0a0e8c307ffd2002312a15b11e1c9acf9ed
      Author: Don Syme <dsyme@microsoft.com>
      Date:   Thu Jan 22 12:00:02 2015 +0000
      
          revert renaming to minimize diff
      
      commit 00011fbaf448a7c5ec49541de17148b0eea396d5
      Author: Don Syme <dsyme@microsoft.com>
      Date:   Fri Jan 16 13:55:42 2015 +0000
      
          Add tests and fixes for Nullable ops
      
      commit 34d720bc4b64a25fdda7e46659213b52eba710c1
      Author: Don Syme <dsyme@microsoft.com>
      Date:   Thu Jan 15 16:45:05 2015 +0000
      
          add Checked.int8/uint8 and Nullable.int8/uint8
      ae66aaf3
    • S
      Show warning when DU is accessed without type but RequiredQualifiedAccess was set · c52b4ddc
      Steffen Forkmann 提交于
      fixes #95
      closes #103
      
      commit 8bc07748cd50a0436b39de6066e4c2aaf52d8be0
      Author: latkin <latkin@microsoft.com>
      Date:   Mon Jan 26 16:47:06 2015 -0800
      
          Fix typo in test baseline
      
      commit 210baa88919d8bcd37db9fc1e0f9911acbc317e7
      Author: latkin <latkin@microsoft.com>
      Date:   Mon Jan 26 16:46:28 2015 -0800
      
          Fix improper unqualified DU accesses in project system
      
      commit ef1fb6bdd4e3a186181a091980cd0ee782782ba3
      Author: Steffen Forkmann <steffen.forkmann@msu-solutions.de>
      Date:   Mon Jan 26 17:51:05 2015 +0100
      
          Put Deprecated message into FSComp.txt - relates to #95
      
      commit fa5e972adf113af0dc379a4962a549467d58b3b2
      Author: Steffen Forkmann <steffen.forkmann@msu-solutions.de>
      Date:   Mon Jan 26 16:03:38 2015 +0100
      
          Add test for DU which is accessed without type but RequiredQualifiedAccess was set - relates to #95
      
      commit e8a652e6d8133fdf0b5b43be1729452774a59060
      Author: Steffen Forkmann <steffen.forkmann@msu-solutions.de>
      Date:   Mon Jan 26 10:00:43 2015 +0100
      
          Fix a case where #95 is violated in the compiler itself
      
      commit 7c9c96809af25b40110c5f99ecad32340b151934
      Author: Steffen Forkmann <steffen.forkmann@msu-solutions.de>
      Date:   Sun Jan 25 20:10:05 2015 +0100
      
          Show warning when DU is accessed without type but RequiredQualifiedAccess was set - closes #95
      c52b4ddc
    • L
      Test fix: explicitly set culture when validating number formatting · 58981ecb
      latkin 提交于
      fixes #107
       (changeset 1404356)
      58981ecb
  4. 23 1月, 2015 5 次提交
    • L
      Merge branch 'master' into fsharp4 · 11ede758
      latkin 提交于
      11ede758
    • L
      Updating expected error strings on a few tests · 5fc4c5c0
      latkin 提交于
      5fc4c5c0
    • A
      Pickling of metadata for units: need to ensure that integer exponents are... · b1c03b6f
      andrewjkennedy 提交于
      Pickling of metadata for units: need to ensure that integer exponents are pickled in a form compatible with F# 3.x tools.
      
      fixes #69
      closes #72
      
      commit a56686150e512f846d3548eb28161d59d6e9ee42
      Merge: 09ad7557 e4cf4a2
      Author: latkin <latkin@microsoft.com>
      Date:   Thu Jan 22 11:55:47 2015 -0800
      
          Merge branch 'fsharp4' of https://github.com/andrewjkennedy/visualfsharp into andrewjkennedy-fsharp4
      
      commit e4cf4a2a63268147fd93a360d3064edbd74787ca
      Author: andrewjkennedy <akenn@microsoft.com>
      Date:   Wed Jan 21 11:21:19 2015 +0000
      
          Small cleanup of units pickling
      
      commit db6643a75af9b4dd8e95fe54f7184eaa071908b8
      Author: andrewjkennedy <akenn@microsoft.com>
      Date:   Wed Jan 21 10:34:07 2015 +0000
      
          Pickling of units-of-measure:
          * Comments
          * Factored code a bit better
      
      commit 77ba222a67958ddb6a3714e5db7fdc79759338ae
      Author: andrewjkennedy <akenn@microsoft.com>
      Date:   Tue Jan 20 15:59:54 2015 +0000
      
          Pickling of metadata for units: need to ensure that integer exponents are pickled in a form compatible with F# 3.x tools.
          This is issue #69 on github.
      b1c03b6f
    • D
      Update CONTRIBUTING.md · 7e47ae12
      Don Syme 提交于
      7e47ae12
    • D
      Allow implicit quotation of expressions used as a method arguments · 09ad7557
      Don Syme 提交于
      commit 4747cd9198db754974e179f4df2e1c2ff5378875
      Author: latkin <latkin@microsoft.com>
      Date:   Wed Jan 21 15:06:33 2015 -0800
      
          Update baseline for typecheck test
      
      commit bd4dd1aa7b4fbd099f1ead0073e1b3ad98bdd06e
      Merge: c3e25844 8dd11c0
      Author: latkin <latkin@microsoft.com>
      Date:   Wed Jan 21 14:31:37 2015 -0800
      
          Merge branch 'auto-quote' of https://git01.codeplex.com/forks/dsyme/cleanup into autoquot
      
          Conflicts:
          	src/fsharp/creflect.fs
      
      commit 8dd11c0cbdaad647311fcd85a94abba808c00be4
      Author: Don Syme <dsyme@microsoft.com>
      Date:   Thu Jan 15 11:51:35 2015 +0000
      
          clean up tests
      
      commit eb3bb2e4d0fb916945feba7fa2d8db23d9d9caad
      Author: Don Syme <dsyme@microsoft.com>
      Date:   Thu Jan 15 11:40:33 2015 +0000
      
          remove auto-quotation for 'raw' Expr arguments
      
      commit bdee98e44fd10633d5a3e98d46f8fa38ba45c591
      Author: Don Syme <dsyme@microsoft.com>
      Date:   Thu Jan 15 09:30:22 2015 +0000
      
          add tests for using ReflectedDefinition methods as first class values
      
      commit be483420a46a75d2755cbf5b78f31131ccdb8310
      Author: Don Syme <dsyme@microsoft.com>
      Date:   Wed Jan 14 19:44:34 2015 +0000
      
          allow first-class use of ReflectedDefinition methods
      
      commit 23d00fdf5dcbc47a7e557ac1bd98e97f3601313f
      Author: Don Syme <dsyme@microsoft.com>
      Date:   Mon Jan 12 17:14:34 2015 +0000
      
          add tests for interaction with C#-style extension members
      
      commit 0a30282b3441a24552535af46ce9e78e375c6bf3
      Merge: 32307ff 51d7b62c
      Author: Don Syme <dsyme@microsoft.com>
      Date:   Mon Jan 12 11:54:57 2015 +0000
      
          Merge branch 'fsharp4' of https://git01.codeplex.com/visualfsharp into auto-quote
      
      commit 32307ff37acc89a715c74c356b580319c683f1b0
      Author: Don Syme <dsyme@microsoft.com>
      Date:   Tue Dec 2 16:26:28 2014 +0000
      
          update for methods defined in IL and provided methods
      
      commit 5e7517bb87159193d89688693149223dcc988023
      Author: Don Syme <dsyme@microsoft.com>
      Date:   Tue Dec 2 16:13:30 2014 +0000
      
          update code and add more tests
      
      commit 7cf60a1b07a63c6e46247a57fcbb14d2832a33b9
      Author: Don Syme <dsyme@microsoft.com>
      Date:   Thu Oct 30 17:17:19 2014 +0000
      
          Allow implicit quotation of expressions used as a method arguments
      09ad7557
  5. 22 1月, 2015 5 次提交
    • L
      Merge branch 'master' into fsharp4 · 6d0ac01f
      latkin 提交于
      6d0ac01f
    • S
      Members hidden from IntelliSense are now also omitted in QuickInfo - fixes #50 · ac556226
      Steffen Forkmann 提交于
      closes #73
      
      commit e127dfaa034ce8a515bb7aae57dc9c0d7e56a175
      Author: Steffen Forkmann <steffen.forkmann@msu-solutions.de>
      Date:   Wed Jan 21 10:52:10 2015 +0100
      
          fix typos in XmlDocumentation.fs and ast.fs
      
      commit 6f9902997b42ceddeb8ff4db7f533000e5b23998
      Author: Steffen Forkmann <steffen.forkmann@msu-solutions.de>
      Date:   Wed Jan 21 12:17:58 2015 +0100
      
          Obsolete members are now also omitted in QuickInfo - references #50
      
      commit ae547469cca7d50cde5feb6b4329e35e3f14d5c4
      Author: Steffen Forkmann <steffen.forkmann@msu-solutions.de>
      Date:   Wed Jan 21 12:17:16 2015 +0100
      
          Capturing broken QuickTip for obsolete methods in test - references #50
      
      commit 1e38a8a8889a805880c30cdb05075704e5732206
      Author: Steffen Forkmann <steffen.forkmann@msu-solutions.de>
      Date:   Wed Jan 21 10:51:23 2015 +0100
      
          Members hidden from IntelliSense are now also omitted in QuickInfo - fixes #50
      
      commit 5f27136d47c72ed2d9d502105ee5f65814e2c088
      Author: Steffen Forkmann <steffen.forkmann@msu-solutions.de>
      Date:   Sun Jan 18 10:49:41 2015 +0100
      
          Capturing broken QuickTips for hidden methods in test - references #50
      ac556226
    • L
      Merge branch 'master' into fsharp4 · c3e25844
      latkin 提交于
      c3e25844
    • D
      Add bug template to CONTRIBUTING.md · a932a130
      Don Syme 提交于
      We've been getting bug reports which don't include good repro steps.  Unfortunately GitHub doesn't seem to give the ability to give a predefined template for issue reports, which is a real shame, since having a predefined template really helps improve the quality of reports.
      
      As a partial step in that direction we can at least add something to CONTRIBUTING.md to explain what we expect minimally.
      
      closes #75
      a932a130
    • L
      Updates to .gitignore · 492c1af2
      latkin 提交于
      - Ignore new files introduced in fsharp4 branch, as they might be hanging around when you switch to master
      - Ignore some test directories
      - Ignore various other stuff already marked in fsharp4
       (changeset 1401726)
      492c1af2