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): multiple library copies lead to 'Assets must be defined within Stage or App' error #11113

Merged
merged 3 commits into from Nov 2, 2020
Merged

fix(core): multiple library copies lead to 'Assets must be defined within Stage or App' error #11113

merged 3 commits into from Nov 2, 2020

Conversation

mrgrain
Copy link
Contributor

@mrgrain mrgrain commented Oct 26, 2020

A recent change surfaces an issue where Stage objects from different
code copies don't recognize each other as a Stage. This paht aligns
the way how a Stage determines if something is a Stage to the same
mechanism that App and Stack use.

Thanks to @Shogan and @jogold for narrowing the issue down

fixes #10314


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license

@gitpod-io
Copy link

gitpod-io bot commented Oct 26, 2020

A recent change surfaces an issue where Stage objects from different
code copies don't recognize each other as a Stage. This paht aligns
the way how a Stage determines if something is a Stage to the same
mechanism that App and Stack use.

Thanks to @Shogan and @jogold to narrowing the issue down

fixes #10314
@mrgrain
Copy link
Contributor Author

mrgrain commented Nov 2, 2020

Hi @rix0rrr, is there anything I can do to move this forward? There haven a fair number of issues reported in regards to this bug and it's blocking me and others to move past 1.56.0.

@rix0rrr rix0rrr changed the title fix(core): make Stage compatible to instances from other copies of code fix(core): multiple library copies lead to 'Assets must be defined within Stage or App' error Nov 2, 2020
@mergify
Copy link
Contributor

mergify bot commented Nov 2, 2020

Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork).

@aws-cdk-automation
Copy link
Collaborator

AWS CodeBuild CI Report

  • CodeBuild project: AutoBuildProject6AEA49D1-qxepHUsryhcu
  • Commit ID: 51b8f3f
  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@mergify
Copy link
Contributor

mergify bot commented Nov 2, 2020

Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork).

@mergify mergify bot merged commit fcfed39 into aws:master Nov 2, 2020
@mrgrain mrgrain deleted the mrgrain/allow-multiple-code-instances-of-core branch November 13, 2020 13:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants