Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extension Typing Shim #1

Open
wants to merge 2,357 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
2357 commits
Select commit Hold shift + click to select a range
72233f0
Wooooo tests
Happypig375 Jun 13, 2021
e3c70ed
LangVersion test
Happypig375 Jun 13, 2021
1b7bbf8
Add one more test
Happypig375 Jun 13, 2021
ef0d40b
As 16 to 18 are WIP
Happypig375 Jun 14, 2021
ae1900d
Destroy "1 | 2 as :? int"
Happypig375 Jun 14, 2021
a56ff5a
Slap a net472 ignore
Happypig375 Jun 14, 2021
e1c785d
Eliminate tuple allocations in branching let binding rhs (#11407)
kerams Jun 16, 2021
f13b4ff
`ByteBuffer` uses `ArrayPool` to prevent LOH allocations (#11660)
TIHan Jun 16, 2021
1e750b3
Stop incremental builder from accumulating TcSymbolUses/TcResolutions…
TIHan Jun 16, 2021
0d2f666
Fix IL test after merging tuple elimination feature
vzarytovskii Jun 17, 2021
b443d1d
Merge pull request #11685 from vzarytovskii/fix-test-in-main
dsyme Jun 17, 2021
e298ca1
fix boxing promotion for locally mutable values
Jun 17, 2021
baa112d
add test
Jun 17, 2021
2798914
reduce fix
Jun 17, 2021
405b16f
simplify fix
Jun 17, 2021
ad53eb7
simplify fix
Jun 17, 2021
1c8ddd6
add test
Jun 17, 2021
b13a2b1
fix generated names in release code
Jun 17, 2021
b7cdca8
update baseline for improved names
Jun 17, 2021
01be658
Merge pull request #11690 from dsyme/r3
dsyme Jun 17, 2021
ea673de
Consolidating Roslyn workspace and FCS
TIHan Jun 18, 2021
ba1a55c
Added WorkspaceExtensions
TIHan Jun 18, 2021
5780674
More cleanup. Trying to fix tests.
TIHan Jun 19, 2021
bf3e19e
Optimize TryRewriteBranchingTupleBinding (#11698)
kerams Jun 21, 2021
db79435
Fixing IsFSharp
TIHan Jun 21, 2021
90aba6e
[main] Update dependencies from dotnet/arcade (#11693)
dotnet-maestro[bot] Jun 21, 2021
68066a2
Turn on loc PRs
jonfortescue Jun 21, 2021
dbdc77d
Got mef to almost work in testing
TIHan Jun 21, 2021
2809166
More cleanup
TIHan Jun 21, 2021
b639ae6
Merge pull request #11702 from jonfortescue/TurnOnLocPrs
brettfo Jun 22, 2021
ea35671
cleanup
TIHan Jun 22, 2021
f9c0c6e
minor cleanup
TIHan Jun 22, 2021
5c96c82
Added IFSharpVisualStudioService
TIHan Jun 22, 2021
95492d6
Some tests are passing. Removed use of EditorOptions in CheckerProvid…
TIHan Jun 22, 2021
241dc4a
cleanup
TIHan Jun 22, 2021
df62bdc
Localized file check-in by OneLocBuild Task (#11708)
dotnet-bot Jun 22, 2021
94af3d7
[main] Update dependencies from dotnet/arcade (#11707)
dotnet-maestro[bot] Jun 22, 2021
4014bec
Added Project extensions to get editor options
TIHan Jun 22, 2021
7b553df
Merge remote-tracking branch 'remote/main' into vs-consolidation
TIHan Jun 22, 2021
84d033c
Simplifying
TIHan Jun 22, 2021
97a3300
Removing all importing of FSharpProjectOptionsManager. Removed mocks …
TIHan Jun 22, 2021
f0dfcd1
Uncomment
TIHan Jun 22, 2021
efd7e75
Trying to fix build
TIHan Jun 22, 2021
41481f7
SyntaxTree: introduce SynTyparDeclList
auduchinok Jun 21, 2021
434c6f0
Update surface area
auduchinok Jun 22, 2021
3cbb272
Update constraints usages in patterns
auduchinok Jun 22, 2021
c24f559
Fix duplicate constraints
auduchinok Jun 22, 2021
1bb9cbc
Some refactoring
TIHan Jun 22, 2021
524fa8d
Make this internal
TIHan Jun 22, 2021
afce9ed
Forgot the importing constructor
TIHan Jun 22, 2021
27f44be
More refactoring
TIHan Jun 22, 2021
bc96749
Fixed completion service
TIHan Jun 22, 2021
ec59ec0
fixing tests
TIHan Jun 22, 2021
2105321
Trying to fix tests
TIHan Jun 22, 2021
69b923a
Another test fix
TIHan Jun 22, 2021
59f1fd7
More cleanup
TIHan Jun 22, 2021
4bd16d6
fixing tests
TIHan Jun 22, 2021
6ce8051
Merge pull request #11674 from Happypig375/patch-6
dsyme Jun 23, 2021
9b3846c
Merge pull request #10867 from auduchinok/synTyparDeclList
dsyme Jun 23, 2021
6911767
Update package versions (#11712)
KevinRansom Jun 23, 2021
19ade78
[main] Update dependencies from dotnet/arcade (#11714)
dotnet-maestro[bot] Jun 23, 2021
2581da7
Stop switching to threadpool
TIHan Jun 23, 2021
2050e32
Feedback changes
TIHan Jun 23, 2021
794ce49
SyntaxTree: add Range to SynSimplePat, SynSimplePats, SynTypeConstrai…
auduchinok Jun 24, 2021
7fee771
Merge pull request #11715 from TIHan/vs-threadpool-fix
dsyme Jun 24, 2021
48e06db
Merge pull request #11694 from TIHan/vs-consolidation
dsyme Jun 24, 2021
277357d
Merge remote-tracking branch 'remote/main' into vs-script-fixes
TIHan Jun 24, 2021
4697480
Fixing build
TIHan Jun 24, 2021
c48e078
Fix the YAML indent for OneLocBuild template (#11711)
jonfortescue Jun 24, 2021
682c4c0
Added DocumentInfo/ProjectInfo CreateFSharp extension
TIHan Jun 24, 2021
ed34c05
Uncomment
TIHan Jun 24, 2021
45c7887
minor cleanup
TIHan Jun 24, 2021
06d35a6
Reverting ProjectInfo/DocumentInfo additions
TIHan Jun 24, 2021
fa5d334
Minor change
TIHan Jun 24, 2021
c88dcb0
Minor revert
TIHan Jun 24, 2021
c24e14a
Added IFSharpWorkspaceProjectContext and IFSharpWorkspaceProjectConte…
TIHan Jun 24, 2021
634b7d9
Added basic misc file workspace test
TIHan Jun 24, 2021
3148886
First workspace script test done
TIHan Jun 24, 2021
bc96ed8
Added tests for scripts referencing scripts
TIHan Jun 24, 2021
10002a3
Minor fix
TIHan Jun 25, 2021
494a2d2
Minor fix
TIHan Jun 25, 2021
7df1647
Minor fix
TIHan Jun 25, 2021
ebe1770
Disable two flakey tests
TIHan Jun 25, 2021
1726c41
Merge pull request #11726 from TIHan/disable-two-tests
dsyme Jun 25, 2021
a891d06
Merge pull request #11643 from TIHan/vs-script-fixes
dsyme Jun 25, 2021
8984266
Localized file check-in by OneLocBuild Task (#11728)
dotnet-bot Jun 26, 2021
ec83cf9
Localized file check-in by OneLocBuild Task (#11727)
dotnet-bot Jun 26, 2021
f84927a
Include range of attributes in extern declaration. (#11736)
nojaf Jun 28, 2021
52130f8
Define ParsedHashDirective arguments as ParsedHashDirectiveArgument i…
nojaf Jun 28, 2021
095deb3
Localized file check-in by OneLocBuild Task: Build definition ID 499:…
dotnet-bot Jun 28, 2021
23004bc
Localized file check-in by OneLocBuild Task: Build definition ID 499:…
dotnet-bot Jun 28, 2021
784c7ad
use path separator instead of hardcoded semicolon (#11730)
baronfel Jun 28, 2021
ec3323b
Localized file check-in by OneLocBuild Task: Build definition ID 499:…
dotnet-bot Jun 28, 2021
0039756
Merge pull request #11465 from pezipink/quotation_race
dsyme Jun 29, 2021
4378143
Optimize interpolated string with no holes (#11632)
kerams Jun 29, 2021
8339418
Localized file check-in by OneLocBuild Task: Build definition ID 499:…
dotnet-bot Jun 29, 2021
2f3c057
[main] Update dependencies from dotnet/arcade (#11720)
dotnet-maestro[bot] Jun 29, 2021
bd862b8
Localized file check-in by OneLocBuild Task: Build definition ID 499:…
dotnet-bot Jun 29, 2021
4157807
Add FSC option for retrieving raw lexer tokens (#10578)
laenas Jun 29, 2021
07382fb
Allow attributes after the 'module' keyword (#11722)
Happypig375 Jun 29, 2021
698f1c1
Localized file check-in by OneLocBuild Task (#11747)
dotnet-bot Jun 29, 2021
76911eb
Added script reference test and clearing check file caches on re-crea…
TIHan Jun 29, 2021
6deea74
minor fix of duplicate definition in ServiceLexing.fsi (#11756)
goswinr Jun 30, 2021
f938c0c
Localized file check-in by OneLocBuild Task: Build definition ID 499:…
dotnet-bot Jun 30, 2021
692eaa4
fix 11620 (#11755)
dsyme Jul 1, 2021
494c5a4
Localized file check-in by OneLocBuild Task (#11766)
dotnet-bot Jul 1, 2021
9cbbf4c
Improve debugging of retail and inline code by not erasing locals and…
dsyme Jul 2, 2021
a85aac5
Add internal `block` type for use in the compiler. `IncrementalBuilde…
TIHan Jul 2, 2021
1ed872e
Localized file check-in by OneLocBuild Task (#11774)
dotnet-bot Jul 2, 2021
6cb608f
Localized file check-in by OneLocBuild Task (#11773)
dotnet-bot Jul 2, 2021
5cfd7ff
Localized file check-in by OneLocBuild Task (#11768)
dotnet-bot Jul 2, 2021
dfeb8a9
apply source-build patches (#11762)
brettfo Jul 3, 2021
d48369f
Use RunImmediate for better debug stacks (#11788)
dsyme Jul 6, 2021
a940bd5
Fix 11771 - cross-project references for projects using generative ty…
dsyme Jul 7, 2021
8c6df9c
Revert "Improve debugging of retail and inline code by not erasing lo…
dsyme Jul 7, 2021
5148e8d
Remove call to SetLength (#11796)
TIHan Jul 8, 2021
78ca728
Add RequireQualifiedAccess to ParsedHashDirectiveArgument type. (#11795)
nojaf Jul 8, 2021
33f7e88
Fix 11797 (#11799)
dsyme Jul 8, 2021
3bc3870
RunImmediate should use RunSynchronously if called on UI thread (#11805)
dsyme Jul 8, 2021
43f27c6
Correct body SynExpr of parsedData of Lambda when wildcards are invol…
nojaf Jul 9, 2021
8cce324
Cleanup and document async.fs (#11806)
dsyme Jul 9, 2021
07f156e
update System.Net.Security package from 4.3.0 to 4.3.1 (#11810)
brettfo Jul 9, 2021
5af4584
Warn unsupported attributes (#11812)
Happypig375 Jul 12, 2021
91925a4
Localized file check-in by OneLocBuild Task: Build definition ID 499:…
dotnet-bot Jul 12, 2021
a038c6f
Localized file check-in by OneLocBuild Task: Build definition ID 499:…
dotnet-bot Jul 12, 2021
99b40af
Add link to FCS preview versions (#11760)
nojaf Jul 12, 2021
a90f0f0
Update base directory probing (#11824)
KevinRansom Jul 13, 2021
e5920c1
Simplify FCS SurfaceAreaTest test (#11574)
smoothdeveloper Jul 13, 2021
b4ba6f7
Localized file check-in by OneLocBuild Task: Build definition ID 499:…
dotnet-bot Jul 13, 2021
6dd7131
Additional intrinsics for the NativePtr module (#11682)
Happypig375 Jul 13, 2021
eb8ff02
Update F# Compiler Technical Guide link (#11830)
nojaf Jul 14, 2021
95ed428
Fix ranges of function applications in Release code (#11827)
dsyme Jul 14, 2021
3d9eb5a
Localized file check-in by OneLocBuild Task: Build definition ID 499:…
dotnet-bot Jul 14, 2021
995989a
Localized file check-in by OneLocBuild Task: Build definition ID 499:…
dotnet-bot Jul 14, 2021
66879ee
[main] Update dependencies from dotnet/arcade (#11753)
dotnet-maestro[bot] Jul 14, 2021
3fd4c27
Fix tailcalls in async.fs (#11820)
dsyme Jul 14, 2021
5f24c09
[main] Update dependencies from dotnet/arcade (#11834)
dotnet-maestro[bot] Jul 15, 2021
fca1cd7
Minor test namespace refactor (#11836)
KevinRansom Jul 16, 2021
4f826ec
[main] Update dependencies from dotnet/arcade (#11838)
dotnet-maestro[bot] Jul 16, 2021
e19155e
Fix races in the ProvidedTypesContext (#11841)
DedSec256 Jul 16, 2021
f45ef81
[RFC FS-1087, FS-1097, FS-1098] tasks, resumable state machines, inli…
dsyme Jul 19, 2021
bd1c722
Fix test failure in main (due to namespace change) (#11850)
vzarytovskii Jul 19, 2021
cb6225a
Localized file check-in by OneLocBuild Task: Build definition ID 499:…
dotnet-bot Jul 19, 2021
187b5d5
Return Fsc command line args from CoreCompile (#11846)
baronfel Jul 19, 2021
4fc219e
[main] Update dependencies from dotnet/arcade (#11845)
dotnet-maestro[bot] Jul 19, 2021
7ce3247
Cleanup: remove redundant parens (#11857)
auduchinok Jul 21, 2021
1dbbd55
Cleanup: redundant union case field patterns (#11860)
auduchinok Jul 21, 2021
e3b9b45
Restore spell checker dictionary (#11855)
auduchinok Jul 21, 2021
001cbd6
Cleanup: remove redundant qualifiers (#11859)
auduchinok Jul 21, 2021
9a13dbb
Localized file check-in by OneLocBuild Task: Build definition ID 499:…
dotnet-bot Jul 21, 2021
9d4fb7d
[main] Update dependencies from dotnet/arcade (#11854)
dotnet-maestro[bot] Jul 21, 2021
a7a47cf
Cleanup: remove redundant 'new' (#11858)
auduchinok Jul 21, 2021
7250a7e
Cleanup: attributes (#11867)
auduchinok Jul 21, 2021
8a62ed9
Cleanup: remove unused opens (#11856)
auduchinok Jul 21, 2021
edeb974
Added basic F# notebook for benchmarking (#11870)
TIHan Jul 22, 2021
d6fba3a
More cleanup (#11869)
auduchinok Jul 22, 2021
11d81ea
Extend SynExpr.IfThenElse with keyword information. (#11835)
nojaf Jul 23, 2021
212f9f8
Localized file check-in by OneLocBuild Task: Build definition ID 499:…
dotnet-bot Jul 23, 2021
0df3819
localization (#11880)
KevinRansom Jul 25, 2021
b856984
GetTempFile() (#11853)
KevinRansom Jul 25, 2021
32d8989
Localized file check-in by OneLocBuild Task: Build definition ID 499:…
dotnet-bot Jul 26, 2021
786714e
Localized file check-in by OneLocBuild Task: Build definition ID 499:…
dotnet-bot Jul 26, 2021
b831e4f
[main] Update dependencies from dotnet/arcade (#11882)
dotnet-maestro[bot] Jul 27, 2021
8169f2c
Use net6 previews for building (#11545)
vzarytovskii Aug 4, 2021
78c146d
Remove Visual Studio Online (#11913)
ShalokShalom Aug 4, 2021
6f7e2a0
Check qualifier reported types after filtering errors (#11909)
auduchinok Aug 4, 2021
a785d0b
Add missing _SetPathMapFromSourceRoots target from Roslyn (#11921)
baronfel Aug 9, 2021
f767719
RFC FS-1108 - Allow more undentations and remove inconsistencies (#11…
Happypig375 Aug 9, 2021
7b7965a
cleanup renaming (#11937)
dsyme Aug 9, 2021
d4370dc
Localized file check-in by OneLocBuild Task: Build definition ID 499:…
dotnet-bot Aug 9, 2021
ba10b68
Renamed global.json in manual tests, as it messes up with AzDO Pipeli…
vzarytovskii Aug 9, 2021
3a610e0
Add arrow range to SynExpr.Lambda and SynMatchClause (#11905)
nojaf Aug 10, 2021
3b0e1b7
fix async task completion on UI thread (#11947)
dsyme Aug 10, 2021
15a7c32
Localized file check-in by OneLocBuild Task: Build definition ID 499:…
dotnet-bot Aug 11, 2021
38caa24
Fix 9369 - index setters with param array (#11942)
dsyme Aug 12, 2021
1560dbc
minor typo in docstring cref (#11956)
goswinr Aug 12, 2021
1a30c19
Set NonParallelizable on tests assembly (#11917)
KevinRansom Aug 12, 2021
96e1782
second part of #11755 (#11763)
dsyme Aug 12, 2021
a717e53
[RFC FS-1113] Additions to collection functions (#11888)
uxsoft Aug 12, 2021
6855e5b
Don't store TcGlobals in FSharpSymbolUse (#11932)
auduchinok Aug 12, 2021
d5cc116
[RFC FS-1093] Additional type directed conversions (#10884)
dsyme Aug 13, 2021
4049ab6
Localized file check-in by OneLocBuild Task: Build definition ID 499:…
dotnet-bot Aug 13, 2021
34d4ede
Add Instantiation to FSharpSymbolUse (#11934)
auduchinok Aug 13, 2021
a7cc3bb
don't use 'abs' in hash codes (#11965)
dsyme Aug 14, 2021
f1d420b
Localized file check-in by OneLocBuild Task: Build definition ID 499:…
dotnet-bot Aug 14, 2021
d70f4ab
Array.skip does not fail on negativ count, updated docstring (#11975)
goswinr Aug 17, 2021
0b2c732
add comments and tests of keys and values order (#11974)
uxsoft Aug 17, 2021
ffbc0d4
Fix #11962 - Build VisualFSharp.sln fails with FSharpEmbedResXSource …
KevinRansom Aug 17, 2021
7281c70
[Experiment] Pin sdk version for plain build + build service solution…
vzarytovskii Aug 17, 2021
dc6cd9d
[main] Update dependencies from dotnet/arcade (#11902)
dotnet-maestro[bot] Aug 17, 2021
55df161
[main] Update dependencies from dotnet/arcade (#11984)
dotnet-maestro[bot] Aug 17, 2021
10d5ef2
Breakpoints on pipeline stages (#11957)
dsyme Aug 17, 2021
6b6c78c
List.skip does not fail on negative count (#11983)
goswinr Aug 17, 2021
3b16e05
Install both latest public and latest stable SDKs. Check that solutio…
vzarytovskii Aug 18, 2021
9d92884
[main] Update dependencies from dotnet/arcade (#11990)
dotnet-maestro[bot] Aug 18, 2021
ac2ce91
Fix some debug glitches (#11981)
dsyme Aug 18, 2021
ef4474f
Update PatternMatchCompilation.fs (#11992)
dsyme Aug 19, 2021
63ec4ae
[main] Update dependencies from dotnet/arcade (#11995)
dotnet-maestro[bot] Aug 19, 2021
56d0cf4
[main] Update dependencies from dotnet/arcade (#11999)
dotnet-maestro[bot] Aug 20, 2021
d83c79f
Change default scripting to NetSDK (#11997)
KevinRansom Aug 20, 2021
2342809
[main] Update dependencies from dotnet/arcade (#12008)
dotnet-maestro[bot] Aug 21, 2021
69f4495
Additions to immutable collections - Added examples in xmldoc (#12007)
uxsoft Aug 22, 2021
699291a
[RFC FS-1110, 1111] index syntax and ref cell op deprecation (#11900)
dsyme Aug 23, 2021
2cd5b65
Syntax tree: produce attributes without owner (#12014)
auduchinok Aug 23, 2021
3b0376b
Localized file check-in by OneLocBuild Task: Build definition ID 499:…
dotnet-bot Aug 23, 2021
a365b05
Cleanup and preparatory work for adding 'open' declarations to inform…
dsyme Aug 23, 2021
9ac9243
[CompilerPerf] Added benchmark comparisons of older versions of FShar…
TIHan Aug 24, 2021
a31c18e
fix regression in debug codegen (#12021)
dsyme Aug 24, 2021
ceb2fd0
Update release-notes.md (#12024)
dsyme Aug 24, 2021
664dd97
update docstring: line<>column (#12032)
goswinr Aug 24, 2021
185ddc8
fix #12025, fix a case where wrong warning was reported for a method …
dsyme Aug 24, 2021
99b296b
Fix 7456, 3704, 12019 (debug scopes, self arg, incorrect information …
dsyme Aug 25, 2021
92bc169
[main] Update dependencies from dotnet/arcade (#12036)
dotnet-maestro[bot] Aug 25, 2021
e049864
skip flaky test
brettfo Aug 26, 2021
0fa76f2
[main] Update dependencies from dotnet/arcade (#12041)
dotnet-maestro[bot] Aug 26, 2021
ef6651c
[main] Update dependencies from dotnet/arcade (#12050)
dotnet-maestro[bot] Aug 27, 2021
d724af2
Parser: fix range for missing lambda body arb expression (#12015)
auduchinok Aug 27, 2021
208aff8
Prevent inaccessible members from appearing in tooltips (#12048)
TIHan Aug 28, 2021
33033f5
Localized file check-in by OneLocBuild Task: Build definition ID 499:…
dotnet-bot Aug 30, 2021
1d7d97e
Prevent inaccessible members from being generated for a signature (#1…
TIHan Aug 30, 2021
38f966d
Parser: add recovery for unfinished match clauses (#10872)
auduchinok Aug 30, 2021
ddfd56f
[main] Update dependencies from dotnet/arcade (#12057)
dotnet-maestro[bot] Aug 31, 2021
df59876
[main] Update dependencies from dotnet/arcade (#12087)
dotnet-maestro[bot] Sep 2, 2021
efeb98e
Fix embedded PDB support on big-endian systems (#12086)
uweigand Sep 2, 2021
791d4dd
Fix 12085 (#12095)
dsyme Sep 2, 2021
64b3354
Parser: better tree for unfinished paren patterns (#12065)
auduchinok Sep 2, 2021
2d4cc88
[main] Update dependencies from dotnet/arcade (#12101)
dotnet-maestro[bot] Sep 3, 2021
b3d46d4
Printing updates (#12072)
dsyme Sep 3, 2021
c88b795
[RFC FS-1114] Make long-established deprecation warning messages into…
dsyme Sep 5, 2021
e2868d9
Localized file check-in by OneLocBuild Task: Build definition ID 499:…
dotnet-bot Sep 6, 2021
e1259cb
[main] Update dependencies from dotnet/arcade (#12112)
dotnet-maestro[bot] Sep 6, 2021
a836fb7
Enable parallelism for VS find-all-refs (#12107)
TIHan Sep 6, 2021
62683f1
Zero init values on demand despite SkipLocalsInit being set (#11688)
kerams Sep 6, 2021
7fa9ebf
[main] Update dependencies from dotnet/arcade (#12120)
dotnet-maestro[bot] Sep 7, 2021
212c726
Localized file check-in by OneLocBuild Task: Build definition ID 499:…
dotnet-bot Sep 7, 2021
cea8e70
Add language tags to the existing example code sections (#12129)
baronfel Sep 8, 2021
2cd818a
Sorted the string.fsi entries and added examples to each one (#12130)
MecuStefan Sep 9, 2021
4ee2816
[main] Update dependencies from dotnet/arcade (#12132)
dotnet-maestro[bot] Sep 10, 2021
e3eab10
[main] Update dependencies from dotnet/arcade (#12143)
dotnet-maestro[bot] Sep 14, 2021
108da53
Some examples for the List module. Small refactor of the String examp…
MecuStefan Sep 14, 2021
37b0a4d
Samples for seq module (#12133)
JYCabello Sep 15, 2021
63bef2c
use shipped FSHarp.Core for FSHarp.Compiler.Service.sln (#12149)
dsyme Sep 15, 2021
006bffd
add example placeholders and clean up some signature files (#12161)
dsyme Sep 16, 2021
792a5d4
code cleanup (#12121)
dsyme Sep 16, 2021
26089ea
wip
DedSec256 Aug 24, 2021
b78ba42
surface area
DedSec256 Aug 24, 2021
5a9dcee
fixes
DedSec256 Aug 25, 2021
9155794
remove unnecessary
DedSec256 Aug 25, 2021
c1afbfe
fix for test
DedSec256 Aug 25, 2021
6eaf9f4
add documentation
DedSec256 Sep 16, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
40 changes: 40 additions & 0 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
#-------------------------------------------------------------------------------------------------------------
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License. See https://go.microsoft.com/fwlink/?linkid=2090316 for license information.
#-------------------------------------------------------------------------------------------------------------

FROM mcr.microsoft.com/dotnet/core/sdk:3.1

# Avoid warnings by switching to noninteractive
ENV DEBIAN_FRONTEND=noninteractive

# This Dockerfile adds a non-root user with sudo access. Use the "remoteUser"
# property in devcontainer.json to use it. On Linux, the container user's GID/UIDs
# will be updated to match your local UID/GID (when using the dockerFile property).
# See https://aka.ms/vscode-remote/containers/non-root-user for details.
ARG USERNAME=vscode
ARG USER_UID=1000
ARG USER_GID=$USER_UID

# Configure apt and install packages
RUN apt-get update \
&& apt-get -y install --no-install-recommends apt-utils dialog 2>&1 \
#
# Verify git, process tools, lsb-release (common in install instructions for CLIs) installed
&& apt-get -y install git openssh-client less iproute2 procps lsb-release \
#
# Create a non-root user to use if preferred - see https://aka.ms/vscode-remote/containers/non-root-user.
&& groupadd --gid $USER_GID $USERNAME \
&& useradd -s /bin/bash --uid $USER_UID --gid $USER_GID -m $USERNAME \
# [Optional] Add sudo support for the non-root user
&& apt-get install -y sudo \
&& echo $USERNAME ALL=\(root\) NOPASSWD:ALL > /etc/sudoers.d/$USERNAME\
&& chmod 0440 /etc/sudoers.d/$USERNAME \
#
# Clean up
&& apt-get autoremove -y \
&& apt-get clean -y \
&& rm -rf /var/lib/apt/lists/*

# Switch back to dialog for any ad-hoc use of apt-get
ENV DEBIAN_FRONTEND=dialog
34 changes: 34 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
// For format details, see https://aka.ms/vscode-remote/devcontainer.json or this file's README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.108.0/containers/dotnetcore-3.1-fsharp
{
"name": "F# (.NET Core 3.1)",
"dockerFile": "Dockerfile",

// Set *default* container specific settings.json values on container create.
//
// .NET Core is now the default for F# in .NET Core 3.0+
// However, .NET Core scripting is not the default yet. Set that to true.
"settings": {
"terminal.integrated.shell.linux": "/bin/bash",
"FSharp.useSdkScripts":true,
"editor.trimAutoWhitespace": false,
"files.trimTrailingWhitespace": false,
"FSharp.suggestGitignore": false,
"FSharp.workspacePath": "FSharp.sln"
},

// Add the IDs of extensions you want installed when the container is created.
"extensions": [
"Ionide.Ionide-fsharp",
"ms-dotnettools.csharp"
],

// Use 'forwardPorts' to make a list of ports inside the container available locally.
// "forwardPorts": [],

// Use 'postCreateCommand' to run commands after the container is created.
"postCreateCommand": "./build.sh",

// Uncomment to connect as a non-root user. See https://aka.ms/vscode-remote/containers/non-root.
// "remoteUser": "vscode"
}
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,21 @@ assignees: ''
---

**Is your feature request related to a problem? Please describe.**

A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe the solution you'd like**

A clear and concise description of what you want to happen.

**Describe alternatives you've considered**

A clear and concise description of any alternative solutions or features you've considered.

**Additional context**

If the issue is about:
* improving a compiler error message, please mention "related: #1103"
* improving/adjusting the parser, please mention "related: #11481"

Add any other context or screenshots about the feature request here.
50 changes: 22 additions & 28 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# output location
artifacts/
BenchmarkDotNet.Artifacts/

/tests/scripts/current
.dotnet/
Expand All @@ -9,50 +10,29 @@ artifacts/
# Patches that may have been generated by scripts.
# (These aren't generally useful to commit directly; if anything, they should be applied.)
scripts/*.patch
/fcs/FSharp.Compiler.Service/illex.fs
/fcs/FSharp.Compiler.Service/ilpars.fs
/fcs/FSharp.Compiler.Service/ilpars.fsi
/fcs/FSharp.Compiler.Service/lex.fs
/fcs/FSharp.Compiler.Service/pars.fs
/fcs/FSharp.Compiler.Service/pars.fsi
/fcs/FSharp.Compiler.Service/pplex.fs
/fcs/FSharp.Compiler.Service/pppars.fs
/fcs/FSharp.Compiler.Service/pppars.fsi
/src/*.userprefs
/src/fsharp/FSStrings.resources
/src/fsharp/FSharp.Build/*.resx
/src/fsharp/FSharp.Build-proto/*.resx
/src/fsharp/FSharp.Build-proto/*.resources
/src/fsharp/FSharp.Compiler-proto/*.resx
/src/fsharp/FSharp.Compiler-proto/*.resources
/src/fsharp/FSharp.Compiler-proto/*.sln
/src/fsharp/FSharp.Compiler-proto/*.userprefs
/src/fsharp/fsi/*.resx
/src/fsharp/FSharp.Compiler.Interactive.Settings/*.resx
/src/fsharp/FSharp.Compiler.Server.Shared/*.resx
/src/fsharp/fsi/Fsi.sln
/src/fsharp/FSharp.Build/*.resources
/src/fsharp/FSharp.Compiler.Private/*.resx
/src/fsharp/FSharp.Compiler.Private/*.resources
/src/fsharp/FSharp.Compiler.Private/*.sln
/src/fsharp/FSharp.Compiler.Private/*.userprefs
/src/fsharp/FSharp.Compiler.Service/*.resx
/src/fsharp/FSharp.Compiler.Service/*.resources
/src/fsharp/FSharp.Compiler.Service/*.sln
/src/fsharp/FSharp.Compiler.Service/*.userprefs
/src/fsharp/FSharp.Compiler.Service/StandardOutput.txt
/src/fsharp/FSharp.Compiler.Service/StandardError.txt
/src/*.log
/src/fsharp/Fsc-proto/illex.fs
/src/fsharp/Fsc-proto/ilpars.fs
/src/fsharp/Fsc-proto/ilpars.fsi
/src/fsharp/Fsc-proto/lex.fs
/src/fsharp/Fsc-proto/pars.fs
/src/fsharp/Fsc-proto/pars.fsi
/src/fsharp/Fsc-proto/pplex.fs
/src/fsharp/Fsc-proto/pppars.fs
/src/fsharp/Fsc-proto/pppars.fsi
/src/fsharp/FSharp.LanguageService.Compiler/illex.*
/src/fsharp/FSharp.LanguageService.Compiler/ilpars.*
/src/fsharp/FSharp.LanguageService.Compiler/lex.*
/src/fsharp/FSharp.LanguageService.Compiler/pars.*
/src/fsharp/FSharp.LanguageService.Compiler/pplex.fs
/src/fsharp/FSharp.LanguageService.Compiler/pppars.fs
/src/fsharp/FSharp.LanguageService.Compiler/pppars.fsi
/src/fsharp/*/Properties/launchSettings.json
/vsintegration/src/unittests/Unittests.fsi
/tests/*FSharp_Failures.env
/tests/*FSharp_Failures.lst
Expand Down Expand Up @@ -130,3 +110,17 @@ msbuild.binlog
/fcs/FSharp.Compiler.Service.netstandard/*.fsi
/.ionide/
**/.DS_Store
/tests/fsharp/regression/5531/compilation.output.test.txt
/tests/fsharp/core/fsfromfsviacs/compilation.langversion.old.output.txt
/tests/fsharp/core/fsfromfsviacs/compilation.errors.output.txt
*ncrunch*.user
_NCrunch_*
.*crunch*.local.xml
nCrunchTemp_*

.idea
/tests/fsharp/core/members/set-only-property/vb.dll
/tests/fsharp/core/members/set-only-property/fs.dll
/tests/fsharp/core/members/set-only-property/cs.dll

.fake
23 changes: 0 additions & 23 deletions .vscode/launch.json

This file was deleted.

7 changes: 7 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"editor.trimAutoWhitespace": false,
"files.trimTrailingWhitespace": false,
"FSharp.suggestGitignore": false,
"FSharp.workspacePath": "FSharp.sln",
"dotnet-test-explorer.testProjectPath": "tests/*Tests/"
}
16 changes: 0 additions & 16 deletions .vscode/tasks.json

This file was deleted.

2 changes: 0 additions & 2 deletions .vsconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
"Microsoft.VisualStudio.Component.Roslyn.Compiler",
"Microsoft.VisualStudio.Component.Roslyn.LanguageServices",
"Microsoft.VisualStudio.Component.FSharp",
"Microsoft.Net.Core.Component.SDK.2.1",
"Microsoft.NetCore.ComponentGroup.DevelopmentTools.2.1",
"Microsoft.Net.Component.4.7.2.SDK",
"Microsoft.Net.Component.4.7.2.TargetingPack",
"Microsoft.Net.ComponentGroup.DevelopmentPrerequisites",
Expand Down
Loading