-
Notifications
You must be signed in to change notification settings - Fork 415
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
Custom build dir #725
Custom build dir #725
Conversation
They must account for build_dir
2535ad1
to
2b2d8af
Compare
A few thoughts:
Initially, I had thought that we only needed to know about the actual build directory at the edges, i.e. when converting to/from strings. And in between we would only manipulate symbolic paths, in the same way that local paths are not absolute but relative to the chosen root. Basically we could represent Path.t as follow:
|
So I suppose we should change the meaning of local to be anything under the workspace or in the build dir. Regardless if the build dir is in the workspace.
That seems to be expected. At least until we have the global build cache.
Okay, I'll try making it work with this type |
Closed in favor of #735 |
Fix #291