-
Notifications
You must be signed in to change notification settings - Fork 35
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
jlqml assumes QML is in scope #95
Comments
This is actually coming from here: That line assumes there is a module "QML" in scope, to fix this I will have to make changes to jlqml. |
Hlw @barche I am Utkarsh Kumar from (IIT KHARAGPUR in 3rd year pursuing BTech) and i want to contribute to GSOC 2023 in this project based on the C++ please give me some guidance where i should i start working. Thankfull to you |
Hi, for this particular issue the way to solve it would be to add a global pointer to the QML module, as is done in |
Is there an example to reproduce the problem? |
This is actually already implemented, v0.8.1 contains the last missed case of where the QML module was referenced explicitly. |
I'm working on a QML application at Justly.jl and I'm getting this error if I run without first loading QML:
I suspect it's coming from a hygeine issue with the Base
@cfunction
macro but I'm not 100% sure.The text was updated successfully, but these errors were encountered: