-
Notifications
You must be signed in to change notification settings - Fork 17
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
Add --dev switch #387
Add --dev switch #387
Conversation
Need to also add Lines 434 to 436 in 3457c13
|
@muzimuzhi Done |
I think this functionality warrants a ltnews entry (in a different repo I know) explaining how a maintainer of a package using l3build for it can easily test his or her package with the upcoming LaTeX release this way. |
l3build.lua
Outdated
if options["dev"] and checkformat == "latex" then | ||
checkformat = "latex-dev" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not sure if it helps or if it makes things worse, but shouldn't there perhaps a terminal output stating --dev not applied if checkformat is not latex?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've added one - it only shows at the top level due to the way configs work, but hopefully that's enough?
9ddd467
to
63fe0ba
Compare
63fe0ba
to
cea204e
Compare
No description provided.