-
-
Notifications
You must be signed in to change notification settings - Fork 637
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
Expose Target's sources attribute as a Snapshot to Tasks #5762
Comments
Other things to be thinking about when working this out:
|
There are a few moving pieces here, but many of them are implemented the way that they are because of the v1 engine's glob expansion, which is now gone. In the middle are The vast majority of sources fields should be created via _eager_fileset_with_spec during target hydration in the engine... this is then passed to the
There would likely be a huge amount of dead code after this. With that out of the way, you could rename |
Late breaking link: this relates more to #4535 than I realized. |
This was fixed by #5994 |
I don't know how we want to do this, but it's about to become necessary - @stuhood any thoughts? :)
The text was updated successfully, but these errors were encountered: