The FsLex and FsYacc build tasks are broken in the Dec2012 release. Using either of them results in a build error:
C:\Program Files (x86)\MSBuild\FSharp\1.0\FSharp.PowerPack.targets(32,3): error M...
Id #7307 | Release:
None
| Updated: Apr 23 at 5:33 PM by wezeku | Created: Feb 11 at 5:55 PM by JPW
I'm having trouble installing the F# PowerPack in Mac OS X. It appears that gacutil must be run over each DLL individually. When I try to install the parallel DLL, gacutil says:
"Failure adding as...
Id #7274 | Release:
None
| Updated: Feb 21 at 11:24 PM by mcandre | Created: Jan 20 at 5:18 PM by mcandre
When using the CodeDomCompiler to compile multiple source strings (by calling CodeDomCompiler.CompileAssemblyFromSource with more than one source string) the compiler raises an ArgumentException: T...
Id #7214 | Release:
None
| Updated: Feb 21 at 11:24 PM by govert | Created: Nov 29, 2012 at 10:02 PM by govert
I had some strange issues working with Visual Studio 2012 and .net 4.5.It seems that in a F# project with .net 4.5, when the current build of powerpack is referenced, some bytecode is incompatible....
Id #7206 | Release:
None
| Updated: Feb 21 at 11:24 PM by CadErik | Created: Nov 22, 2012 at 3:16 PM by CadErik
There seems to be a problem with FsYacc's lexer regarding %token and %start types. The following should work but do not:
int -> int
(int -> int)
seq<int>
Func<int,int,bool>
But "(int, int, boo...
Id #7025 | Release:
None
| Updated: Feb 21 at 11:24 PM by gsv | Created: Jul 6, 2012 at 2:20 PM by ramonsnir
FsYacc seems to have issues with some types. See here (http://stackoverflow.com/questions/11342379/how-to-add-and-use-custom-context-parameters-during-parsing-with-f-fsyacc/11359377#comment14969724...
Id #7024 | Release:
None
| Updated: Feb 21 at 11:24 PM by ramonsnir | Created: Jul 6, 2012 at 2:17 PM by ramonsnir
In testing some recent parsing work (HTTP request messages) I tried using AsyncStreamReader and found that it was many orders of magnitude slower than System.IO.StreamReader. I understand the trade...
Id #6925 | Release:
None
| Updated: Feb 21 at 11:24 PM by riles01 | Created: May 3, 2012 at 2:10 PM by riles01
The current spec is
let string_of_float (x:float) = x.ToString()
I think it should be
let string_of_float (x:float) =
x.ToString(System.Globalization.CultureInfo.InvariantCulture)
Ocaml...
Id #6881 | Release:
None
| Updated: Feb 21 at 11:24 PM by mattiasw | Created: Apr 6, 2012 at 1:20 PM by mattiasw
r @"c:\users\dan\documents\visual studio 11\Projects\ConsoleApplication1\packages\FSPowerPack.Community.2.1.2.1\Lib\Net40\FSharp.PowerPack.dll" ;;
--> Referenced 'c:\users\dan\documents\visual s...
Id #6840 | Release:
None
| Updated: Feb 21 at 11:24 PM by Thorntod | Created: Mar 23, 2012 at 2:26 AM by Thorntod
Error message "this assembly is built by a runtime newer than the currently loaded runtime and cannot be loaded"
I have already tried uninstalling and reinstalling the newest PowerPack.
VS 2010
F...
Id #6375 | Release:
None
| Updated: Apr 23 at 5:19 PM by wezeku | Created: Aug 13, 2011 at 12:21 PM by RolandOfGilead