Slackbot
06/08/2023, 2:16 PMVampire
06/08/2023, 5:17 PMAdding a dependency substitution rule to a configuration changes the timing of when that configuration is resolved. Instead of being resolved on first use, the configuration is instead resolved when the task graph is being constructed. This can have unexpected consequences if the configuration is being further modified during task execution, or if the configuration relies on modules that are published during execution of another task.
Denis Buzmakov
06/09/2023, 11:50 AMVampire
06/09/2023, 12:07 PM