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

Decompiler Bug: empty list error #8

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Introduced while fixing issue #4:

> source <@ [] @>;;
System.Exception: unexpected list union case
   at FSI_0004.Swensen.Unquote.Sprint.isLiteralConstruction@312(FSharpExpr _arg1) in C:\Users\Stephen\Documents\Visual Studio 2010\Projects\Unquote\Unquote\Sprint.fs:line 318
   at FSI_0004.Swensen.Unquote.Sprint.sprint@227.Invoke(Int32 context, FSharpExpr expr) in C:\Users\Stephen\Documents\Visual Studio 2010\Projects\Unquote\Unquote\Sprint.fs:line 320
   at <StartupCode$FSI_0034>.$FSI_0034.main@()
Stopped due to error

Original issue reported on code.google.com by stephen....@gmail.com on 20 Feb 2011 at 2:46

GoogleCodeExporter commented 9 years ago

Original comment by stephen....@gmail.com on 20 Feb 2011 at 3:00

GoogleCodeExporter commented 9 years ago

Original comment by stephen....@gmail.com on 17 Mar 2011 at 4:13