Skip to content
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

Merged
merged 2 commits into from
Aug 5, 2022
Merged

feat: add tectonic #249

merged 2 commits into from
Aug 5, 2022

Conversation

thanhvule0310
Copy link
Contributor

This PR solved issue #248 . However I don't use tectonic, so I'm not sure what category it is. 🤔

@williamboman
Copy link
Owner

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.

Copy link
Owner

@williamboman williamboman left a 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",
Copy link
Owner

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).

Comment on lines +34 to +37
when(
platform.is.linux_x64 and platform.get_libc() == "musl",
format_release_file "tectonic-%s-x86_64-unknown-linux-musl.tar.gz"
),
Copy link
Owner

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

@williamboman williamboman merged commit 7c9155b into williamboman:main Aug 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants