Skip to content

Conversation

@MdAamirRaihan
Copy link
Contributor

@MdAamirRaihan MdAamirRaihan commented Jun 15, 2022

Summary:
This PR updates the miniz library from version 2.0.8 to 2.1.0.

@facebook-github-bot
Copy link
Contributor

Hi @MdAamirRaihan!

Thank you for your pull request and welcome to our community.

Action Required

In order to merge any pull request (code, docs, etc.), we require contributors to sign our Contributor License Agreement, and we don't seem to have one on file for you.

Process

In order for us to review and merge your suggested changes, please sign at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need to sign the corporate CLA.

Once the CLA is signed, our tooling will perform checks and validations. Afterwards, the pull request will be tagged with CLA signed. The tagging process may take up to 1 hour after signing. Please give it that time before contacting us about it.

If you have received this in error or have any questions, please contact us at [email protected]. Thanks!

@facebook-github-bot
Copy link
Contributor

facebook-github-bot commented Jun 15, 2022

🔗 Helpful links

✅ No Failures (0 Pending)

As of commit e7fd9b4 (more details on the Dr. CI page):

Expand to see more

💚 💚 Looks good so far! There are no failures yet. 💚 💚


This comment was automatically generated by Dr. CI (expand for details).

Please report bugs/suggestions to the (internal) Dr. CI Users group.

Click here to manually regenerate this comment.

@albanD
Copy link
Collaborator

albanD commented Jun 21, 2022

Hi,

Why do you want to do this update?

@albanD albanD added the triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module label Jun 21, 2022
@MdAamirRaihan
Copy link
Contributor Author

MdAamirRaihan commented Jun 21, 2022

Hi,

Why do you want to do this update?

The miniz library symbol is publicly exposed and causing some internal conflict with our (microsoft) software stack . Therefore updating the miniz to a newer (same) version.

Besides we are updating it to a new version so all the new functionality available in miniz-2.1.0 will be available and this update is not causing any regression problem so I think we can merge it.

@albanD
Copy link
Collaborator

albanD commented Jun 21, 2022

Could please take care of the CLA before this can be merged?

cc @malfet

@MdAamirRaihan
Copy link
Contributor Author

Could please take care of the CLA before this can be merged?

cc @malfet

Just signed the CLA

@albanD
Copy link
Collaborator

albanD commented Jun 21, 2022

It seems that the CLA was registered as the bot didn't post here.
Can you double check that you did it with the right github handle/email as the one on your github account?

@MdAamirRaihan
Copy link
Contributor Author

MdAamirRaihan commented Jun 21, 2022

It seems that the CLA was registered as the bot didn't post here. Can you double check that you did it with the right github handle/email as the one on your github account?

Yes, I did it with the correct email and account name.

It seems that I had to push something on the PR to re-trigger the bot.

@facebook-github-bot
Copy link
Contributor

Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Meta Open Source project. Thanks!

Copy link
Collaborator

@albanD albanD left a comment

Choose a reason for hiding this comment

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

SGTM thanks for the update

@albanD
Copy link
Collaborator

albanD commented Jun 22, 2022

@pytorchbot merge

@pytorchmergebot
Copy link
Collaborator

@pytorchbot successfully started a merge job. Check the current status here

@pytorchmergebot
Copy link
Collaborator

@MdAamirRaihan your PR has been successfully merged.

@github-actions
Copy link
Contributor

Hey @MdAamirRaihan.
You've committed this PR, but it does not have both a 'release notes: ...' and 'topics: ...' label. Please add one of each to the PR. The 'release notes: ...' label should represent the part of PyTorch that this PR changes (fx, autograd, distributed, etc) and the 'topics: ...' label should represent the kind of PR it is (not user facing, new feature, bug fix, perf improvement, etc). The list of valid labels can be found here for the 'release notes: ...' and here for the 'topics: ...'.
For changes that are 'topic: not user facing' there is no need for a release notes label.

aovladi pushed a commit that referenced this pull request Jun 22, 2022
Summary:
This PR updates the miniz library from version 2.0.8 to 2.1.0.

Pull Request resolved: #79636
Approved by: https://github.com/albanD
facebook-github-bot pushed a commit that referenced this pull request Jun 22, 2022
Summary:
This PR updates the miniz library from version 2.0.8 to 2.1.0.

Pull Request resolved: #79636
Approved by: https://github.com/albanD

Test Plan: contbuild & OSS CI, see https://hud.pytorch.org/commit/pytorch/pytorch/7ea723b8f65fa176732f61923a2b88d77a2f105a

Reviewed By: albanD

Differential Revision: D37349351

Pulled By: albanD

fbshipit-source-id: ffff533cc6d93f15a3620139fb5a9fd8fbc68b2d
larryliu0820 added a commit that referenced this pull request Nov 7, 2024
Summary:

Bump miniz version from 2.1.0 to 3.0.2 and apply these patches:

* #79636 patches internal BUCK and bazel build
* #138959 adds `bool compute_crc32` argument
* miniz PR: richgel999/miniz#324 to support
  zip64

Anyone bumping miniz version again, please apply these patches as well.

Test Plan: Rely on unit test

Reviewers:

Subscribers:

Tasks:

Tags:

[ghstack-poisoned]
larryliu0820 added a commit that referenced this pull request Nov 7, 2024
…d patch for zip64"

Summary:

Bump miniz version from 2.1.0 to 3.0.2 and apply these patches:

* #79636 patches internal BUCK and bazel build
* #138959 adds `bool compute_crc32` argument
* miniz PR: richgel999/miniz#324 to support
  zip64

Anyone bumping miniz version again, please apply these patches as well.

Test Plan: Rely on unit test

