Skip to content

Conversation

@cderv
Copy link
Collaborator

@cderv cderv commented Oct 27, 2025

LuaTeX-ja errors use "File" with capital F in error messages like: "! LuaTeX-ja error: File 'jfm-zh_CN.lua' not found."

Updated regex pattern to match both "file" and "File" by using [fF]ile character class. Added test case to verify detection.

Fixes rstudio/tinytex-releases#49

LuaTeX-ja errors use "File" with capital F in error messages like:
"! LuaTeX-ja error: File 'jfm-zh_CN.lua' not found."

Updated regex pattern to match both "file" and "File" by using [fF]ile
character class. Added test case to verify detection.

Fixes rstudio/tinytex-releases#49
@posit-snyk-bot
Copy link
Collaborator

posit-snyk-bot commented Oct 27, 2025

Snyk checks have passed. No issues have been found so far.

Status Scanner Critical High Medium Low Total (0)
Licenses 0 0 0 0 0 issues
Open Source Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

@cderv
Copy link
Collaborator Author

cderv commented Oct 27, 2025

Some playwright tests are failling somehow... 🤔 I don't this change has impact. I'll check locally.

@cderv
Copy link
Collaborator Author

cderv commented Oct 27, 2025

They are passing so it must be something else.

@cderv cderv merged commit 3585498 into main Oct 27, 2025
50 of 51 checks passed
@cderv cderv deleted the tinytex/file-error branch October 27, 2025 15:34
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.

! LuaTeX-ja error: File `jfm-zh_CN.lua' not found.

3 participants