haf / expecto

A smooth testing lib for F#. APIs made for humans! Strong testing methodologies for everyone!
Apache License 2.0
663 stars 96 forks source link

Discussion: is inlining Expect.equal really a good idea? #254

Closed jackfoxy closed 6 years ago

jackfoxy commented 6 years ago

Inlining thwarts using SourceLink as a debugging tool.

haf commented 6 years ago

No it's probably not a good idea. Feel free to remove it. I think you also have to box the variable usages in that case.