Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automatically build md from Pluto notebooks using PlutoStaticHTML. #109

Merged
merged 2 commits into from
Oct 4, 2024

Conversation

pwochner
Copy link
Contributor

@pwochner pwochner commented Oct 4, 2024

  • Markdown files are built directly from Pluto notebooks.
  • Notebooks are executed before conversion => deprecated notebooks will fail.
  • Remove obsolete html files.

@pwochner pwochner requested a review from ReubenJ October 4, 2024 09:22
Comment on lines 142 to 145
# ╠═╡ disabled = true
#=╠═╡
solution_3 = synth(problem_2, iterator_3)
╠═╡ =#
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we use a macro from the Test package to run this and test that an exception is thrown? Then the intended behavior is explicit in both text and code.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I added a test to the cell.

#=╠═╡
solution_3 = synth(problem_2, iterator_3)
╠═╡ =#
Test.@test_throws HerbSearch.EvaluationError synth(problem_2, iterator_3)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perfect! Looks good 🎉

@ReubenJ ReubenJ merged commit fd0a9d4 into master Oct 4, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants