[Pkg-cli-apps-commits] [fsharp] branch master updated (24f18f9 -> 5f1e23d)

Christopher Halse Rogers raof-guest at alioth.debian.org
Tue Oct 29 01:48:43 UTC 2013


This is an automated email from the git hooks/post-receive script.

raof-guest pushed a change to branch master
in repository fsharp.

      from  24f18f9   Fixup changelog
       new  b9a7007   Use new cli-common infrastructure to install core libraries in framework paths
      adds  3edb6b3   Fix for #131 - SimpleSourceCodeServices.fs will not generate dynamic assemblies for non silverlight builds
      adds  f661d8c   Merge pull request #132 from 7sharp9/master
      adds  d8a954f   Added quotation to --keyfile value
      adds  91ce567   fixed "" to -- keyfile:""
      adds  fc90389   Merge pull request #134 from bikal/master
      adds  297d16a   Integrate updates from Visual F# team for Visual Studio 2012 Update 2
      adds  b075598   Integrate changes from Microsoft Visual F# source code drop http://fsharppowerpack.codeplex.com up to change 71609, including changes for VS2012 Update 2 - Portable Async and Query fixes
      adds  a4962cf   Minor textual changes to align fsharp/fsharp with fsharppowerpack.codeplex.com
      adds  0a6039c   Update readme instructions for machines with VS2012 that never had VS2010 installed
      adds  03e548b   Merge pull request #137 from ovatsus/master
      adds  e3f64a8   Fixed typo in api doc
      adds  94117fc   Merge pull request #139 from iigorr/master
      adds  5ab2403   Async.Parallel calls Seq.toArray twice.
      adds  2923510   Merge pull request #138 from sayurin/master
      adds  97302b1   Fix the hosted FsiEvaluationSession sample
      adds  43d10ba   Add support for reporting errors in the same style as gcc
      adds  19507b9   Merge pull request #147 from jpalmer/master
      adds  d55062e   configure: improve the prefix warning, and simplify some bits
      adds  26520a0   Merge pull request #157 from knocte/small_fixes
      adds  3bd3d21   build: rename some build-time variables, for consistency
      adds  2ef3ea5   install: stop using current mono prefix to install, respect --prefix arg
      adds  0041d3a   Merge pull request #159 from knocte/3.0.30
      adds  5a0c5be   Fix build.bat on windows
      adds  7380d1a   Merge pull request #160 from ovatsus/master
      adds  3b933f7   fix build.bat
      adds  7230d39   Partial fix for #163
      adds  b542cd5   remove incorrect installation directories
      adds  3ac64e3   fix mistake in previous commit
      adds  1e7b167   Imported Upstream version 3.0.30+dfsg
       new  fb4e193   Merge tag 'upstream/3.0.30+dfsg'
       new  8cdc7ef   Moar changelog
       new  d19c485   Refresh build-only-4.0-libs patch
       new  5f1e23d   CLI policy fixes for fsharpc and fsharpi

