Clemapfel / Mousetrap.jl

Finally, a GUI Engine made for Julia

Home Page:https://clemens-cords.com/mousetrap

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Example code is not tested or run

LilithHafner opened this issue · comments

This leads to issues like
#65
#62
#56

I agree, the main issue is that Documenter.jl doctest macro does not work with Mousetrap, as it needs to create a new window and application instance anytime any of the code snippets is run, since they are all completely sandboxed.

You are still right though, I should find another automated system to run all the example snippets

Fixed by multiple commits such as b72910a, all runnable code in the docs is now run once when the docs are built, avoiding future typos.

This fix will go live with 3.4

Thank you! Well done! Yay!