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

Fix binary_replace not matching chunks that end with \n #14044

Merged
merged 8 commits into from
Jul 16, 2024

Conversation

kelvinou01
Copy link
Contributor

@kelvinou01 kelvinou01 commented Jul 15, 2024

Description

Resolves #14043

Checklist - did you ...

  • Add a file to the news directory (using the template) for the next release's release notes?
  • Add / update necessary tests?
  • Add / update outdated documentation?

@conda-bot
Copy link
Contributor

We require contributors to sign our Contributor License Agreement and we don't have one on file for @kelvinou01.

In order for us to review and merge your code, please e-sign the Contributor License Agreement PDF. We then need to manually verify your signature, merge the PR (conda/infrastructure#962), and ping the bot to refresh the PR.

@travishathaway
Copy link
Contributor

@conda-bot check

@conda-bot conda-bot added the cla-signed [bot] added once the contributor has signed the CLA label Jul 16, 2024
Copy link

codspeed-hq bot commented Jul 16, 2024

CodSpeed Performance Report

Merging #14044 will not alter performance

Comparing kelvinou01:main (a5d0148) with main (2f3fda3)

Summary

✅ 21 untouched benchmarks

conda/core/portability.py Outdated Show resolved Hide resolved
kelvinou01 and others added 3 commits July 16, 2024 11:03
… including \n

Co-authored-by: jaimergp <jaimergp@users.noreply.github.com>
Co-authored-by: Travis Hathaway <travis.j.hathaway@gmail.com>
@kenodegard kenodegard enabled auto-merge (squash) July 16, 2024 20:35
@kenodegard kenodegard merged commit 441426b into conda:main Jul 16, 2024
66 checks passed
@kenodegard kenodegard mentioned this pull request Jul 17, 2024
61 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed [bot] added once the contributor has signed the CLA
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Prefixes are incorrectly replaced during installation, due to a bug in binary_replace
5 participants