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
285 stars 26 forks source link

Decompiler Bug: do a better job of sprinting None values #80

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Sprinting direct union case constructions like <@ None : option<int> @> works 
fine, but e.g.

let f () = None:option<int>
unquote <@ f () @>

outputs

f()
null

when it should output

f()
None

Original issue reported on code.google.com by stephen....@gmail.com on 11 Apr 2012 at 6:44

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r472.

Original comment by stephen....@gmail.com on 11 Apr 2012 at 3:38

GoogleCodeExporter commented 9 years ago

Original comment by stephen....@gmail.com on 11 Apr 2012 at 8:46