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

reg: version 2.0.10 changes #129

Merged
merged 1 commit into from
May 29, 2022
Merged

Conversation

LuqueDaniel
Copy link
Member

From 4504e62 and 32409ed

  • rxVariableCheck now allows the use of underscore in the name
  • Added rxReservedVariableCheck that specifically tests for single
    underscore
  • Added checkReservedRenpyNames function that pushes a warning if a
    single underscore variable was found
  • Changed checkReservedPythonNames to result in a warning as the config
    suggests 'if (config.warnOnReservedVariableNames)'
  • Update CHANGELOG.md

From 4504e62 and 32409ed

* rxVariableCheck now allows the use of underscore in the name
* Added rxReservedVariableCheck that specifically tests for single
  underscore
* Added checkReservedRenpyNames function that pushes a warning if a
  single underscore variable was found
* Changed checkReservedPythonNames to result in a warning as the config
  suggests 'if (config.warnOnReservedVariableNames)'
* Update CHANGELOG.md

Co-authored-by: Daniel Luque <[email protected]>
@LuqueDaniel LuqueDaniel added this to the 2.1.0 milestone May 29, 2022
@LuqueDaniel LuqueDaniel merged commit 39b0b54 into new-syntax May 29, 2022
@LuqueDaniel LuqueDaniel deleted the double-underscore-variable branch May 29, 2022 15:42
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.

2 participants