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

Reducing CPP #5

Open
Ericson2314 opened this issue Oct 20, 2020 · 4 comments
Open

Reducing CPP #5

Ericson2314 opened this issue Oct 20, 2020 · 4 comments

Comments

@Ericson2314
Copy link
Member

We have a lot of CPP at the moment, and I think Eelco wanted it reduced. Perhaps we leverage things like the new C++ STL filesystem API to reduce it? If possible, we could land such changes first, too.

@Ericson2314
Copy link
Member Author

Ericson2314 commented Oct 20, 2020

Absolutely! I think that's the best shot to keep things maintainable, and I want things like linux<->windows remote building. I also help this make Nix easier to port to still more systems since the Unix stuff will need to be abstracted a bit.

@Ericson2314
Copy link
Member Author

Oh if Boost doesn't give us that....bummer. OTOH now that there is a Path vs StorePath distinction, that might make some interop earlier, e.g. if eval-time is restricted to paths which are in the form StorePath / option valid unicode relative path?

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

No branches or pull requests

2 participants
@Ericson2314 and others