[Pkg-cli-apps-commits] [fsharp] annotated tag upstream/3.1.1.21+dfsg created (now 324343f)
Christopher Halse Rogers
raof-guest at moszumanska.debian.org
Fri Jul 11 06:38:52 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.21+dfsg
in repository fsharp.
at 324343f (tag)
tagging 6e7a10a962829e2a0275e510b2b0108375882b30 (commit)
replaces upstream/3.0.34+dfsg
tagged by Christopher James Halse Rogers
on Fri Jul 4 17:53:57 2014 +1000
- Log -----------------------------------------------------------------
Upstream version 3.1.1.21+dfsg
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAABCAAGBQJTtl2VAAoJEBiz9Q/lkjwYRNYP/Rnc5ABF+9aqITcOBPM9oS78
IQCNDTPm/e95XoXMS+4XcicEm9XLIprZ3UAC8pXJWXKr4NyPHBDm6Cw8bQt+i1fU
ITp++bowbCBcvK3CowTJOnZJ350ihOgWsEBH+TtUtXgVt8xps5tPHxVcqUZxJ3P9
vADBBW3CzW3d1bvGb1tlCRHEIt+owkYf5eWdia6KGg2JienElnyJGpcIYuD0jJao
51a0zW68aDBRhCxvmGE85ikJO99tsPGuUsLOZk3oKbpyPn6TItUfash4ON7gqJmx
rgHg91+kP4YMLW84qpja54mJ+7oCFzWYwK02l1hMOugh1HBahnak+zA1OTGMvS10
TV5LlKDOLXw97XrNTORp4wZHkiXuFbPFEUGorjxddxvpvuoXOEIc3oufmFmSKXeZ
dlxfIQhyM3G3xx0JQf4EYRJQA8KPOvW0dZr0WKwg5n4DE5svztq9p/XZK9GSuElK
5Y6n1m9agMkg8kVhH9ZxJyfAxSvmYeN9BO3y98NKiqv/So4Iz+ObPqgcYXSM9RT0
CSKUmD3j/eL+vWLWUUYUTafmue2pJaAJMHMyNuK7U32U6kRYhXepGQIQmTUBWmLw
kHCu+FEXlGKG0442Ls5iFT3o8aLSlDyvkv++g0N9QmUInO4jSNRMVrA34dRjHdQh
209V88yiT9UpJJp+/Y0e
=Xsf9
-----END PGP SIGNATURE-----
7sharp9 (19):
Excluded BigInteger from Portable
Excluded BigInteger from Portable tests
Excluded Big Integer from Portable.
Added portable support for FSharp.Core
Added parenthesis around OR clause to make the condition logic clear.
Added parenthesis to make condition logic clear.
Added Shared Unit test files
Added Android Tests
Added C# Android Wrapper
Added iOS Tests
Added Solution file
Updated .gitignore
Merge branch 'master' of https://github.com/fsharp/fsharp
Merge github.com:fsharp/fsharp
Added define constants of: QUERIES_IN_FSLIB and PUT_TYPE_PROVIDERS_IN_FSCORE to monotouch and monodroid targets
Update to be mono compatible.
Add the FSharp.Core portable files to the GAC during install
Added nuspec packages for Fsharp.Core for both Mono and Microsoft signed versions.
Renamed package names, corrected owner and version numbers.
Andrea Canciani (2):
Fix bootstrap on Mono
Fix inconsistent naming of fsiAnyCpu
Andres G. Aragoneses (1):
autogen.sh: remove aclocal calls, not needed anymore
Andrés G. Aragoneses (3):
Simplify build by removing GC tweaking logic
configure: stop allowing Mono 2.9, recommend Mono 3.2
configure: don't use autogen.sh if it doesn't exist
Christopher James Halse Rogers (1):
Imported Upstream version 3.1.1.21+dfsg
Chuck Durfee (1):
Fix formatting of Wheezy build section in README
Don Syme (109):
Cherry pick 3a1f5187baaf422a98a92001008334311827feb9 to align with base for F# 3.1 code drop
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
Minor textual changes to align fsharp/fsharp with fsharppowerpack.codeplex.com
Integrate updates from Visual F# team for Visual Studio 2012 Update 2
change to align 3.1 base with base for 3.0 code drop
Fix docs for bitwise operators
Align message text with original F# 3.0 code drop
Clean commit of Microsoft code drop for F# Compiler 3.1 from http://fsharppowerpack.codeplex.com/SourceControl/list/changesets change 72229
Integrate fsharp/fsharp master into fsharp_31
Minor adjustments to align source code and compile portable profile libraries
Simply build to use xbuild. Install targets into correct place. Adjust policy DLLs for F# 3.1
undo unintentionial changes in code drop
adjust version numbers and installation
fix mistake in previous commit
Allow projects to load in VS2013
minor textual cleanup to project file
Updates for F# 3.1 build on Linux
Merge recent changes in build with F# 3.1
tests for F# 3.1
Merge https://github.com/fsharp/fsharp into fsharp_31
Minor changes to run tests for F# 3.1
integrate fix to path for diff tool
remove regression test for fix
remove two tests that require databases
add binary tools needed to run tests
Merge pull request #182 from forki/fsharp_31
Include fix for printf regression in open edition
use virtual directories in compiler project files
remove FSharp.Compiler.Silverlight.fsproj from default solution
remore use of relative links for resources
remove use of relative links for resources (part 2)
updates to tests/fsharp/core to allow execution of most tests as a single all.exe, for use on Linux/OSX/Mono/Android/iOS
enable most of tests/fsharp/core/... for single-file cross-platform testing
enable most of tests/fsharp/core/... for single-file cross-platform testing (minor tweak)
dcoument Linux test process
Merge pull request #191 from ovatsus/fsharp_31
fix +x permission on run-all.sh
fix textual mistake in tests
Merge branch 'fsharp_31' of https://github.com/fsharp/fsharp into fsharp_31
Update README.md
Update README.md
Update README.md
test fixes for running tests on Windows
Merge branch 'fsharp_31' of https://github.com/fsharp/fsharp into fsharp_31
fix namespaces test on Windows
Second part of fix for https://github.com/fsharp/fsharp/issues/172
Cleanup README
Test fixes for Windows, keep running after error in 'run.bat' script
Merge pull request #205 from 7sharp9/fsharp_31
Merge pull request #207 from 7sharp9/fsharp_31
Merge pull request #208 from ranma42/fix_bootstrap_31
merge latest fixes from master
Merge branch 'fsharp_31' of https://github.com/fsharp/fsharp into fsharp_31
Fix name of fsharpc/fsharpi, as reported here: https://github.com/fsharp/fsharp/pull/208#issuecomment-31112488
Merge pull request #209 from enricosada/fix_fsharp_targets
remove targets files which are not needed or have conflicting names
re-add targets file with correct name
resolve merge conflict
Merge pull request #212 from ranma42/fsi_any_cpu_case
Merge pull request #211 from enricosada/travisci_build
Update README.md
use correct FSharp.Core in proto
fix unit test to just check sign of result
Disable unit test pending fix for issue 221
Update README.md
merge latest master
Update README.md
Merge pull request #228 from jpalmer/master
Merge pull request #230 from neontapir/patch-1
Merge pull request #91 from knocte/master
Merge pull request #239 from 7sharp9/master
Merge pull request #243 from enricosada/fix_target
Merge pull request #244 from enricosada/fix_target2
Merge pull request #249 from jdh30/SetAndMapPerformanceTests
Merge pull request #247 from 7sharp9/xplat-tests
Merge pull request #235 from knocte/simplify_build
strong name dlls
Merge branch 'master' of https://github.com/fsharp/fsharp
Merge pull request #258 from brodyberg/edit_readme
update signed dlls
Merge pull request #265 from knocte/master
Merge pull request #267 from 7sharp9/master
Merge pull request #268 from ovatsus/master
Merge pull request #271 from 7sharp9/master
Merge pull request #272 from enricosada/autogen_diagnostics
Merge pull request #276 from rneatherway/issue275
Merge pull request #277 from enricosada/vs2013_templates
Adjust project files to allow editing with Xamarin Studio
Enable portable-net45+sl5+win8 profile (Profile7)
Updates to Profile7 support
Fix https://github.com/fsharp/fsharp/issues/282
Fix https://github.com/fsharp/fsharp/issues/196
add Sample_VS2012_FSharp_Portable_Library_upgraded_2013
Merge branch 'master' of https://github.com/fsharp/fsharp
Fix https://github.com/fsharp/fsharp/issues/283: build 2.3.5.0 FSharp.Core PCL assembly
Updates to tests on OSX for Mono 3.2.7
Update travis to use Mono 3.2.7 and run more tests
Build back version of FSharp.Core 4.3.0.0 and 2.3.0.0, to include fixes removing GetObjectData methods from exception definitions
Merge pull request #296 from linquize/sln
Use folders in FSharp.Compiler.fsproj
remove non-existent file in solution
Add folders to FSharp.Core.fsproj
Code sanitization: Add comments, regularize naming, simplify ImportILTypeDefList
remove dead code
More comments
Simplify DEVGUIDE.html
prevent project rebuilds
Cosmetic documentation, non-terminal renaming and cleanup for pars.fsy
Document and cleanup est.fs
Enrico Sada (5):
removed unused file, same filename different case
add travis build
Delete Microsoft.FSharp.target (lowercase)
add diagnostics message to autogen.sh
add visual studio 2013 fsharp project template
F# Software Foundation (51):
Update README.md
Merge remote-tracking branch 'visualfsharp/master'
Update README.md
Update README.md
Update README.md
Update README.md
Update README.md
Update README.md
Update README.md
Code alignment: Missing code from visualfsharp's build.fs and fsc.fs
run only optimized tests on travis build
Merge branch 'master' of https://github.com/fsharp/fsharp into fsharp_31
Move travis to Mono 3.4.0
chmod u+x on run-opt.sh
Update .travis.yml
resolution of merge from visualfsharp
merge remote visualfsharp/master
fix build breaks
Update README and fix test for Mono
add change notes
Merge pull request #192 from iwinux/fix-ctrl-d
add commands to build monotouch and monodroid DLLs alone
add commands to build monotouch and monodroid DLLs alone (change notice)
Change monotouch and monodroid FSharp.Core.dll to both use 2.3.1.0, as used in MonoTouch and MonoDroid SDKs
Use original 2.3.98.1 version for monodroid/monotouch to avoid GAC conflict with 2.3.1.0
Merge pull request #310 from knocte/tarball
Update README.md
Merge branch 'master' of https://git01.codeplex.com/visualfsharp
Merge branch 'master' of https://github.com/fsharp/fsharp
update for appveyor build
add a version to appveyor
add appveyor build badge
Merge visualfsharp
Merge visualfsharp (2)
Merge visualfsharp (3)
update CHANGES.txt
update CHANGES.txt
test projects
remove service components in favor of FCS
Merge branch 'master' of https://github.com/fsharp/fsharp
Merge pull request #316 from rneatherway/fsharpbuild-nogac
update CHANGES.txt
Update pub.config
Update Microsoft.FSharp.Targets
Update FSharp.SRGen.targets
Update FSharp.Core.xml
Update FSharp.Core.xml
Merge pull request #318 from 7sharp9/FsharpCoreNuget
update changes.txt
integrate visualfsharp.codeplex.com master
fix build
Gustavo Guerra (2):
Fix duplicate reference to System.Numerics introduced in the merge of 3.1
Remove profile 88 as it doesn't work correctly, and never did, to avoid confusion (this is a partial revert of #102)
JonHarrop (4):
First version of the new Set and Map benchmarks.
Minor tidy up.
Remove packages directory.
Minor update to fix a warning.
KevinRansom (17):
Set the version numbers for the open source build. (changeset 1221847)
Enable shadowcopying when FSI references an assembly.
Fix baselines for helptext tests (changeset 1266324)
Move the templates to the open area, create template deployment projects. Update internal build and deployment to deploy vsix' and remove existing templates on installation. (changeset 1267734)
Add a changelist to the open source codebase. (changeset 1272359)
Fix typos. (changeset 1273217)
Merge branch 'profile78' of https://git01.codeplex.com/forks/vladima/primary into pr
Update changelist.txt
Update the changelist (changeset 1282576)
Update copyright message to msopentech (changeset 1282607)
Fix expected error message to match text.
Fixup line number test following addition of shebang test case.
Open source ui stack for FSharp (changeset 1288301)
Open source ui stack for FSharp 2 (changeset 1288308)
Fix open source debug build (changeset 1288309)
Rollback cleanup. (changeset 1289633)
Fix build issue. (changeset 1289699)
Limbo Peng (1):
fix: Ctrl-D should distinguish deleting char from quitting
Linquize (1):
Sync VS2010, VS2012 and VS2013 solution files
Quentiin Lord (3):
Fix #304
Source code alignment
enable disabled test
Quentin Lord (1):
make reference assemblies local, detect portable profiles
Robert Jeppesen (4):
Implement issue #25: Treat shebang '#! ...' as a line comment
Only allow #! at the start of a file
Change text of #! error message according to comment from dsyme
Add test for invalid shebang location
Robin Neatherway (2):
Only build FSharp PCL if reference assemblies found
Do not add FSharp.Build.dll to the GAC
Steffen Forkmann (10):
It's easier than expected to build the F# compiler on windows.
Merged all copyright changes in /src from visualfsharp.codeplex.com
Small fix in DEVGUIDE.html docu
Adding links to Perl and NUnit in DEVGUIDE.html
Fixing typo in TESTGUIDE
Starting to add tests for discrimanted unions.
More tests for discrimanted unions.
!pull \\mlangfs1\public\bundles\FS.ebf2bc4a3064053cefce09afc0bf4ce25f015f82.bundle
Removing #IF SILVERLIGHT from the compiler
Remove sl5-compiler build option
TIHan (3):
Added optimizations for addresses with tests.
Changed address optimization to not optimize on top level static bindings.
Added more inline opt tests
Xiang Zhang (1):
make it possible to set breakpoint inside quotation.
antofik (1):
Improved XmlDoc tests
anton (1):
XmlDoc generation bugfix: remove duplicate namespaces
brodyberg (7):
Small changes to README.md
Remove prepositions, update name
Format corrections, correct name
Update continuous integration section
Fix text break, add link for NUnit
Correct markdown link
Shorten title, correct section case
desco (6):
Adjusted check for ParamArray case
test added
initial version of Profile78 support: make S.R.IS optional
adjust condition so ReorderCompileItems is applicable only for netcore78 configuration
updated list of defines to include queries, added profile 259
moved error message to resources
dsyme (1):
Merge pull request #302 from forki/master
enricosada (5):
add travis build status badge
renamed uppercase version
deleted uppercase version
renamed
renamed to uppercase versione
fsgit (2):
Fix #299
update targets to build PCL with 3.4.0 and 3.2.7
john pamer (1):
Make fsi aware of what it is called
latkin (42):
printfn "Hello, world!";;
First draft of TESTGUIDE doc describing tests, and a few fixes to DEVGUIDE (changeset 1219175)
Various cleanup of RunTests.cmd, in particular setting all suites to write similarly-named log files directly to \tests. Also updating the docs and adding .gitignore for test logs. (changeset 1219334)
Fix FSharp.Data.TypeProviders project (changeset 1220318)
Adding top-level project for FSharp.Data.TypeProviders, including it in sln, and updating docs (changeset 1220397)
Some small fixes tp projects and fsharp.sln:
Yet more fixes for tests so that they work properly against open source builds. (changeset 1221642)
Adding script to handle GAC, strong name verification skips, and ngen. Updating docs accordingly. (changeset 1222151)
Swapping <tt> tags in DEVGUIDE and TESTGUIDE with <code> tags to increase compatibility with CodePlex (changeset 1222337)
Updating exe.config files for fsc, fsi, fsiAnyCpu:
Refactoring the ILComparer tool project so that it can build from source, instead of requiring a checked-in binary (changeset 1225430)
Move the hosted compiler infrastructure over to the open repo and refactor projects so that it builds from source rather than requiring a checked-in binary. (changeset 1225435)
Add required plumbing so that one can build FSharp.Core for portable profile 47 in open repo (Requires rebuild of Proto so that portable targets file gets dropped) (changeset 1225504)
Add script to build test tools from source (changeset 1225556)
Allow user to specify what build flavor they want to run tests against, debug or release. (changeset 1225561)
Update docs to reflect recent changes (changeset 1225564)
Fixing defines for portable profile 47 FSharp.Core to align with what ships in Visual Studio F# (changeset 1226720)
Reconfiguring a bunch of tests that were hard-coded to use Visual Studio paths to find FSharp.Core and other F# bits. They will now use open-built bits when run from an open repo. (changeset 1226736)
Fixing a couple of typos from the previous checkin (changeset 1226793)
Add strong name validation skip for test library FSharp.Compiler.Hosted (changeset 1227695)
Update open build to target .NET 4.5 and MSBuild 12. This aligns the open build with what ships in VS 2013 and F# 3.1.1 OOB.
Fix for fsbugs issue "can't run F# Console Application with 'update' in name".
Fixing driver script for FSharp suite to properly handle paths with spaces (changeset 1234889)
Fixing up a bunch of tests that don't properly handle fsc/fsi paths with spaces (changeset 1234984)
Fix accidental incorrect quoting in test script (changeset 1235391)
A few more tweaks so that tests work properly in internal test runs (changeset 1235396)
Further tweaks to test scripts (changeset 1235417)
Removing some unneeded/incorrect quotes in TP tests (changeset 1235643)
Fix for default manifest test. Turns out LoadLibrary chokes sometimes on x86 when loading Debug assemblies. Switch to LoadLibraryEx, loading binaries as pure data files. (changeset 1236335)
Update command line used to build test DLL for default manifest test, and adding support for $ISCFLAGS in PreCmd, required for internal test runs doing multitargeting. (changeset 1236364)
Update param array test case to build C# component on-the-fly instead of using a checked-in binary. Also fill in the test case a bit more. (changeset 1239498)
Perf improvement for Seq.windowed, adapted from suggestion originally by Jon Harrop
Fix a couple of minor issues in the tutorial script. as suggested in bug 859079 (changeset 1269577)
Update Microsoft.FSharp.targets to match what is shipped in VS. This had gotten stale over the past couple of releases. (changeset 1275028)
Add capability to build portable profile 7 FSharp.Core in open source, and update tests accordingly. (changeset 1275032)
Fixing up targets file to reorder compile items for FSharp.Core whenever needed, regardless of target profile (changeset 1275183)
Fix for #9 - XML doc comments on F# record type fields do not appear when accessing in C#
Fix for #69 - Invalid code generated when calling C# method with optional nullable args
Adjust parser to disallow vertical pipes in active pattern case identifiers.
Fix for #78 - allow space characters in active pattern case identifiers (changeset 1282327)
Increasing timeout for shadowcopy tests, so they work on our weak test lab machines (changeset 1286683)
Fix up conditional definitions (changeset 1288314)
v2m (5):
fix for 37: performance regression in 3.1
fix for #7: NullRef in list comprehension, when for loop works
Type inference involving generic param arrays
adding tests: building FSharp.Core for Profile78
tests: building FSharp.Core for profile78
vladima (1):
merged with upstream
wochae (1):
[F#] Slicing and range expression inconsistent
-----------------------------------------------------------------------
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