You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The sphinx extension we use to run haskell code should check the output of that code against a golden file to ensure that the book's code snippets build in the way we expect and to ensure output does not change across GHC/Cabal/Stack versions.
The code is in root/extensions/sphinx_exec_directive.py. We should have:
A setting that points to the golden file directory. This directory layout should follow the layout of the book.
A setting exposed to the user that disables this feature in conf.py. We want fast rebuilds while writing and checked builds on CI.
The text was updated successfully, but these errors were encountered:
The sphinx extension we use to run haskell code should check the output of that code against a golden file to ensure that the book's code snippets build in the way we expect and to ensure output does not change across GHC/Cabal/Stack versions.
The code is in
root/extensions/sphinx_exec_directive.py
. We should have:conf.py
. We want fast rebuilds while writing and checked builds on CI.The text was updated successfully, but these errors were encountered: