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

Forbid to change global variables #18

Merged
merged 2 commits into from
Jan 14, 2022
Merged

Forbid to change global variables #18

merged 2 commits into from
Jan 14, 2022

Conversation

lynnporu
Copy link
Owner

@lynnporu lynnporu commented Jan 14, 2022

This PR contains:

  • MembersWrapper are now abstracted from DeclarationWrapper
  • Global variables are now illegal to be changes directly and user is asked to implement a setter.

This PR is related to #8, but not fixes it. Maybe it will be wiser to fix it after #6, because resulting logic may be a little confusing.

@lynnporu lynnporu added the enhancement New feature or request label Jan 14, 2022
@lynnporu lynnporu merged commit 3b31aaa into master Jan 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant