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 Feature Request: sprint Lambda Unit vars literally #21

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Instead of,

> <@ fun () -> 3 @> |> source;;
val it : string = "fun unitVar0 -> 3"

should be

> <@ fun () -> 3 @> |> source;;
val it : string = "fun () -> 3"

Original issue reported on code.google.com by stephen....@gmail.com on 14 Mar 2011 at 11:36

GoogleCodeExporter commented 9 years ago

Original comment by stephen....@gmail.com on 14 Mar 2011 at 1:24

GoogleCodeExporter commented 9 years ago

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

GoogleCodeExporter commented 9 years ago
removing premature milestone label assignment, from now on will hold off 
applying the label until release is actually ready (for example, I am planning 
on calling the next release 1.3.0 instead of 1.2.4 due to significant feature 
enhancements).

Original comment by stephen....@gmail.com on 27 Mar 2011 at 2:12

GoogleCodeExporter commented 9 years ago

Original comment by stephen....@gmail.com on 2 Apr 2011 at 7:59