fsprojects / FsReveal

FsReveal parses markdown and F# script file and generates reveal.js slides.
http://fsprojects.github.io/FsReveal
258 stars 100 forks source link

Do not automatically create evaluator #55

Closed tpetricek closed 9 years ago

tpetricek commented 9 years ago

I think it makes sense to do this change (proposed by @forki earlier).

Creating the evaluator automatically is nice when there is no way to specify it - but if we create it automatically, then there is no way to turn it off (if you don't want it). Also, the latest change in "master" always provides an evaluator, so the behavior there will be the same.

(A separate issue is to add tests for the evaluator that work with all testing frameworks.)

forki commented 9 years ago

:+1: