-
Notifications
You must be signed in to change notification settings - Fork 588
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
Narrow down context.virtualize at function level #658
The head ref may contain hidden characters: "virtualize\u00E8function_level"
Conversation
Could you test this with all (non-obsolete) presets that use Info.virtualize() just to make sure nothing breaks? |
When the But the What do you think about this ? |
Well that identifier only appears after the parameters, so the easiest way to fix this might be to call function() again recursively? |
I didn't see an easy way to call I re-checked all presets with this new commit. No change in any parsing result but: caffe: a parameter of non-virtual functions of virtualized class have lost their
I guess the new behavior is correct ? qt: same for QByteArray.fromStdString, QString.fromStdString and QString.fromStdWString not tested: arpack-ng (could not compile with CentOS docker), skia (could not download) |
What are you trying to do exactly here? I don't see how that is supposed to pick up |
The aim is to set
In master, |
BTW, why is there a |
See #656