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

Initial support for resolving wildcard imports #169

Merged
merged 2 commits into from
Mar 19, 2024

Commits on Mar 16, 2024

  1. Resolve wildcard imports (#90)

    * Add tests.
    
    * More tests for wala#65.
    
    * Hack it.
    
    * More tests.
    
    * More tests.
    
    * Revert "Hack it."
    
    This reverts commit 13f6c78. Do it
    through the PA instead.
    
    * Progress.
    
    * Remove warning suppression.
    
    We're using the logger now.
    
    * More tests.
    
    * Add logging.
    
    * Progress.
    
    * Another transitive test.
    
    * Only traverse the queue.
    
    We still need it.
    
    * Check if the value is a constant first.
    
    * Rearrange.
    
    * Short circuit when we find the import.
    
    Use only the first found library.
    
    * Generalize.
    
    * Move CG assertions after dump.
    
    * Cleanup variables.
    
    * Remove unnecessarily method call.
    
    * Move variables out.
    
    * Progress.
    
    * Cleanup.
    
    * Update test.
    khatchad committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    dd5227f View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Make comparison safer.

    khatchad committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    d9bc9ef View commit details
    Browse the repository at this point in the history