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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: JSII_RUNTIME_PACKAGE_CACHE improper case bug #3912

Merged
merged 4 commits into from
Feb 16, 2023
Merged

Conversation

Ragnoroct
Copy link
Contributor

@Ragnoroct Ragnoroct commented Jan 11, 2023

Fix bug where cached enabled is always false.
fixes #3911

It took me a good 4 minutes to figure out that the PR title needs a to be prefixed with fix: including the colon 馃槃


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

@mergify
Copy link
Contributor

mergify bot commented Jan 11, 2023

The title of this Pull Request does not conform with [Conventional Commits] guidelines. It will need to be adjusted before the PR can be merged.
[Conventional Commits]: https://www.conventionalcommits.org

@Ragnoroct Ragnoroct changed the title fix JSII_RUNTIME_PACKAGE_CACHE improper case bug fix: JSII_RUNTIME_PACKAGE_CACHE improper case bug Jan 11, 2023
RomainMuller
RomainMuller previously approved these changes Feb 3, 2023
@@ -24,7 +24,7 @@ export interface ExtractResult {
}

let packageCacheEnabled =
process.env.JSII_RUNTIME_PACKAGE_CACHE?.toLocaleUpperCase() === 'enabled';
process.env.JSII_RUNTIME_PACKAGE_CACHE?.toLocaleLowerCase() === 'enabled';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mergify
Copy link
Contributor

mergify bot commented Feb 3, 2023

Thank you for contributing! 鉂わ笍 I will now look into making sure the PR is up-to-date, then proceed to try and merge it!

@mergify mergify bot added the pr/ready-to-merge This PR is ready to be merged. label Feb 3, 2023
@mergify
Copy link
Contributor

mergify bot commented Feb 3, 2023

Merging (with squash)...

@mergify mergify bot dismissed RomainMuller鈥檚 stale review February 3, 2023 20:57

Pull request has been modified.

@mergify
Copy link
Contributor

mergify bot commented Feb 16, 2023

Merging (with squash)...

@mergify
Copy link
Contributor

mergify bot commented Feb 16, 2023

Merging (with squash)...

@mergify mergify bot merged commit 9c27b6e into aws:main Feb 16, 2023
@mergify mergify bot removed the pr/ready-to-merge This PR is ready to be merged. label Feb 16, 2023
@Ragnoroct Ragnoroct deleted the patch-1 branch February 16, 2023 21:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

JSII_RUNTIME_PACKAGE_CACHE always false bug
2 participants