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

Restore previous parser behavior of returning existing variables #519

Merged
merged 1 commit into from
Dec 13, 2024

Conversation

bkeepers
Copy link
Owner

Part of the optimization in #515 was to skip parsing variables that were already defined. But that had the side-effect of not returning them in the resulting hash. This adds a test for this behavior and restores it.

Fixes #518

Part of the optimization in #515 was to skip parsing variables that were already defined. But that had the side-effect of not returning them in the resulting hash. This adds a test for this behavior and restores it.
@bkeepers bkeepers merged commit 4c264c2 into main Dec 13, 2024
12 checks passed
@bkeepers bkeepers deleted the fix-518 branch December 13, 2024 12:59
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.

Issue with Kamal secrets and ENV vars in dotenv 3.1.5
1 participant