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

GD-3: GdScriptParser use match instead of if/else #235

Merged
merged 1 commit into from
Jul 27, 2023
Merged

Conversation

MikeSchulze
Copy link
Owner

Why

I dit a replacement of exist mach variable patterns by if/else to based on Godot issue godotengine/godot#66999

What

  • Replace back the if/else by match construct
  • fix a warning of unused variable at AdvancedTestClass

# Why
I dit a replacement of exist mach variable patterns by if/else to based on Godot issue godotengine/godot#66999

# What
- Replace back the if/else by match construct
- fix a warning of unused variable at `AdvancedTestClass`
@MikeSchulze MikeSchulze self-assigned this Jul 27, 2023
@MikeSchulze MikeSchulze linked an issue Jul 27, 2023 that may be closed by this pull request
@MikeSchulze MikeSchulze merged commit 0371862 into master Jul 27, 2023
@MikeSchulze MikeSchulze deleted the GD-3 branch July 27, 2023 15:00
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.

GD-3: GDScript 2.0: GdScriptParser use match instead of if/else
1 participant