SoftwareUnderstanding / inspect4py

Static code analysis package for Python repositories
https://inspect4py.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
27 stars 10 forks source link

Dev #410

Closed OEG-Clark closed 1 year ago

OEG-Clark commented 1 year ago

Added functionalities of data flow and code_tokens

dgarijo commented 1 year ago

@OEG-Clark, thanks for your contribution. There are few things that are missing here:

Once that's done, I think we can merge the PR.

dgarijo commented 1 year ago

Also please move the my-languages.so file in a new folder called resources

dgarijo commented 1 year ago

Thanks. All the paths will now break in Unix. We need to make the paths system independent. I will have a look when I get the time

OEG-Clark commented 1 year ago

This is working in my system, so windows should be good, and for the testing part, we may need to state to change the path in test_inspect4py.py.

dgarijo commented 1 year ago

Thanks. I just need some comments on the dataflow. How is it supposed to be used? Can we use the figure from the Google paper you used as reference?

OEG-Clark commented 1 year ago

Will Add tomorrow, however, the test is just the same example

dgarijo commented 1 year ago

Right, but we need it for reference and to explain how things work

dgarijo commented 1 year ago

whatt?? Why was there an inspect4py2?