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

Commit50a4575

Browse files
dsymedsyme
dsyme
authored and
dsyme
committed
fix tests
1 parente41a462 commit50a4575

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

‎fcs/FSharp.Compiler.Service/FSharp.Compiler.Service.fsproj‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -603,6 +603,10 @@
603603
<ReferenceInclude="System.Collections.Immutable">
604604
<HintPath>$(FSharpSourcesRoot)\..\..\packages\System.Collections.Immutable.1.2.0\lib\portable-net45+win8+wp8+wpa81\System.Collections.Immutable.dll</HintPath>
605605
</Reference>
606+
<ReferenceInclude="System.ValueTuple">
607+
<HintPath>$(FSharpSourcesRoot)\..\..\packages\System.ValueTuple.4.3.0\lib\netstandard1.0\System.ValueTuple.dll</HintPath>
608+
<Private>true</Private>
609+
</Reference>
606610
</ItemGroup>
607611

608612
<ItemGroup>

‎src/fsharp/CompileOps.fs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3555,7 +3555,7 @@ type TcAssemblyResolutions(results : AssemblyResolution list, unresolved : Unres
35553555
letassumeDotNetFramework= primaryReference.SimpleAssemblyNameIs("mscorlib")
35563556
if tcConfig.frameworkthen
35573557
for sin DefaultReferencesForScriptsAndOutOfProjectSources(assumeDotNetFramework)do
3558-
yield AssemblyReference(rangeStartup,s+".dll",None)
3558+
yield AssemblyReference(rangeStartup,(if s.EndsWith(".dll")then selse s+".dll"),None)
35593559

35603560
if tcConfig.useFsiAuxLibthen
35613561
letname= Path.Combine(tcConfig.fsharpBinariesDir, GetFsiLibraryName()+".dll")

‎tests/scripts/compiler-perf-results.txt‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,3 +116,5 @@ https://github.com/manofstick/visualfsharp.git manofstick-iseq-part2 8c1c
116116
https://github.com/jack-pappas/visualfsharp.git issue-1094 10c60c53d869e03be86b7815837cf6fd73c3095b ba63403cb5898596c5e875a14ce22b33ef618c01 195.12 11.73 30.09 46.20 63.30 52.68
117117
https://github.com/dsyme/visualfsharp.git mem-tp-fix-1 0eb3de2961d80cce04e216614eb560ce12b6d459 ba63403cb5898596c5e875a14ce22b33ef618c01 200.28 10.38 30.20 46.68 61.81 51.27
118118
https://github.com/Microsoft/visualfsharp master ba63403cb5898596c5e875a14ce22b33ef618c01 ba63403cb5898596c5e875a14ce22b33ef618c01 204.45 9.93 29.26 45.39 61.16 52.88
119+
https://github.com/manofstick/visualfsharp.git all-your-collections-are-belong-to-us 87dafbc17b494c438b6db9e59e064736bd8a44e2 ba63403cb5898596c5e875a14ce22b33ef618c01 221.58 11.19 31.91 48.23 66.05 52.99
120+
https://github.com/dsyme/visualfsharp.git acv1 e37c1a96f3a3069ef37fb4325eeb09385e419cb6 ba63403cb5898596c5e875a14ce22b33ef618c01 200.59 10.45 30.36 46.08 63.29 52.91

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp