-
Notifications
You must be signed in to change notification settings - Fork 119
Keep empty files when bundling Quarto in our builds #9820
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
Conversation
E2E Tests 🚀 |
I just kicked off Windows release builds here: https://github.com/posit-dev/positron-builds/actions/runs/18317750173 |
The initial change did not work, sadly; we still get the error about a missing I added some logging and kicked off new builds: https://github.com/posit-dev/positron-builds/actions/runs/18320088914 |
The logging says that there are no empty files after the I added new logging to see if the three files are in the ZIP file using a different library and find where we are losing them. New builds are kicked off here: https://github.com/posit-dev/positron-builds/actions/runs/18323439431 |
OMG I FORGOT TO COMPILE TO JS 😮💨 New builds are kicked off here: https://github.com/posit-dev/positron-builds/actions/runs/18324941010 |
I recognize this cli error. IME that occurs when you try to re-emit an error message via |
It seems I need to look for this in quarto-R. I don't think I have a report yet for such error. Where can I find Also @juliasilge the initial quarto error about missing tex file is not just with Also, I would check other OS -> are the empty files correctly inside the quarto installation folder bundled by positron ? |
I'm pretty sure that this is a Windows only problem, based on the experimentation I have done here. For example, for me on macOS:
|
Perfect. If the files are there, this should be ok then. I see now that |
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.
LGTM!
I hope that this addresses problems that folks are experiencing like:
We originally thought what needed to happen was to bundle tinytex or another PDF engine, but that may not be the source of the error folks are experiencing. Instead, as @cderv explains, these empty but required files are missing, leading to errors like:
Release Notes
New Features
Bug Fixes
QA Notes
We need to get a Windows release build here, and then try to use
quarto::quarto_render()
for a small example file to render to PDF, something like this:After this change, you'll get an error about not having tinytex instead of a missing
before-bib.tex
.