Reviewers:

Subscribers:

Tasks:

Tags:

[ghstack-poisoned]
larryliu0820 added a commit that referenced this pull request Nov 7, 2024
Summary:

Bump miniz version from 2.1.0 to 3.0.2 and apply these patches:

* #79636 patches internal BUCK and bazel build
* #138959 adds `bool compute_crc32` argument
* miniz PR: richgel999/miniz#324 to support
  zip64

Anyone bumping miniz version again, please apply these patches as well.

Test Plan: Rely on unit test

Reviewers:

Subscribers:

Tasks:

Tags:

[ghstack-poisoned]
larryliu0820 added a commit that referenced this pull request Nov 7, 2024
…d patch for zip64"

Summary:

Bump miniz version from 2.1.0 to 3.0.2 and apply these patches:

* #79636 patches internal BUCK and bazel build
* #138959 adds `bool compute_crc32` argument
* miniz PR: richgel999/miniz#324 to support
  zip64

Anyone bumping miniz version again, please apply these patches as well.

Test Plan: Rely on unit test

Reviewers:

Subscribers:

Tasks:

Tags:

Differential Revision: [D65586230](https://our.internmc.facebook.com/intern/diff/D65586230)

[ghstack-poisoned]
larryliu0820 added a commit that referenced this pull request Nov 7, 2024
Summary:

Bump miniz version from 2.1.0 to 3.0.2 and apply these patches:

* #79636 patches internal BUCK and bazel build
* #138959 adds `bool compute_crc32` argument
* miniz PR: richgel999/miniz#324 to support
  zip64

Anyone bumping miniz version again, please apply these patches as well.

Test Plan: Rely on unit test

Reviewers:

Subscribers:

Tasks:

Tags:

Differential Revision: [D65586230](https://our.internmc.facebook.com/intern/diff/D65586230)

[ghstack-poisoned]
larryliu0820 added a commit that referenced this pull request Nov 7, 2024
Summary:

Bump miniz version from 2.1.0 to 3.0.2 and apply these patches:

* #79636 patches internal BUCK and bazel build
* #138959 adds `bool compute_crc32` argument
* miniz PR: richgel999/miniz#324 to support
  zip64

Anyone bumping miniz version again, please apply these patches as well.

Test Plan: Rely on unit test

Reviewers:

Subscribers:

Tasks:

Tags:

ghstack-source-id: 4501669
Pull Request resolved: #139985
larryliu0820 added a commit that referenced this pull request Nov 7, 2024
Summary:
Bump miniz version from 2.1.0 to 3.0.2 and apply these patches:

* #79636 patches internal BUCK and bazel build
* #138959 adds `bool compute_crc32` argument
* miniz PR: richgel999/miniz#324 to support
  zip64

Anyone bumping miniz version again, please apply these patches as well.

Test Plan:
Rely on unit test

Imported from OSS

Differential Revision: D65586230
larryliu0820 added a commit that referenced this pull request Nov 7, 2024
Summary:
Pull Request resolved: #140041

Bump miniz version from 2.1.0 to 3.0.2 and apply these patches:

* #79636 patches internal BUCK and bazel build
* #138959 adds `bool compute_crc32` argument
* miniz PR: richgel999/miniz#324 to support
  zip64

Anyone bumping miniz version again, please apply these patches as well.

Test Plan:
Rely on unit test

Imported from OSS

Differential Revision: D65586230
larryliu0820 added a commit that referenced this pull request Nov 8, 2024
Summary:
Pull Request resolved: #140041

Bump miniz version from 2.1.0 to 3.0.2 and apply these patches:

* #79636 patches internal BUCK and bazel build
* #138959 adds `bool compute_crc32` argument
* miniz PR: richgel999/miniz#324 to support
  zip64

Anyone bumping miniz version again, please apply these patches as well.

Test Plan:
Rely on unit test

Imported from OSS

Differential Revision: D65586230
larryliu0820 added a commit that referenced this pull request Nov 8, 2024
Summary:
Pull Request resolved: #140041

Bump miniz version from 2.1.0 to 3.0.2 and apply these patches:

* #79636 patches internal BUCK and bazel build
* #138959 adds `bool compute_crc32` argument
* miniz PR: richgel999/miniz#324 to support
  zip64

Anyone bumping miniz version again, please apply these patches as well.

Test Plan:
Rely on unit test

Imported from OSS

Reviewed By: mikaylagawarecki, angelayi

Differential Revision: D65586230
pytorchmergebot pushed a commit that referenced this pull request Nov 9, 2024
Summary:
Bump miniz version from 2.1.0 to 3.0.2 and apply these patches:

* #79636 patches internal BUCK and bazel build
* #138959 adds `bool compute_crc32` argument
* miniz PR: richgel999/miniz#324 to support
  zip64

Anyone bumping miniz version again, please apply these patches as well.

Test Plan:
Rely on unit test

Imported from OSS

Differential Revision: D65586230

Pull Request resolved: #140041
Approved by: https://github.com/mikaylagawarecki
pobin6 pushed a commit to pobin6/pytorch that referenced this pull request Dec 5, 2024
…140041)

Summary:
Bump miniz version from 2.1.0 to 3.0.2 and apply these patches:

* pytorch#79636 patches internal BUCK and bazel build
* pytorch#138959 adds `bool compute_crc32` argument
* miniz PR: richgel999/miniz#324 to support
  zip64

Anyone bumping miniz version again, please apply these patches as well.

Test Plan:
Rely on unit test

Imported from OSS

Differential Revision: D65586230

Pull Request resolved: pytorch#140041
Approved by: https://github.com/mikaylagawarecki
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla signed Merged open source triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants