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: cannot resolve project references #1072

Merged
merged 2 commits into from
Jun 11, 2024

Conversation

mrgrain
Copy link
Contributor

@mrgrain mrgrain commented Jun 11, 2024

Fixes #1070

In the compiler constructor, the order of operations was not correct. This wasn't caught previously because we did not have a test case covering the automatic project references feature.


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

@aws-cdk-automation aws-cdk-automation added this pull request to the merge queue Jun 11, 2024
Merged via the queue into main with commit 825d1cb Jun 11, 2024
70 checks passed
@aws-cdk-automation aws-cdk-automation deleted the mrgrain/fix/error-project-references branch June 11, 2024 14:47
aws-cdk-automation pushed a commit that referenced this pull request Jun 11, 2024
Fixes #1070

In the compiler constructor, the order of operations was not correct.
This wasn't caught previously because we did not have a test case
covering the automatic project references feature.

---

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

[Apache 2.0 license]: https://www.apache.org/licenses/LICENSE-2.0

(cherry picked from commit 825d1cb)
aws-cdk-automation pushed a commit that referenced this pull request Jun 11, 2024
Fixes #1070

In the compiler constructor, the order of operations was not correct.
This wasn't caught previously because we did not have a test case
covering the automatic project references feature.

---

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

[Apache 2.0 license]: https://www.apache.org/licenses/LICENSE-2.0

(cherry picked from commit 825d1cb)
@aws-cdk-automation
Copy link
Collaborator

💔 Some backports could not be created

Status Branch Result
maintenance/v5.2 An unhandled error occurred. Please see the logs for details
maintenance/v5.3

Manual backport

To create the backport manually run:

backport --pr 1072

Questions ?

Please refer to the Backport tool documentation and see the Github Action logs for details

aws-cdk-automation pushed a commit that referenced this pull request Jun 11, 2024
Fixes #1070

In the compiler constructor, the order of operations was not correct.
This wasn't caught previously because we did not have a test case
covering the automatic project references feature.

---

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

[Apache 2.0 license]: https://www.apache.org/licenses/LICENSE-2.0

(cherry picked from commit 825d1cb)
@aws-cdk-automation
Copy link
Collaborator

💚 All backports created successfully

Status Branch Result
maintenance/v5.2
maintenance/v5.3

Questions ?

Please refer to the Backport tool documentation and see the Github Action logs for details

github-merge-queue bot pushed a commit that referenced this pull request Jun 11, 2024
# Backport

This will backport the following commits from `main` to
`maintenance/v5.2`:
- [fix: cannot resolve project references
(#1072)](#1072)

<!--- Backport version: 9.5.1 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

Co-authored-by: Momo Kornher <[email protected]>
github-merge-queue bot pushed a commit that referenced this pull request Jun 11, 2024
# Backport

This will backport the following commits from `main` to
`maintenance/v5.3`:
- [fix: cannot resolve project references
(#1072)](#1072)

<!--- Backport version: 9.5.1 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

Co-authored-by: Momo Kornher <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

TypeError:: Cannot read properties of undefined (reading 'readFile') when resolving projectReferences
3 participants