Will Jones
Will Jones
I think option 2 sounds the most attractive -- effectively swapping `-optl-static` under `compiler_flags` for `fully_static_link` as an argument to `haskell_binary`, right? With the added bonus that if static linking...
Moreover, it feels like we'd lose the original use case -- specifying per-package build/configuration options. I don't think one can do that in `stack.yaml`, right? (It's been a long time...
Closing as it looks like this was either superseded by #10788, or an experiment that was part of the (now marked completed) https://github.com/pulumi/home/issues/2308
Closing this in favour of https://github.com/pulumi/pulumi/pull/16187 (which still needs more testing but I think is further along)
Hey all. A fix for this has been merged (https://github.com/pulumi/pulumi/pull/15879) and should be in the next version. This should hopefully fix several of the use cases here, though as for...
Hi @roderickgroeneveld-iott, I reached out on the community Slack but am reposting here -- can you confirm that this is still an issue in the latest version? Do you have...
I'm going to close this issue -- we can reopen if we have a reproduction on the latest Pulumi version.
@bernhardloos I've added an environment variable `PULUMI_ENABLE_LEGACY_REFRESH_DIFF` that should allow you to access the old behaviour if you wish; hopefully that works!
> Did we run the tests with the legacy flag enabled as well, and made sure that no test changes were necessary/there were no output changes? This is a great...
Hi all; I've taken a look at this issue and as far as I can tell/assuming I understand correctly, this behaviour is by design: * You have a resource with...