The 5 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:
 .gitattributes                                     |    7 ++
 README.md                                          |    1 +
 build.bat                                          |   10 +-
 config.make.in                                     |   53 +++++-----
 configure.ac                                       |   35 ++++---
 debian/changelog                                   |   11 +-
 debian/control                                     |    2 +-
 debian/fsharp-console.install                      |    4 +-
 debian/fsharp-console.installcliframework          |    3 +
 debian/fsharp.install                              |    4 +-
 debian/fsharp.installcliframework                  |    5 +
 debian/patches/build-only-4.0-libs.patch           |   46 ++-------
 debian/patches/debian-cli-policy.patch             |   26 +++++
 debian/patches/series                              |    1 +
 src/FSharpSource.targets                           |    4 +-
 src/absil/il.fs                                    |    3 +
 src/fsharp/ErrorLogger.fs                          |    1 -
 src/fsharp/FSharp.Build/FSharp.Build.fsproj        |    3 +
 src/fsharp/FSharp.Build/Makefile.in                |    6 +-
 .../FSharp.Build/Microsoft.Portable.FSharp.Targets |   19 ++++
 src/fsharp/FSharp.Compiler-proto/Makefile.in       |    2 +-
 src/fsharp/FSharp.Compiler/Makefile.in             |    4 +-
 src/fsharp/FSharp.Core/Linq.fs                     |   15 +--
 src/fsharp/FSharp.Core/Makefile.in                 |    2 +-
 src/fsharp/FSharp.Core/control.fs                  |    6 +-
 src/fsharp/FSharp.Core/local.fs                    |    6 +-
 src/fsharp/FSharp.Core/prim-types.fs               |    4 +
 src/fsharp/FSharp.Core/prim-types.fsi              |    2 +-
 src/fsharp/FSharp.Core/quotations.fs               |    6 +-
 src/fsharp/Fsc-proto/Makefile.in                   |    4 +-
 src/fsharp/Fsc/Makefile.in                         |    4 +-
 src/fsharp/build.fs                                |    2 +
 src/fsharp/build.fsi                               |    1 +
 src/fsharp/fscopts.fs                              |    1 +
 src/fsharp/fsi/Makefile.in                         |    4 +-
 src/fsharp/fsiAnyCpu/Makefile.in                   |    4 +-
 src/fsharp/ilxgen.fs                               |    8 +-
 src/fsharp/targets.make                            |  108 +++++++++++++-------
 src/fsharp/vs/SimpleServices.fs                    |    4 +-
 tests/hosting/hosted.fsx                           |   24 ++++-
 ...12_FSharp_ConsoleApp_net40_upgraded_VS2013.sln} |    2 +-
 .../App.config                                     |    0
 .../Program.fs                                     |    0
 ...FSharp_ConsoleApp_net40_upgraded_VS2013.fsproj} |   24 +++--
 .../PortableLibrary1.fs                            |    4 +
 .../Sample_VS2012_FSharp_Portable_Library.fsproj}  |   49 ++++-----
 .../Sample_VS2012_FSharp_Portable_Library.sln}     |   12 +--
 .../Script.fsx                                     |    6 ++
 48 files changed, 334 insertions(+), 218 deletions(-)
 create mode 100644 debian/fsharp-console.installcliframework
 create mode 100644 debian/fsharp.installcliframework
 create mode 100644 debian/patches/debian-cli-policy.patch
 create mode 100644 src/fsharp/FSharp.Build/Microsoft.Portable.FSharp.Targets
 copy tests/projects/{Sample_VS2012_FSharp_ConsoleApp_net40/Sample_VS2012_FSharp_ConsoleApp_net40.sln => Sample_VS2012_FSharp_ConsoleApp_net40_upgraded_VS2013/Sample_VS2012_FSharp_ConsoleApp_net40_upgraded_VS2013.sln} (80%)
 copy tests/projects/{Sample_VS2012_FSharp_ConsoleApp_net40/Sample_VS2012_FSharp_ConsoleApp_net40 => Sample_VS2012_FSharp_ConsoleApp_net40_upgraded_VS2013/Sample_VS2012_FSharp_ConsoleApp_net40_upgraded_VS2013}/App.config (100%)
 copy tests/projects/{Sample_VS2012_FSharp_ConsoleApp_net40/Sample_VS2012_FSharp_ConsoleApp_net40 => Sample_VS2012_FSharp_ConsoleApp_net40_upgraded_VS2013/Sample_VS2012_FSharp_ConsoleApp_net40_upgraded_VS2013}/Program.fs (100%)
 copy tests/projects/{Sample_VS2012_FSharp_ConsoleApp_net40/Sample_VS2012_FSharp_ConsoleApp_net40/Sample_VS2012_FSharp_ConsoleApp_net40.fsproj => Sample_VS2012_FSharp_ConsoleApp_net40_upgraded_VS2013/Sample_VS2012_FSharp_ConsoleApp_net40_upgraded_VS2013/Sample_VS2012_FSharp_ConsoleApp_net40_upgraded_VS2013.fsproj} (73%)
 create mode 100644 tests/projects/Sample_VS2012_FSharp_Portable_Library/PortableLibrary1.fs
 copy tests/projects/{Sample_VS2012_FSharp_ConsoleApp_net40/Sample_VS2012_FSharp_ConsoleApp_net40/Sample_VS2012_FSharp_ConsoleApp_net40.fsproj => Sample_VS2012_FSharp_Portable_Library/Sample_VS2012_FSharp_Portable_Library.fsproj} (53%)
 copy tests/projects/{Sample_VS2012_FSharp_ConsoleApp_net40/Sample_VS2012_FSharp_ConsoleApp_net40.sln => Sample_VS2012_FSharp_Portable_Library/Sample_VS2012_FSharp_Portable_Library.sln} (57%)
 create mode 100644 tests/projects/Sample_VS2012_FSharp_Portable_Library/Script.fsx

-- 
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