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

basicio: use fs::path in Impl #2800

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

basicio: use fs::path in Impl #2800

wants to merge 1 commit into from

Conversation

neheb
Copy link
Collaborator

@neheb neheb commented Oct 19, 2023

No description provided.

@ghost
Copy link

ghost commented Oct 19, 2023

👇 Click on the image for a new way to code review

Review these changes using an interactive CodeSee Map

Legend

CodeSee Map legend

@codecov
Copy link

codecov bot commented Oct 19, 2023

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (e8326ba) 63.89% compared to head (918247b) 63.89%.

Files Patch % Lines
src/basicio.cpp 83.33% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2800   +/-   ##
=======================================
  Coverage   63.89%   63.89%           
=======================================
  Files         103      103           
  Lines       22361    22362    +1     
  Branches    10861    10861           
=======================================
+ Hits        14288    14289    +1     
  Misses       5855     5855           
  Partials     2218     2218           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
AlynxZhou added a commit to AlynxZhou/ansel that referenced this pull request Dec 2, 2023
Exiv2 0.28 dropped the old `std::wstring` path and breaks non-ASCII path
handling in Windows. While recent Windows supports using UTF-8 as
locale, it might cause other issue.

Before actual fix in <Exiv2/exiv2#2800> getting
merged, we stick to exiv2 0.27 branch for Windows build.
AlynxZhou added a commit to AlynxZhou/ansel that referenced this pull request Dec 2, 2023
Exiv2 0.28 dropped the old `std::wstring` path and breaks non-ASCII path
handling in Windows. While recent Windows supports using UTF-8 as
locale, it might cause other issue.

Before actual fix in <Exiv2/exiv2#2800> getting
merged, we stick to exiv2 0.27 branch for Windows build.
AlynxZhou added a commit to AlynxZhou/ansel that referenced this pull request Dec 2, 2023
Exiv2 0.28 dropped the old `std::wstring` path and breaks non-ASCII path
handling in Windows. While recent Windows supports using UTF-8 as
locale, it might cause other issue.

Before actual fix in <Exiv2/exiv2#2800> getting
merged, we stick to exiv2 0.27 branch for Windows build.
AlynxZhou added a commit to AlynxZhou/ansel that referenced this pull request Dec 2, 2023
Exiv2 0.28 dropped the old `std::wstring` path and breaks non-ASCII path
handling in Windows. While recent Windows supports using UTF-8 as
locale, it might cause other issue.

Before actual fix in <Exiv2/exiv2#2800> getting
merged, we stick to exiv2 0.27 branch for Windows build.
AlynxZhou added a commit to AlynxZhou/ansel that referenced this pull request Dec 2, 2023
Exiv2 0.28 dropped the old `std::wstring` path and breaks non-ASCII path
handling in Windows. While recent Windows supports using UTF-8 as
locale, it might cause other issue.

Before actual fix in <Exiv2/exiv2#2800> getting
merged, we stick to exiv2 0.27 branch for Windows build.
aurelienpierre pushed a commit to aurelienpierreeng/ansel that referenced this pull request Dec 2, 2023
Exiv2 0.28 dropped the old `std::wstring` path and breaks non-ASCII path
handling in Windows. While recent Windows supports using UTF-8 as
locale, it might cause other issue.

Before actual fix in <Exiv2/exiv2#2800> getting
merged, we stick to exiv2 0.27 branch for Windows build.
@kmilos
Copy link
Collaborator

kmilos commented Feb 14, 2024

I guess we'll need to bump any future version/branch to 0.29 for this?

@neheb
Copy link
Collaborator Author

neheb commented May 5, 2024

this breaks API btw. const std::string& cannot be returned as fs::path is used. If I had to guess, it doesn't work without UTF8 either.

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.

None yet

3 participants