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

Commitdf6ca6d

Browse files
dsymedsyme
dsyme
authored and
dsyme
committed
Merge branch 'master' ofhttps://github.com/fsharp/fsharp into nogac
2 parents68fa0e7 +ec3396b commitdf6ca6d

File tree

489 files changed

+17662
-17991
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

489 files changed

+17662
-17991
lines changed

‎.gitignore‎

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@
77
# (These aren't generally useful to commit directly; if anything, they should be applied.)
88
scripts/*.patch
99

10+
/fcs/FSharp.Compiler.Service/illex.fs
11+
/fcs/FSharp.Compiler.Service/ilpars.fs
12+
/fcs/FSharp.Compiler.Service/ilpars.fsi
13+
/fcs/FSharp.Compiler.Service/lex.fs
14+
/fcs/FSharp.Compiler.Service/pars.fs
15+
/fcs/FSharp.Compiler.Service/pars.fsi
16+
/fcs/FSharp.Compiler.Service/pplex.fs
17+
/fcs/FSharp.Compiler.Service/pppars.fs
18+
/fcs/FSharp.Compiler.Service/pppars.fsi
1019
/src/*.userprefs
1120
/src/fsharp/FSStrings.resources
1221
/src/fsharp/FSharp.Build/*.resx
@@ -26,15 +35,6 @@ scripts/*.patch
2635
/src/fsharp/FSharp.Compiler.Private/*.sln
2736
/src/fsharp/FSharp.Compiler.Private/*.userprefs
2837
/src/*.log
29-
/src/fsharp/FSharp.Compiler.Private/illex.fs
30-
/src/fsharp/FSharp.Compiler.Private/ilpars.fs
31-
/src/fsharp/FSharp.Compiler.Private/ilpars.fsi
32-
/src/fsharp/FSharp.Compiler.Private/lex.fs
33-
/src/fsharp/FSharp.Compiler.Private/pars.fs
34-
/src/fsharp/FSharp.Compiler.Private/pars.fsi
35-
/src/fsharp/FSharp.Compiler.Private/pplex.fs
36-
/src/fsharp/FSharp.Compiler.Private/pppars.fs
37-
/src/fsharp/FSharp.Compiler.Private/pppars.fsi
3838
/src/fsharp/Fsc-proto/illex.fs
3939
/src/fsharp/Fsc-proto/ilpars.fs
4040
/src/fsharp/Fsc-proto/ilpars.fsi
@@ -199,6 +199,7 @@ FSharp.Core.Nuget/*.nupkg
199199
tests/fsharpqa/Source/*FSharpQA_Failures.env
200200
tests/fsharpqa/Source/*FSharpQA_Failures.lst
201201
*.csproj.user
202+
*.fsproj.user
202203
*.sln.DotSettings.user
203204
*.ide
204205
*.log

‎.travis.yml‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
language:csharp
2+
dist:trusty
3+
sudo:true
24

35
os:
46
-linux

‎CHANGELOG-fsharp.md‎

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
1+
4.1.27
2+
* Integrate visualfsharp master
3+
4+
4.1.26
5+
* Tag latest
6+
17
4.1.25
28
*[Make F# resources work more like C#](https://github.com/fsharp/fsharp/pull/761)
39
* Fix[Warning regarding WinForms on launch of`fsharpi` on mono](https://github.com/fsharp/fsharp/pull/767)
410

511
4.1.24
612
* Build using Mono 5.0 and msbuild
713

8-
4.1.23
14+
4.1.27
915
* Fix nuget package for FSharp.Compiler.Tools System.ValueTuple.dll
1016

1117
4.1.21

‎CHANGELOG-visualfsharp.md‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11

22
Copyright (c) Microsoft Corporation. All Rights Reserved.
33

4-
Licensed under the Apache License, Version 2.0.
54
See License.txt in the project root for license information.
65

76
Visual F<span>#</span>

‎DotnetCLIToolsVersion.txt‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.0-preview2-006494
1+
2.0.0-preview2-006502

‎FSharp.sln‎

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -205,18 +205,6 @@ Global
205205
{2E60864A-E3FF-4BCC-810F-DC7C34E6B236}.Release|Any CPU.Build.0=Release|Any CPU
206206
{2E60864A-E3FF-4BCC-810F-DC7C34E6B236}.Release|x86.ActiveCfg=Release|Any CPU
207207
{2E60864A-E3FF-4BCC-810F-DC7C34E6B236}.Release|x86.Build.0=Release|Any CPU
208-
{A437A6EC-5323-47C2-8F86-E2CAC54FF152}.Debug|Any CPU.ActiveCfg=Debug|Any CPU
209-
{A437A6EC-5323-47C2-8F86-E2CAC54FF152}.Debug|Any CPU.Build.0=Debug|Any CPU
210-
{A437A6EC-5323-47C2-8F86-E2CAC54FF152}.Debug|x86.ActiveCfg=Debug|Any CPU
211-
{A437A6EC-5323-47C2-8F86-E2CAC54FF152}.Debug|x86.Build.0=Debug|Any CPU
212-
{A437A6EC-5323-47C2-8F86-E2CAC54FF152}.Proto|Any CPU.ActiveCfg=Proto|Any CPU
213-
{A437A6EC-5323-47C2-8F86-E2CAC54FF152}.Proto|Any CPU.Build.0=Proto|Any CPU
214-
{A437A6EC-5323-47C2-8F86-E2CAC54FF152}.Proto|x86.ActiveCfg=Proto|Any CPU
215-
{A437A6EC-5323-47C2-8F86-E2CAC54FF152}.Proto|x86.Build.0=Proto|Any CPU
216-
{A437A6EC-5323-47C2-8F86-E2CAC54FF152}.Release|Any CPU.ActiveCfg=Release|Any CPU
217-
{A437A6EC-5323-47C2-8F86-E2CAC54FF152}.Release|Any CPU.Build.0=Release|Any CPU
218-
{A437A6EC-5323-47C2-8F86-E2CAC54FF152}.Release|x86.ActiveCfg=Release|Any CPU
219-
{A437A6EC-5323-47C2-8F86-E2CAC54FF152}.Release|x86.Build.0=Release|Any CPU
220208
EndGlobalSection
221209
GlobalSection(SolutionProperties) =preSolution
222210
HideSolutionNode =FALSE
@@ -235,6 +223,5 @@ Global
235223
{88E2D422-6852-46E3-A740-83E391DC7973} ={CFE3259A-2D30-4EB0-80D5-E8B5F3D01449}
236224
{4239EFEA-E746-446A-BF7A-51FCBAB13946} ={CFE3259A-2D30-4EB0-80D5-E8B5F3D01449}
237225
{2E60864A-E3FF-4BCC-810F-DC7C34E6B236} ={CFE3259A-2D30-4EB0-80D5-E8B5F3D01449}
238-
{A437A6EC-5323-47C2-8F86-E2CAC54FF152} ={3881429D-A97A-49EB-B7AE-A82BA5FE9C77}
239226
EndGlobalSection
240227
EndGlobal

‎ISSUE_TEMPLATE.md‎

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ Provide the steps required to reproduce the problem
1010

1111
2. Step B
1212

13+
If possible attach a zip file with the repro case. This often makes it easier for others to reproduce.
14+
The zip file should ideally represent the situation just before the call/step that is problematic.
15+
1316
####Expected behavior
1417

1518
Provide a description of the expected behaviour.
@@ -33,5 +36,3 @@ Provide any related information
3336
* Links to F# RFCs or entries onhttps://github.com/fsharp/fslang-suggestions
3437
* Links to performance testing scripts
3538
* Indications of severity
36-
37-

‎LICENSE‎

Lines changed: 0 additions & 56 deletions
This file was deleted.

‎License.txt‎

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
The MIT License (MIT)
2+
3+
Copyright (c) Microsoft Corporation.
4+
All rights reserved.
5+
6+
Permission is hereby granted, free of charge, to any person obtaining a copy
7+
of this software and associated documentation files (the "Software"), to deal
8+
in the Software without restriction, including without limitation the rights
9+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10+
copies of the Software, and to permit persons to whom the Software is
11+
furnished to do so, subject to the following conditions:
12+
13+
The above copyright notice and this permission notice shall be included in all
14+
copies or substantial portions of the Software.
15+
16+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22+
SOFTWARE.
23+

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp