forked from dotnet/fsharp
-
Notifications
You must be signed in to change notification settings - Fork 0
merge from master #10
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Simplify Nugets * Re-remove ValidateConfiguration * Re-remove ValidateConfiguration * fsianycpu.config was inadvertently deleted * FSC.proj merge issue * fsharp.core.proj * Remove prerequisited from vsixmanifest
This fixes #1728 and makes sure we are checking the error code. This PR also removes the exclude option from build.cmd which was causing batch file hell (because of the use of a ! character!), which was only used to exclude Expensive tests. Now use an explicit include Expensive .
* Simplify Nugets * Re-remove ValidateConfiguration * Re-remove ValidateConfiguration * fsianycpu.config was inadvertently deleted * FSC.proj merge issue * fsharp.core.proj * Remove prerequisited from vsixmanifest * Use publish for fsharp.core.unittests * remove tuplesample.dlls * Fix tuplesample reference * correct profile for fsharp.core.unittests * typo * Remove pre-requisites again * Put readme in artifacts directory to ensure it exists
* Cleanup 'fsharp' suite * remove resx arguments processing and System.Windows.Forms dependency * add FSharp.sln * Normalize code in fsc.fs and add comments * Normalize, simplify and cleanup lists of FX_NO_XYZ defines * Delete all batch files from "fsharp" suite * Remove FSHarp.Compiler.Hosted, it was silly * Remove testing for portable profiles from "fsharp" suite as it was mostly disabled * Reinstate ``isNil`` for ``List.empty`` * Normalize ``#if`` followed by empty then ``#else`` * Remove unused defines * Remove old stay-resident compiler that was used on Mono years ago
This test is failing regularly on AppVeyor, hopefully this helps.
Make Async.AwaitHandle Timeout test more lenient.
* fix 1393 and simplify fsharp test suite * fix 1393 and simplify fsharp test suite * play errors only once * fix tests * fix tests
* remove restriction on static linking * add test case * fix test * fix test * check static linking of mscorlib-based into System.Runtime DLLs * merge master * fix test
* Use vssdk from nuget * forget to commit packages.config
* gitignore 'tests/fsharpqa/testenv/bin/' * fix paths for posh * ensure preview2 of dotnet cli is used with global.json * delete global.json
Additional testing for CoreCLR and make it easier to play with F# Compiler and Interactive on CoreCLR
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.