Migrate to v0.5.x; Add chapter on Turing Completeness#115
Merged
Veykril merged 3 commits intoVeykril:mainfrom Nov 26, 2025
Merged
Migrate to v0.5.x; Add chapter on Turing Completeness#115Veykril merged 3 commits intoVeykril:mainfrom
Veykril merged 3 commits intoVeykril:mainfrom
Conversation
This is needed for migration to v0.5.x of mdBook
Contributor
Author
@Veykril it's erroring on a code snippet that's part of the existing repo. Should I add a commit to fix that? |
5ebae72 to
5c76b52
Compare
Owner
|
Yea if you could just fix that as well that would be appreciated! |
Done to comply with #[deny(semicolon_in_expressions_from_macros)], which itself is a consequence of #[deny(future_incompatible)]
Contributor
Author
|
@Veykril all done fam :) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I was just adding the chapter on Turing Completeness (by reduction of Tag Systems into Declarative Macros), and whilst trying to build the book I realized that since the last time this book was deployed, a new minor version of mdBook had been released which broke the build.
Hence, this PR including 2 commits:
book.multilingualandbook.editionfields:book.multilingualhas been removed.book.editionseems to have been obsoleted byrust.edition. I wasn't able to find a note saying why the build would be breaking, but redundancy with the relatively newrust.editionfield is my current guess as to why it was.