Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
Line: 23 to 23 | ||||||||
| ||||||||
Changed: | ||||||||
< < |
| |||||||
> > | ||||||||
Pybind11
| ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
Permissions
|
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
Line: 23 to 23 | ||||||||
| ||||||||
Added: | ||||||||
> > |
Pybind11
| |||||||
Permissions
|
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
Changed: | ||||||||
< < | Known Issues | |||||||
> > | | |||||||
C | ||||||||
Changed: | ||||||||
< < | 1. Any python calls other than the "PyRun_SimpleFile" call. 2. Redefinitions of functions (functions with the same name as functions in standard libraries) may break the program. 3. The name of the source file cannot contain spaces 4. Definitions in external C files are not combined with the main program graph | |||||||
> > |
| |||||||
Python | ||||||||
Changed: | ||||||||
< < | 1. The software doesn’t handle lambda functions 2. It doesn’t handle dictionary structures (problem with keys) 3. It only works for calls and arguments that are expressed using binary operations (not all binary operations are supported) 4. The software doesn’t record arguments of functions from objects and desn't handle "dynamic dispatch" at all. 5. It doesn’t handle lists operations as arguments. | |||||||
> > |
JavaScript
| |||||||
Permissions
| ||||||||
Added: | ||||||||
> > |
|
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
Line: 22 to 22 | ||||||||
3. It only works for calls and arguments that are expressed using binary operations (not all binary operations are supported) | ||||||||
Changed: | ||||||||
< < | 4. The software doesn’t record arguments of functions from objects | |||||||
> > | 4. The software doesn’t record arguments of functions from objects and desn't handle "dynamic dispatch" at all. | |||||||
5. It doesn’t handle lists operations as arguments. |
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Added: | ||||||||
> > |
Known IssuesC1. Any python calls other than the "PyRun_SimpleFile" call. 2. Redefinitions of functions (functions with the same name as functions in standard libraries) may break the program. 3. The name of the source file cannot contain spaces 4. Definitions in external C files are not combined with the main program graphPython1. The software doesn’t handle lambda functions 2. It doesn’t handle dictionary structures (problem with keys) 3. It only works for calls and arguments that are expressed using binary operations (not all binary operations are supported) 4. The software doesn’t record arguments of functions from objects 5. It doesn’t handle lists operations as arguments.Permissions
|