Replies: 1 comment
-
Hi there! This is something that has come up before in #698. The author of that post (and accompanying PRs) referred to the feature as "Late Provides". This isn't something that Fx supports right now, and we're reluctant to add support for it. My comment on that issue (#698 (comment)) explains our reasoning in some detail, but the gist of it is: a feature like this would make the Fx graph a lot more dynamic and harder to debug than it already is, and based on our experience running Fx at a large scale, we think a static graph is desirable for now. We're open to reconsidering the position if there's consistent demand for it, but right now #698 reflects our position pretty well. |
Beta Was this translation helpful? Give feedback.
-
I'd like to generate a bunch of options based on some conditional that is injected. This is kind of minimal pseudocode for what I'm trying to do. Help?
Beta Was this translation helpful? Give feedback.
All reactions