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

Big upstream sync #217

Merged
merged 720 commits into from
Nov 8, 2024
Merged

Big upstream sync #217

merged 720 commits into from
Nov 8, 2024

Conversation

khatchad
Copy link
Collaborator

@khatchad khatchad commented Nov 8, 2024

Sorry for the large sync up. I'll try to summarize the changes as best as I can:

To prevent infinite recursion, only the "top-level" method established
the "seen" set.
I originally wrote this as a proof-of-concept and testing, but it's not
a legal case because the `Dataset` ctor isn't publicly visible. In other
words, `Dataset` isn't a ctor that returns in `Dataset` in "real life."
Doing this initially just made the implementation a bit easier to
visualize.
It shouldn't just pass-through it's argument. Otherwise, the PA doesn't
look right.
* Intraprocedural case for dataset iterators.

* More tests.

* Handle the intraprocedural case.
This reverts commit 53aa471. It's
failing test cases in our client but seems not to do any harm here.
* New dataset APIs.

* Add `from_tensors()`.

* Add summary for `tf.data.Dataset.enumerate()`.

* More APIs.

* Apply spotless.

* Add `list_files` summary.

* Add random.

* Sample from datasets.

* Apply spotless.
Let's keep it. We may use it at some point.
* 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 and others added 24 commits July 23, 2024 10:09
Bumps `maven.surefire.version` from 3.3.0 to 3.3.1.

Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.3.0 to 3.3.1
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](apache/maven-surefire@surefire-3.3.0...surefire-3.3.1)

Updates `org.apache.maven.plugins:maven-surefire-report-plugin` from 3.3.0 to 3.3.1
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](apache/maven-surefire@surefire-3.3.0...surefire-3.3.1)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-surefire-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.maven.plugins:maven-surefire-report-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
For example: `from X.Y.Z import *`.
…re.version-3.3.1

Bump maven.surefire.version from 3.3.0 to 3.3.1
Bumps [org.apache.maven.plugins:maven-shade-plugin](https://github.com/apache/maven-shade-plugin) from 3.4.1 to 3.6.0.
- [Release notes](https://github.com/apache/maven-shade-plugin/releases)
- [Commits](apache/maven-shade-plugin@maven-shade-plugin-3.4.1...maven-shade-plugin-3.6.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-shade-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
This can happen now since we continue processing after a parse error.
Bumps [black](https://github.com/psf/black) from 24.4.2 to 24.8.0.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@24.4.2...24.8.0)

---
updated-dependencies:
- dependency-name: black
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
…aven.plugins-maven-shade-plugin-3.6.0

Bump org.apache.maven.plugins:maven-shade-plugin from 3.4.1 to 3.6.0
@khatchad khatchad marked this pull request as ready for review November 8, 2024 21:50
Copy link
Member

@msridhar msridhar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Gonna blind stamp this one, no way I'm going to have time to review anytime soon 🙂

@msridhar msridhar merged commit 690337c into wala:master Nov 8, 2024
1 check passed
@msridhar msridhar deleted the contrib_sync_upstream branch November 8, 2024 22:36
@khatchad
Copy link
Collaborator Author

khatchad commented Nov 8, 2024

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants