Skip to content
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

fix(core): reusing StackSynthesizer leads to unsynthesized Stacks #11635

Merged
merged 2 commits into from
Nov 24, 2020

Commits on Nov 23, 2020

  1. fix(core): reusing StackSynthesizer leads to unsynthesized Stacks

    If the same StackSynthesizer object is used for multiple stacks,
    only the last one is properly synthesized to the cloud assembly.
    
    Ideally, we would have made it so that there is a difference between
    the specifying `StackSynthesizer` object and a "bound" version of
    the `StackSynthesizer` (bound to a `Stack`).
    
    Unfortunately, we cannot introduce that change without heavy
    contortions in order not to break backwards compatibility, so the
    simple thing to do right now is to make it blindingly obvious that
    "you cannot do that".
    
    Fixes #11528.
    rix0rrr committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    49aed95 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2020

  1. Configuration menu
    Copy the full SHA
    3983696 View commit details
    Browse the repository at this point in the history