-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
include: deprecate multi-argument method of include #19909
Conversation
Introduced in #18504. @fredrikekre any opinions if this should be kept? |
Oh good – then we don't even have to deprecate it, we can just delete it. Everyone I asked about the multi-argument |
da4534b
to
ae7c891
Compare
Evaluate the contents of the input source file(s) in the current context. Returns the result | ||
of the last evaluated argument (of the last input file). During including, a | ||
task-local include path is set to the directory containing the file. Nested calls to | ||
`include` will search relative to that path. All paths refer to files on node 1 when running |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Where did "All paths refer to files on node 1 when running in parallel, and files will be fetched from node 1." go?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I deleted that because I made change as part of a PR to delete distributed code loading as well. I can put it back into this PR though.
Nah, just delete it :) |
This was introduced in the 0.6 release cycle, can just be deleted.
ae7c891
to
5d5881d
Compare
Everyone seems peachy keen on this and it's been open for a few days so I'm pressing the button. |
I didn't even realize we had this and no one seems to use it, so let's deprecate it.