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
Maintain preprocessors/backends execution order as defined in book.toml
There's a regression caused by recent refactor work, as it used to execute
preprocessors/backends in order as defined in book.toml, but now this is
not the case, which causes trouble when some backends depend on the result
from another backend (e.g. mdbook-pdf). The root cause is that a HashMap
has no order, so this PR switch this into BTreeMap instead.
Signed-off-by: Hollow Man <[email protected]>
0 commit comments