-
-
Notifications
You must be signed in to change notification settings - Fork 287
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
feat: add tectonic #249
feat: add tectonic #249
Conversation
Hey @thanhvule0310! Thanks for the PR, looks great as always. I’m not too sure about this package though, see my comment #248 (comment). As you also mention, this doesn’t seem to fit any category. Let’s see what Raafat says. |
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.
tectonic
can be used as a compiler backend for the Texlab LSP
github | ||
.unzip_release_file({ | ||
repo = repo, | ||
asset_file = format_release_file "tectonic-%s-x86_64-pc-windows-msvc.zip", |
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.
Changing Windows to use the binary built using the MSVC toolchain (instead of GNU which use the GNU ABI).
when( | ||
platform.is.linux_x64 and platform.get_libc() == "musl", | ||
format_release_file "tectonic-%s-x86_64-unknown-linux-musl.tar.gz" | ||
), |
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.
Making sure to install correct binary on musl systems
This PR solved issue #248 . However I don't use tectonic, so I'm not sure what category it is. 🤔