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

Remove <filesystem> fallback #64

Open
wants to merge 13 commits into
base: dev
Choose a base branch
from
Open

Remove <filesystem> fallback #64

wants to merge 13 commits into from

Conversation

goto-bus-stop
Copy link
Member

@goto-bus-stop goto-bus-stop commented May 27, 2020

genieutils already depends on <filesystem> so we don't lose anything by doing the same.

Includes a bunch of fixes to path conversion, where we were implicitly converting paths to strings, which is not portable, and I don't know why C++ even has that feature because it is a bad one.

The cmake changes here might also accidentally "fix" the miniz linking issues @twestura was running into—proper fix is in sandsmark/genieutils#9 but now we're compiling genieutils and WK into the same static library and WK also includes the miniz code, so it all ends up linking fine (at least on CI).

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.

1 participant