Kevin Ransom (msft)
6a1efe1f56
Remove vsdebug vsrelease
2016-04-20 20:43:00 -07:00
Enrico Sada
ed040f4efb
delete and ignore project.lock.json
2016-04-12 01:25:18 +02:00
KevinRansom
952385592f
merge
2016-04-04 20:38:42 -07:00
Omar Tawfik
e3572fa115
Microbuild support for F# codebase
2016-03-29 11:19:35 -07:00
KevinRansom
ff33abbc83
Handle feedback
2016-03-15 02:02:01 -07:00
Steffen Forkmann
fa1e55a673
Gitignore generated FSharp.Core.dll
2016-01-29 14:26:55 +01:00
Omar Tawfik
62723aad7c
Fixing failed tests
2016-01-24 01:18:20 -08:00
KevinRansom
4afd93e219
Merge branch 'vs2015'
...
Fix conflicts:
src/fsharp/FSComp.txt
tests/fsharp/typecheck/sigs/neg91.bsl
tests/fsharp/typecheck/sigs/neg91.fs
2016-01-19 21:49:54 -08:00
KevinRansom
c2becd49b1
Merge branch 'fix-sp-errors' of https://github.com/dsyme/visualfsharp into dsyme-fix-sp-errors
...
Fix conflicts: tests/test.lst
2016-01-19 20:11:58 -08:00
Omar Tawfik
3deda3522b
Update LKG to F# 4.0
2015-12-09 11:04:04 -08:00
Omar Tawfik
624b58ae77
Update LKG to 4.0
2015-12-08 13:19:05 -08:00
Omar Tawfik
17a69f3068
Changed all source references from F# 4.0 to F# 4.1
2015-12-02 11:01:56 -08:00
Don Syme
8637d0d2a8
Fix error reporting for GetStaticParametersForMethod
2015-10-27 15:09:10 +00:00
dungpa
3dd2d625d9
Don't suppress missing FSI transitive references
...
closes https://github.com/Microsoft/visualfsharp/pull/626
fixes https://github.com/Microsoft/visualfsharp/issues/509
2015-09-16 11:19:05 -07:00
enricosada
f9caa57a1e
ignore generated files of 'tests/fsharp' test suite run
2015-09-08 15:46:04 -07:00
latkin
c65169030a
Merge branch 'master' into fsharp4
...
Conflicts:
.gitignore
src/fsharp/FSComp.txt
2015-02-20 17:31:12 -08:00
enricosada
7218516756
merge changes of open fsharp repo
...
closes #252
2015-02-20 16:21:55 -08:00
latkin
ff4a680bf7
Merge branch 'master' into fsharp4
...
Conflicts:
README.md
appveyor-build.cmd
tests/RunTests.cmd
2015-02-10 14:06:57 -08:00
latkin
4253d26886
Update .gitignore
2015-02-10 13:51:43 -08:00
latkin
95bfc9e37e
Fixup/cleanup/refactorings to build infra
2015-02-09 19:16:22 -08:00
KevinRansom
aedb22fb40
Merge branch 'fsharp4' into VS2015Support
...
Conflicts:
.gitignore
2015-02-02 14:08:09 -08:00
latkin
5e2447286d
Fix up surface area tests, support surface area for net20 + all portable profiles
...
closes #179
commit b83531fb8893c3e81a60885af17f6b8eb7c46ee6
Author: latkin <latkin@microsoft.com>
Date: Fri Jan 30 09:20:00 2015 -0800
Smarter normalization of line endings -- handle \r\n and plain \n
commit 65ba3d717d9d9e37f589f5efb811d5f8d7825339
Author: latkin <latkin@microsoft.com>
Date: Fri Jan 30 01:05:34 2015 -0800
Cleanup/fixes to unit test project
commit 71eff0d253ad011b2603d56c366491574a158b7c
Author: latkin <latkin@microsoft.com>
Date: Fri Jan 30 00:32:28 2015 -0800
Add comments, cleanup
commit 0c5a13390be7018abdfaf8689aad79d9e0b899b9
Author: latkin <latkin@microsoft.com>
Date: Fri Jan 30 00:15:26 2015 -0800
Unification and refactoring
commit dc4d9309fc20970122e61156f87ff4c7f224ebdb
Author: latkin <latkin@microsoft.com>
Date: Thu Jan 29 22:38:12 2015 -0800
Fix up net20 tests, adjust fsproj
commit 65e231916d840a57d746c1724fc182633ddacb00
Author: latkin <latkin@microsoft.com>
Date: Thu Jan 29 19:06:34 2015 -0800
Fix up surface area tests
2015-02-02 13:16:39 -08:00
KevinRansom
858b5eae45
Fix build for: FSharp.Compiler-proto.fsproj
...
revert to use msbuild libraries that come with the core framework, which requires eliminating .net 4.51 checking when building proto compiler.
when building the protocompiler, Seq.list is not available so instead use copied implementation for generalized slicing parser only when building proto compiler.
2015-01-30 16:26:45 -08:00
KevinRansom
6a6343f8f1
Git is not interested in the build output directories vsdebug and vsrelease and also not the nuget packages directory
2015-01-30 12:34:26 -08:00
Anh-Dung Phan
7bf815896a
Make sure that EnableOpenSource is installed on VS 2015
...
Also include the License file in VSIX
closes #139
commit ebc858ee82b32fbddc26ddbbc2dc4496b2b5ea6e
Author: Anh-Dung Phan <phananhdung309@yahoo.com>
Date: Tue Jan 27 12:56:30 2015 +0000
Ignore a few files generated by VS 2015
commit addaa2e343c2b69b925d4db764b05ed3ceb393bf
Author: Anh-Dung Phan <phananhdung309@yahoo.com>
Date: Tue Jan 27 12:56:08 2015 +0000
Make sure that EnableOpenSource is installed on VS 2015
Also include the License file in VSIX
2015-01-27 17:35:12 -08:00
latkin
492c1af20a
Updates to .gitignore
...
- Ignore new files introduced in fsharp4 branch, as they might be hanging around when you switch to master
- Ignore some test directories
- Ignore various other stuff already marked in fsharp4
(changeset 1401726)
2015-01-21 13:45:43 -08:00
enricosada
5c51d4946c
Fix all warnings, enable warning as error on all projects, other cleanup
...
commit 19c332f8666f38fc5de384e2d3dccd0781cf8090
Author: latkin <latkin@microsoft.com>
Date: Mon Dec 15 12:39:07 2014 -0800
Small fix to project file
commit bba830243fc9301438bde290982a6cec7bb74059
Author: latkin <latkin@microsoft.com>
Date: Mon Dec 15 11:12:20 2014 -0800
Add comment on new 'ignore' lines
commit 696539894a4b42bba77daf2adce82c9d001cab96
Merge: bf32157
cb61ba1
Author: latkin <latkin@microsoft.com>
Date: Mon Dec 15 10:38:47 2014 -0800
Merge branch 'no_warnings' of https://git01.codeplex.com/forks/esada/fsharp into warn
commit cb61ba1a48f6c68c449465356b6d02bdb11559d7
Author: enricosada <enrico@sada.io>
Date: Thu Nov 27 17:54:42 2014 +0100
ignore *.csproj.user
commit 4445d253be31ba617a5dd043f9da7bbe7a409044
Author: enricosada <enrico@sada.io>
Date: Thu Nov 27 09:43:03 2014 +0100
Deployment.sln set EnableOpenSource as default startup project ( without .suo file )
commit 92752982632ece70756f2e9cd62cf5d2e3ae0230
Author: enricosada <enrico@sada.io>
Date: Wed Nov 26 17:16:09 2014 +0100
add vs tests inside solution
commit eca91d6b9e2a7df546982e355f61ebf66a73704b
Author: enricosada <enrico@sada.io>
Date: Wed Nov 26 14:23:14 2014 +0100
add solution folder for templates
commit 6cd6aac5eaec0f9619552e50adb7de8728622d00
Author: enricosada <enrico@sada.io>
Date: Wed Nov 26 17:15:30 2014 +0100
reenable obsolete warning and fix warnings
commit 3f068f5e68fe44a33a960600cc50eea68550a5a8
Author: enricosada <enrico@sada.io>
Date: Wed Nov 26 14:12:52 2014 +0100
reenabled warnings for xml doc and fix warnings
commit 323ade800d535180bb4420ff2b3849d14c4235de
Author: enricosada <enrico@sada.io>
Date: Wed Nov 26 13:05:32 2014 +0100
suppress warning CS2008 ( no .cs file in project ) for template projects
commit a434bfa39fd7d58909c0ae78d750e1f5034cc2d3
Author: enricosada <enrico@sada.io>
Date: Tue Nov 25 19:26:27 2014 +0100
vs tests, unit tests platfom = x86
commit 0a3f382c7c0d94ee36a7fa6d00d33e82a2408f82
Author: enricosada <enrico@sada.io>
Date: Tue Nov 25 18:04:17 2014 +0100
fix exec BuildTestTools.cmd from any working directory
commit a04a4674135fbefec8ac6ce63ff24ef6b67b4996
Author: enricosada <enrico@sada.io>
Date: Tue Nov 25 17:48:49 2014 +0100
add fail fast on BuildTestTools.cmd
commit 4d12a981c4c34a3b1332ee536c6cf1cf9b642e10
Author: enricosada <enrico@sada.io>
Date: Tue Nov 25 17:14:48 2014 +0100
removed unused reference to Microsoft.VisualStudio.CommonIDE, Version=9.0.0.0
commit 218910678d09f4338d7a53e6b022d66de959b809
Author: enricosada <enrico@sada.io>
Date: Tue Nov 25 17:06:15 2014 +0100
fix use fsc NoWarn and OtherFlags only with fsharp projects
commit 1d95c427f62b530b24232d8af9f20af1e90816a9
Author: enricosada <enrico@sada.io>
Date: Tue Nov 25 12:33:57 2014 +0100
some fix
commit 2a0927f731e7ae3460bc6776737b1d45d4f22819
Author: enricosada <enrico@sada.io>
Date: Tue Nov 25 12:33:23 2014 +0100
dont lose call stack on rethrow
commit b0a7dd6697c5bb3af9d1cee62ca729d9796b70d6
Author: enricosada <enrico@sada.io>
Date: Tue Nov 25 12:32:55 2014 +0100
fix pure function called without assignment
fix save with blank in path
commit 0c039657a7bd252ab7f30494364e2e4b6d3ef7bd
Author: enricosada <enrico@sada.io>
Date: Tue Nov 25 12:32:09 2014 +0100
fix wrong param name for ArgumentException
commit 06f73b3ac13a863e567d46f86f0ff9627188b7b3
Author: enricosada <enrico@sada.io>
Date: Tue Nov 25 12:01:52 2014 +0100
fix possible null ref
commit 4c530286bdea65d98e6fd0f4a08d93783657d26b
Author: enricosada <enrico@sada.io>
Date: Tue Nov 25 12:01:27 2014 +0100
empty statements
commit 29cb31e174f54b0ce6f6b925585c902dc85df6e5
Author: enricosada <enrico@sada.io>
Date: Tue Nov 25 11:38:40 2014 +0100
fix warnings
commit 926c9da8d46c0850ee0f3d67ced6ee31dc862042
Author: enricosada <enrico@sada.io>
Date: Tue Nov 25 11:13:06 2014 +0100
add visual studio sdk prereq
commit c97e00ebe43a08851aaa048981398273412b5c9a
Author: enricosada <enrico@sada.io>
Date: Wed Nov 19 16:17:19 2014 +0100
fix 'value is unused' warnings
commit c602d91b7256f7311c8a795dd89cb1402a86c338
Author: enricosada <enrico@sada.io>
Date: Wed Nov 19 17:15:49 2014 +0100
enable treat warnings as errors on all projects
2014-12-15 14:56:22 -08:00
Don Syme
7b84cce858
update .gitignore to ignore files produced by test runs
2014-10-15 16:41:25 -07:00
KevinRansom
ff84538505
Add open source qualification to fsharp repo (changeset 1316942)
2014-08-13 12:07:58 -07:00
latkin
8f8eebe572
Yet more fixes for tests so that they work properly against open source builds. (changeset 1221642)
2014-04-02 18:06:59 -07:00
latkin
3900d411ae
printfn "Hello, world!";;
2014-03-27 19:11:16 -07:00