[Pkg-cli-apps-commits] [fsharp] annotated tag upstream/3.1.1.26+dfsg created (now dcd8896)

Christopher Halse Rogers raof-guest at moszumanska.debian.org
Thu Sep 18 01:16:51 UTC 2014


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

raof-guest pushed a change to annotated tag upstream/3.1.1.26+dfsg
in repository fsharp.

        at  dcd8896   (tag)
   tagging  62076c79d330826687263ed2bd0442725e1025f6 (commit)
  replaces  upstream/3.1.1.21+dfsg
 tagged by  Christopher James Halse Rogers
        on  Sun Sep 14 17:45:29 2014 +1000

- Log -----------------------------------------------------------------
Upstream version 3.1.1.26+dfsg
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAABCAAGBQJUFUeZAAoJEBiz9Q/lkjwYAgoQAK1DI8heBfzh1vq6liMMSBT0
pcCV1QFtUmBwXFCpDeu0lepb0zQ6EZNMYIYZ5G3DZrdvSzaqiNoGaB/k5jxbXIxc
sAfK92RLKKcmo0HnlerjXrNZxjdS6FmK9MajI55cot2RV1VulBuWjZNZcMYtpSHf
R3mCAh0ED7KlqberN8lYlsJl8U3HRq1oDdVu8eOtjsGJalwtH48KTLKwd/ab/Hsu
FDjeENMXnxmUhAx+DaXvjZizsjAHMND6qDmsNo+H9ER3C1HKiDVVL5z+BNmY/HoQ
L3lXWAS8gv6teawfM5rSwxZoPwuK/EwKlnHUDF/VWUnYRNXzTp2G1JmuLuIBvcY0
cs0cBXmubjGQ+3J4bxO/sOl96rVcCQk2Q9oaLJBBAH51XsYFuddSngMPkDCPW5hs
PGBgvjj/09N8QzJVTrwbc2sJ6s4uQmbRYxbG3ZRYBDVOJYPZj3Aw2gI9ptYN6cp6
bSHCnzXkTdY6QbODqSXljdP0MGVsDCulQ8UW2DP3mf9VfrgdsMFBD1BURyu8m36J
+8uOIFLmejgbs81FyYE4LhmL2lOdNVUPg7R5MTIvC5Iv8xERw5aXzXbwsgJ8Mvc7
GvIMJ5LZ2cR2249HOAWfdnxMrBNc+iOD9EEetZCsQpUrMSqnFvcy2JwUUtTutItT
XddCzS6Ks37ssK2n41Nc
=5CFh
-----END PGP SIGNATURE-----

Christopher James Halse Rogers (2):
      Remove workaround for https://github.com/fsharp/fsharp/issues/190 in numerics tests.
      Imported Upstream version 3.1.1.26+dfsg

Enrico Sada (1):
      fix assembly name of warning FS2003

F# Software Foundation (13):
      Merge pull request #323 from RAOF/remove-obsolete-unit-test-workaround
      integrate updates from http://visualfsharp.codeplex.com master
      update README.md
      Merge branch 'master' of https://github.com/fsharp/fsharp
      update profile versions
      fix integration
      fix unit tests
      add change note
      integrate visualfsharp\master
      integrate visualfsharp\master (2)
      integrate visualfsharp\master (3)
      fix tests after integration from visualfsharp
      Merge pull request #329 from fsgit/update1

Jack Pappas (1):
      Instruction identifiers should be marked as literals to help the compiler optimize code using them.

KevinRansom (15):
      Fix open source build of EnebleOpenSource VSIX (changeset 1296669)
      Add VSDebug and VSRelease to deployment.sln (changeset 1296694)
      Enable Profile 78 and 259.  Add Templates to allow users to use them. (changeset 1296994)
      Implement the improved version number sheme for portable lbiraries (changeset 1297516)
      Fix project system build when VS 14 installed side by side with VS2013 (changeset 1304574)
      Cannot add reference to F# PCL project
      Fix for:    Issue 899333
      Fix open source build issue that stopped built vsix' from being installable. (changeset 1308707)
      This addresses :
      Refine parsing priorities for indexer args. (changeset 1310226)
      Add open source qualification to fsharp repo (changeset 1316942)
      Codeplex issue: 6 - Consider using GCLatencyMode.Batch in fsc
      Improve handling of buffer when line ends with /r
      Minor tweak to the PR and add some extra tests
      Ensure that netcore projects rebuild

Patrick McDonald (1):
      Improve error message when VerifySeqsEqual fails

VFSharpTeam (2):
      Merge \\mlangfs1\public\bundles\FS.warning_FS2003_message_19283e7940e7334459d1c6d25a31b2725f5c7ce9.bundle
      Merge \\mlangfs1\public\bundles\FS.opt-literals_4f18868678648ea5d02b798d2711f1ab20366981.bundle

desco (2):
      reimplement async reading from redirected stdout\stderr
      subscribe to newline events before starting the process to avoid loosing the data

jackpappas (2):
      Changed an error message within the Set module to use the correct module name.
      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.

latkin (19):
      Add FSharp.Core surface area test to unit tests in OSS repo
      Correcting conditional defines for some flavors of FSharp.Core. (changeset 1290486)
      Add retry up to 10 seconds when connecting to hosted compiler server. (changeset 1291356)
      Updating test paths in known failures file (changeset 1291371)
      Minor tidy-up (changeset 1292191)
      Fix for #91: String module documentation is false (changeset 1292716)
      Open sourcing the IDE unit tests (changeset 1294310)
      Forgot to add IDE unit test assemblies to strong name skip list (changeset 1294438)
      Fix tests for portable 7, 78, 259 so they run (changeset 1302499)
      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)
      Fix for #113 - Async.Sleep in .NETCore profiles does not invoke error continuation (changeset 1305124)
      Support/fixes for building and running unit tests against all portable versions of FSharp.Core (changeset 1306102)
      Correct path to netcore tests in .lst file (changeset 1307656)
      Re-tagging the comprehensive, long-running portable tests to better isolate them (changeset 1308035)
      Further adjustments to get .NET 2 VB test libraries working (changeset 1309390)
      Fix for #118 - add back the "Visual F# Items" root node for new project items. (changeset 1311330)
      Small corrections to targets file (changeset 1312249)
      Fix for #121: Unify build action conversion logic used by BuildActionConverter and BuildActionTypeConverter
      Update and clean up changelist.txt (changeset 1320294)

-----------------------------------------------------------------------

No new revisions were added by this update.

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