Replies: 1 comment 2 replies
-
I would be very open to moving the Python frontend to the main WALA repo. One concern that comes to mind is tests. Does the frontend itself have decent test coverage that is independent of the ML usage in Ariadne? I think we would want to have a good test suite that has assertions about correctness of call graph construction, etc. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We may be getting to a point now where the Python parsing part of Ariadne (
com.ibm.wala.cast.python
) can join Java and Javascript in thecast
module on WALA. The ML part of Ariadne should, I believe, remain in the original repo for now until it is more mature to handle modern versions of TensorFlow more fully.Is there any desire for this? My thinking is that, in doing so, it will be become more accessible to WALA users. Currently, being in its own repository completely may make it a bit obscure. Moving it would also potentially make people aware that it has a lot of new features since it's inception. Specifically, perhaps people tried it before without much luck on some modern Python.
Beta Was this translation helpful? Give feedback.
All reactions