SwensenSoftware / unquote

Write F# unit test assertions as quoted expressions, get step-by-step failure messages for free
http://www.swensensoftware.com/unquote
Apache License 2.0
287 stars 25 forks source link

Bug: op_LogicalNot is not supported #49

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
> <@ (~~~) 1 @> |> eval;;
System.NotSupportedException: Specified method is not supported.

Server stack trace: 
   at Microsoft.FSharp.Core.Operators.op_LogicalNot[T](T value)

Exception rethrown at [0]: 
   at Swensen.Unquote.Evaluation.eval(FSharpList`1 env, FSharpExpr expr) in C:\Users\Stephen\Documents\Visual Studio 2010\Projects\Unquote\code\Unquote\Evaluation.fs:line 260
   at Swensen.Unquote.Extensions.Expr`1.Eval[T](FSharpExpr`1 ) in C:\Users\Stephen\Documents\Visual Studio 2010\Projects\Unquote\code\Unquote\Extensions.fs:line 25
   at <StartupCode$FSI_0034>.$FSI_0034.main@()
Stopped due to error

Original issue reported on code.google.com by stephen....@gmail.com on 11 Jul 2011 at 3:49

GoogleCodeExporter commented 9 years ago

Original comment by stephen....@gmail.com on 11 Jul 2011 at 4:01

GoogleCodeExporter commented 9 years ago

Original comment by stephen....@gmail.com on 12 Jul 2011 at 3:03