-
Notifications
You must be signed in to change notification settings - Fork 44
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
Tmp gre #1543
Tmp gre #1543
Conversation
Some errors for gregorio print to stderr but do not write to glog. This leads to the error being lost when autocompiling, so we add a redirect which will capture the stderr output and put it in glog.
When compiling gabc files, tmp-gre will be created in the cwd and gtex and glog files will be written there. This allows for compilation of gabc files which are outside the current tree and should allow for compilation of tex files from outside outside of the project folder.
I'll see if I have some time to set up a windows development environment |
I've been using this branch on a project of mine since creating this pull request without problems so I'm going to merge on Monday if no one objects. |
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 don't fully understand what the lua code is doing (on the TeX side), but since this is battle-tested, I'm ok with the merge.
Looks fine to me. So much boilerplate dealing with |
I really need this update - when will it be available through TeX Live? Or is there a windows build available? |
To be honest, I'd forgotten we hadn't initiated a release for this. I'll see to it that we get one going for inclusion in TeX Live 2025. |
Thanks brother!
…On Sat, Jan 18, 2025, 3:19 PM Br. Samuel Springuel ***@***.***> wrote:
To be honest, I'd forgotten we hadn't initiated a release for this. I'll
see to it that we get one going for inclusion in TeX Live 2025.
—
Reply to this email directly, view it on GitHub
<#1543 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AMQ55J5YHM6RRGIBXG4LXKL2LLANFAVCNFSM6AAAAABVK65VKGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKOJZHE4DENZSHE>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Trying to solve some errors when it come to compilations of files in unusual locations.
Addresses several issues: #1542 #1541 #1393
@jperon and @Nokel81 I would appreciate it if you could give this a try and see if your particular issue gets solved in an acceptable manner by this change.
I'll add documentation after receiving feedback on the fix.