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

Warning: unknown command \Join #60

Closed
ericphanson opened this issue Apr 20, 2022 · 3 comments
Closed

Warning: unknown command \Join #60

ericphanson opened this issue Apr 20, 2022 · 3 comments

Comments

@ericphanson
Copy link

I see this whenever I load Makie:

┌ Warning: unknown command \Join
└ @ MathTeXEngine ~/.julia/packages/MathTeXEngine/ZP0gS/src/parser/commands_registration.jl:48

As a user, I can't act on this (I don't think?), and I didn't import MathTeXEngine (Makie did), so I'm not really in a position to do anything about it. I think if this a real problem, it should be a hard-error so Makie's CI fails and they don't make a release declaring compatability with this version of MathTeXEngine, and if it's not a real problem, then it should emit a @debug log or such so it doesn't show up every session for downstream users.

@Kolaru
Copy link
Owner

Kolaru commented Apr 20, 2022

That's a small problem I somehow let slipped through. It is solved on the lastest version of MathTeXEngine.jl, but a bit of work is needed for compat with Makie.

Once I am done with MakieOrg/Makie.jl#1785 and it is merged, it will go away.

@jkrumbiegel
Copy link

If it's just a small non-breaking fix, you could fix it on a branch going off the last minor version and tag it as a patch release. Then it wouldn't have to wait for Makie merging the minor version.

@Kolaru
Copy link
Owner

Kolaru commented May 22, 2022

Fixed by MakieOrg/Makie.jl#1952

@Kolaru Kolaru closed this as completed May 22, 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

No branches or pull requests

3 participants