[Pkg-cli-apps-commits] [fsharp] branch master updated (69747c3 -> f1fc360)
Christopher Halse Rogers
raof-guest at moszumanska.debian.org
Sun Sep 14 08:13:32 UTC 2014
This is an automated email from the git hooks/post-receive script.
raof-guest pushed a change to branch master
in repository fsharp.
from 69747c3 Fold in changelog from out-of-band upload
new 356698e Add FSharp.Core surface area test to unit tests in OSS repo
new 0ed4da4 Correcting conditional defines for some flavors of FSharp.Core. (changeset 1290486)
new 8358436 Add retry up to 10 seconds when connecting to hosted compiler server. (changeset 1291356)
new d1d0544 Updating test paths in known failures file (changeset 1291371)
new 26d1a7d Minor tidy-up (changeset 1292191)
new 78abbd4 Fix for #91: String module documentation is false (changeset 1292716)
new 64109c5 Open sourcing the IDE unit tests (changeset 1294310)
new 5ec3938 Forgot to add IDE unit test assemblies to strong name skip list (changeset 1294438)
new adc8abc Fix open source build of EnebleOpenSource VSIX (changeset 1296669)
new 166c9fd Add VSDebug and VSRelease to deployment.sln (changeset 1296694)
new 20d4479 Enable Profile 78 and 259. Add Templates to allow users to use them. (changeset 1296994)
new d673d31 Implement the improved version number sheme for portable lbiraries (changeset 1297516)
new 5027aa5 integrate updates from http://visualfsharp.codeplex.com master
new 86f6c28 update README.md
new 28db078 Remove workaround for https://github.com/fsharp/fsharp/issues/190 in numerics tests.
new 0c4ed28 Merge pull request #323 from RAOF/remove-obsolete-unit-test-workaround
new 223816e Merge branch 'master' of https://github.com/fsharp/fsharp
new c07a33c update profile versions
new 738eeb4 fix integration
new dc638b3 fix unit tests
new 20a9d20 add change note
new 0030835 Fix tests for portable 7, 78, 259 so they run (changeset 1302499)
new 31208c1 Cleanup and fixes for F# BigInteger to bring it closer to BCL BigInteger behavior. Addresses bugs #105, #106, #107, #108, #109, #111, and #112. (changeset 1304009)
new e91de7e Fix project system build when VS 14 installed side by side with VS2013 (changeset 1304574)
new 8d21149 Cannot add reference to F# PCL project ==========================
new 908ab16 Fix for #113 - Async.Sleep in .NETCore profiles does not invoke error continuation (changeset 1305124)
new 94ea6fb Fix for: Issue 899333 [Watson] clr20r3: CLR_EXCEPTION_SYSTEM.IO.FILENOTFOUNDEXCEPTION_80070002_FSharp.Editor.dll!Microsoft.VisualStudio.FSharp.Editor.SmartIndent.Microsoft-VisualStudio-Text-Editor-ISmartIndent-GetDesiredIndentation Bug Lincoln Atkinson Active
new 05efc21 Support/fixes for building and running unit tests against all portable versions of FSharp.Core (changeset 1306102)
new c9a2a39 Correct path to netcore tests in .lst file (changeset 1307656)
new 9ee83cf Re-tagging the comprehensive, long-running portable tests to better isolate them (changeset 1308035)
new ee3f737 Fix open source build issue that stopped built vsix' from being installable. (changeset 1308707)
new 809d8a9 This addresses : codeplex issue: https://visualfsharp.codeplex.com/workitem/72 [Regression] Indexer properties with more than 4 arguments cannot be accessed
new 3abf58f Further adjustments to get .NET 2 VB test libraries working (changeset 1309390)
new a834b6b Refine parsing priorities for indexer args. (changeset 1310226)
new df66e13 Fix for #118 - add back the "Visual F# Items" root node for new project items. (changeset 1311330)
new 6cd2878 Small corrections to targets file (changeset 1312249)
new ed47354 Fix for #121: Unify build action conversion logic used by BuildActionConverter and BuildActionTypeConverter
new ff84538 Add open source qualification to fsharp repo (changeset 1316942)
new 3385e58 Update and clean up changelist.txt (changeset 1320294)
new f0c4368 Codeplex issue: 6 - Consider using GCLatencyMode.Batch in fsc https://visualfsharp.codeplex.com/workitem/6
new f0eca16 Changed an error message within the Set module to use the correct module name.
new d29a5e2 reimplement async reading from redirected stdout\stderr
new 241dbc6 subscribe to newline events before starting the process to avoid loosing the data
new 19283e7 Improve handling of buffer when line ends with /r
new eee6283 Instruction identifiers should be marked as literals to help the compiler optimize code using them.
new f51f1d6 Ensure that netcore projects rebuild
new 49b71a4 fix assembly name of warning FS2003
new 81a8ead Minor tweak to the PR and add some extra tests
new 4f18868 Merge \\mlangfs1\public\bundles\FS.warning_FS2003_message_19283e7940e7334459d1c6d25a31b2725f5c7ce9.bundle
new 8deafc3 Improve error message when VerifySeqsEqual fails
new 03d67e5 Applied the [<Literal>] attribute to some values within opt.fs so that when it is itself compiled and optimized, the compiler may be better able to perform dead-code elimination and also eliminate some field accesses.
new 110449b Merge \\mlangfs1\public\bundles\FS.opt-literals_4f18868678648ea5d02b798d2711f1ab20366981.bundle
new e9e3ae7 integrate visualfsharp\master
new 48f3c26 integrate visualfsharp\master (2)
new 50b09de integrate visualfsharp\master (3)
new 8c86772 fix tests after integration from visualfsharp
new 1d3e209 Merge pull request #329 from fsgit/update1
new 62076c7 Imported Upstream version 3.1.1.26+dfsg
new e170d56 Merge tag 'upstream/3.1.1.26+dfsg'
new f1fc360 Update to 3.1.1.26
The 60 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
.gitignore | 2 +
CHANGES.txt | 6 +-
FSharp.Core.Nuget/FSharp.Core.Mono.Signed.nuspec | 32 +-
README.md | 13 +-
build.bat | 8 +-
config.make.in | 24 +-
debian/changelog | 3 +-
debian/patches/build-only-4.0-libs.patch | 4 +-
src/ChangeLog | 371 ---
src/FSharpSource.targets | 73 +-
src/fsharp/FSComp.txt | 2 +-
src/fsharp/FSharp.Build/FSharp.Build.fsproj | 1 +
.../InternalsVisibleTo.fs | 0
.../FSharp.Compiler.Interactive.Settings.fsproj | 4 +
.../InternalsVisibleTo.fs | 10 +
.../FSharp.Compiler.Server.Shared.fsproj | 1 +
.../InternalsVisibleTo.fs | 10 +
src/fsharp/FSharp.Compiler/InternalsVisibleTo.fs | 21 +-
.../FSharp.Core.Unittests.fsproj | 17 +-
.../FSharp.Core/DiscrimantedUnionType.fs | 2 +-
.../Microsoft.FSharp.Control/AsyncModule.fs | 14 +-
.../Microsoft.FSharp.Control/AsyncType.fs | 56 +-
.../Microsoft.FSharp.Control/LazyType.fs | 36 +-
.../Microsoft.FSharp.Core/BigIntType.fs | 249 +-
.../FSharpReflection.fs | 32 +-
.../FSharp.Core.Unittests/FSharp.Core/PrimTypes.fs | 2 +-
src/fsharp/FSharp.Core.Unittests/LibraryTestFx.fs | 13 +-
.../FSharp.Core.Unittests/SurfaceArea.2.0.fs | 2 +-
.../FSharp.Core.Unittests/SurfaceArea.4.0.dev10.fs | 2792 --------------------
.../FSharp.Core.Unittests/SurfaceArea.4.0.fs | 11 +-
.../FSharp.Core.Unittests/SurfaceArea.Portable.fs | 4 +-
.../SurfaceArea.Silverlight.2.0.fs | 2 +-
src/fsharp/FSharp.Core/FSharp.Core.fsproj | 4 +-
src/fsharp/FSharp.Core/control.fs | 9 +-
src/fsharp/FSharp.Core/math/n.fs | 2 +-
src/fsharp/FSharp.Core/math/z.fs | 130 +-
src/fsharp/FSharp.Core/math/z.fsi | 2 +-
src/fsharp/FSharp.Core/set.fs | 2 +-
src/fsharp/FSharp.Core/string.fsi | 12 +-
.../InternalsVisibleTo.fs | 22 +
src/fsharp/Fsc/Fsc.fsproj | 1 +
.../InternalsVisibleTo.fs | 1 -
src/fsharp/Makefile.in | 10 +-
src/fsharp/ast.fs | 32 +-
src/fsharp/fsc.fs | 11 +-
src/fsharp/opt.fs | 33 +-
src/fsharp/pars.fsy | 26 +-
src/fsharp/pickle.fs | 126 +-
tests/config.bat | 10 +-
tests/fsharp/core/array/test.fsx | 33 +
tests/fsharp/core/libtest/test.fsx | 3 +-
.../ConsoleApplication1/portabletestentry.csproj | 18 +-
tests/fsharp/core/netcore/build.bat | 6 -
.../run.bat => core/netcore/netcore259/build.bat} | 7 +-
tests/fsharp/core/netcore/netcore259/run.bat | 23 +
.../run.bat => core/netcore/netcore7/build.bat} | 7 +-
tests/fsharp/core/netcore/netcore7/run.bat | 24 +
.../run.bat => core/netcore/netcore78/build.bat} | 7 +-
tests/fsharp/core/netcore/netcore78/run.bat | 23 +
.../netcoreautomationhelperlibrary.fsproj | 27 +-
.../netcorelibrary1/netcoretestinglibrary.fsproj | 27 +-
tests/fsharp/core/netcore/run.bat | 19 -
...le_VS2013_FSharp_Portable_Library_net451.fsproj | 2 +-
...le_VS2013_FSharp_Portable_Library_net451.fsproj | 2 +-
64 files changed, 932 insertions(+), 3546 deletions(-)
delete mode 100644 src/ChangeLog
copy src/fsharp/{FSharp.Data.TypeProviders => FSharp.Build}/InternalsVisibleTo.fs (100%)
mode change 100755 => 100644
create mode 100644 src/fsharp/FSharp.Compiler.Interactive.Settings/InternalsVisibleTo.fs
create mode 100644 src/fsharp/FSharp.Compiler.Server.Shared/InternalsVisibleTo.fs
delete mode 100755 src/fsharp/FSharp.Core.Unittests/SurfaceArea.4.0.dev10.fs
create mode 100644 src/fsharp/FSharp.LanguageService.Compiler/InternalsVisibleTo.fs
copy src/fsharp/{FSharp.Data.TypeProviders => Fsc}/InternalsVisibleTo.fs (99%)
mode change 100755 => 100644
delete mode 100644 tests/fsharp/core/netcore/build.bat
copy tests/fsharp/{typeProviders/builtin/SqlEntityConnection/run.bat => core/netcore/netcore259/build.bat} (56%)
create mode 100644 tests/fsharp/core/netcore/netcore259/run.bat
copy tests/fsharp/{typeProviders/builtin/SqlEntityConnection/run.bat => core/netcore/netcore7/build.bat} (56%)
create mode 100644 tests/fsharp/core/netcore/netcore7/run.bat
copy tests/fsharp/{typeProviders/builtin/SqlEntityConnection/run.bat => core/netcore/netcore78/build.bat} (56%)
create mode 100644 tests/fsharp/core/netcore/netcore78/run.bat
delete mode 100644 tests/fsharp/core/netcore/run.bat
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-cli-apps/packages/fsharp.git
More information about the Pkg-cli-apps-commits
mailing list