Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite429cb4

Browse files
author
VFSharpTeam
committed
Merging over latest from F# 3.1.X to F# 4.0 (changeset 1350524)
1 parentc366794 commite429cb4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

‎src/FSharpSource.targets‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,7 @@
226226
<PropertyGroupCondition="'$(TargetFramework)'=='portable78'">
227227
<DefineConstants>$(DefineConstants);FSHARP_CORE_NETCORE_PORTABLE</DefineConstants>
228228
<DefineConstants>$(DefineConstants);FSHARP_CORE_NETCORE_PORTABLE78</DefineConstants>
229+
<DefineConstants>$(DefineConstants);QUERIES_IN_FSLIB</DefineConstants>
229230
<DefineConstants>$(DefineConstants);FX_NO_CONVERTER</DefineConstants>
230231
<DefineConstants>$(DefineConstants);FX_RESHAPED_REFLECTION</DefineConstants>
231232
<DefineConstants>$(DefineConstants);FX_NO_ARRAY_LONG_LENGTH</DefineConstants>
@@ -261,6 +262,7 @@
261262
<PropertyGroupCondition="'$(TargetFramework)'=='portable259'">
262263
<DefineConstants>$(DefineConstants);FSHARP_CORE_NETCORE_PORTABLE</DefineConstants>
263264
<DefineConstants>$(DefineConstants);FSHARP_CORE_NETCORE_PORTABLE259</DefineConstants>
265+
<DefineConstants>$(DefineConstants);QUERIES_IN_FSLIB</DefineConstants>
264266
<DefineConstants>$(DefineConstants);FX_NO_CONVERTER</DefineConstants>
265267
<DefineConstants>$(DefineConstants);FX_RESHAPED_REFLECTION</DefineConstants>
266268
<DefineConstants>$(DefineConstants);FX_NO_ARRAY_LONG_LENGTH</DefineConstants>

‎tests/fsharpqa/Source/Libraries/Portable/parse_oracle.cs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ static void Main(string[] args)
101101

102102

103103
// Misc whitespaces
104-
varws="\x180E\x2000\x2001\x2002\x2003\x2004\x2005\x2006\x2007\x2008\x2009\x200A\x202F\x205F\x3000\x2028\x2029\x0009\x000A\x000B\x000C\x000D\x0085\x00A0";
104+
varws="\x2000\x2001\x2002\x2003\x2004\x2005\x2006\x2007\x2008\x2009\x200A\x202F\x205F\x3000\x2028\x2029\x0009\x000A\x000B\x000C\x000D\x0085\x00A0";
105105
AssertEqual(ws+"123"+ws,onetwothee);
106106

107107
#endif

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp