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

Bitshift operators get formatted as boolean operators #304

Closed
anup-the-magic opened this issue May 21, 2024 · 4 comments
Closed

Bitshift operators get formatted as boolean operators #304

anup-the-magic opened this issue May 21, 2024 · 4 comments

Comments

@anup-the-magic
Copy link

Minimal example:

var foo = 1 << 2

Expected

Retain formatting

Actual

var foo = 1 < < 2

(note, this is a syntax error)

@Scony
Copy link
Owner

Scony commented May 23, 2024

Looks like bug, thanks for reporting

@Scony Scony added the bug Something isn't working label May 23, 2024
@Scony
Copy link
Owner

Scony commented May 23, 2024

@anup-the-magic I cannot reproduce with latest gdtoolkit - what version do you use?

@anup-the-magic
Copy link
Author

D'oh, I'm so sorry, thought I was using this to format but seems like default formatter was godot-tools, where the issue was already reported!

gonna go ahead and close this, I can't reproduce!

@Scony Scony removed the bug Something isn't working label May 23, 2024
@Scony
Copy link
Owner

Scony commented May 23, 2024

Thanks for clarifying!

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

No branches or pull requests

2 participants