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

Introduce first-class object UnquotedExpression which will be returned from unquote operator #111

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently, the namesake unquote operator returns unit and just prints to stdout 
(for FSI)... we will introduce a breaking change where this function will now 
return a new UnquotedExpression instance (which will contain reduction 
information about the quotation expression supplied to the constructor). We 
will also use this object for some internal refactoring.

Original issue reported on code.google.com by stephen....@gmail.com on 24 Mar 2015 at 2:30

GoogleCodeExporter commented 9 years ago

Original comment by stephen....@gmail.com on 12 Apr 2015 at 5:58

GoogleCodeExporter commented 9 years ago

Original comment by stephen....@gmail.com on 17 May 2015 at 6:10