<meta name="robots" content="noindex" /> ---++ <img alt="MLSA_logo.png" height="42" src="%ATTACHURL%/MLSA_logo.png" title="MLSA_logo.png" width="62" /> Known Issues ---+++ C 1 Cannot handle any python calls other than the "PyRun_SimpleFile" call. 1 <span style="background-color: transparent;">Cannot handle redefinitions of functions (functions with the same name as functions in standard libraries)</span> 1 <span style="background-color: transparent;">Cannot handle cases when the name of the source file contains spaces</span> 1 <span style="background-color: transparent;">Definitions in external C files can only be caught with the inclusion of a header file</span> 1 Doesn’t handle "dynamic dispatch" at all, and therefore cannot determine when a certain class's member function is called * handles these cases simply with "OBJ.call()" ---+++ Python 1 <span style="background-color: transparent;">Doesn’t handle lambda functions, although it catches them in function calls</span> 1 <span style="background-color: transparent;">Doesn’t handle "dynamic dispatch" at all, and therefore cannot determine when a certain class's member function is called</span> * handles these cases simply with "OBJ.call()" 1 Cannot handle function calls inside lambda functions (links them to the outer function) ---+++ JavaScript 1 Cannot handle classes 1 Cannot handle function calls inside Anonymous Functions (links them to the outer function) 1 Cannot handle other JavaScript program's functions being invoked, as there is no set protocol for this 1 Doesn’t handle "dynamic dispatch" at all, and therefore cannot determine when a certain class's member function is called * handles these cases simply with "OBJ.call()" ---+++ Pybind11 1 Some repositories requires to add link for Eigen , Pybind11 or other folders. Otherwise the C++ function calls are not found in the AST file of the source file. 1 Processing speed of mlcg.py gets slowed down when running on Pybind11 repositories. 1 Handling a situation where function is imported from the C++ module instead of the whole module. (E.g.,<i>from example import Pet</i>) ---++ Permissions * Persons/group who can view/change the page: * Set ALLOWTOPICCHANGE = FRCVRoboticsGroup -- (c) Fordham University Robotics and Computer Vision
Attachments
Attachments
Topic attachments
I
Attachment
History
Action
Size
Date
Who
Comment
png
MLSA_logo.png
r1
manage
38.5 K
2017-07-12 - 19:29
AnneMarieBogar
This topic: Main
>
WebHome
>
FordhamRoboticsAndComputerVisionLaboratory
>
FRCVPublicProject
>
FRCVLabMLSA
>
FRCVLabMLSA_issues
Topic revision: r5 - 2019-05-30 - LabTech
Copyright © 2008-2025 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki?
Send feedback