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 EncryptedModule error when internal imports exists. #745

Merged
merged 2 commits into from
Jan 14, 2024

Conversation

samchon
Copy link
Owner

@samchon samchon commented Jan 14, 2024

When EncryptedModule be statically used but there're some imports specified internal modules from that, those children modules had not been configured the encryption passwords.

This PR fixes the bug, so that make EncryptedModule to be perfect.

When `EncryptedModule` be statically used but there're some `imports` specified internal modules from that, those children modules had not been configured the encryption passwords.

This PR fixes the bug, so that make `EncryptedModule` to be perfect.
@samchon samchon added the bug Something isn't working label Jan 14, 2024
@samchon samchon self-assigned this Jan 14, 2024
Copy link
Owner Author

@samchon samchon left a comment

Choose a reason for hiding this comment

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

Suceeded to pass test programs

@samchon samchon merged commit 5b61d87 into master Jan 14, 2024
5 checks passed
@samchon samchon deleted the feature/encrypted branch January 14, 2024 10:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant