Skip to content
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

Order of modules matters #168

Open
khatchad opened this issue Mar 12, 2024 · 0 comments
Open

Order of modules matters #168

khatchad opened this issue Mar 12, 2024 · 0 comments
Labels
bug Something isn't working enhancement New feature or request

Comments

@khatchad
Copy link
Collaborator

Consider the two input files below:

  1. https://github.com/wala/ML/blob/404a34f5034a2647c512ae96a021a153f7abccd6/com.ibm.wala.cast.python.test/data/multi1.py
  2. https://github.com/wala/ML/blob/404a34f5034a2647c512ae96a021a153f7abccd6/com.ibm.wala.cast.python.test/data/multi2.py

Note that 1 uses 2. Thus, you must pass 2 to the engine before passing 1.

In other words, you cannot swap the two arguments below as still have the test pass:

PythonAnalysisEngine<?> engine = makeEngine("multi2.py", "multi1.py");

@khatchad khatchad added bug Something isn't working enhancement New feature or request labels Mar 12, 2024
khatchad added a commit to ponder-lab/ML that referenced this issue Mar 12, 2024
khatchad added a commit to ponder-lab/ML that referenced this issue Mar 18, 2024
khatchad added a commit that referenced this issue Mar 19, 2024
- Capitalize constant.
- Add test for #168.
- Add a TensorFlow type.
- Suppress warnings about unused logger (we'll use it).
- Increase logging level for debugging.
- Enhance test cases.
khatchad added a commit to ponder-lab/ML that referenced this issue Jul 10, 2024
Wildcard imports in module initialization scripts. Related to wala#168.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant