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

Creating variables with spaces in names silently fails #2

Closed
DmitriyYukhanov opened this issue Apr 7, 2020 · 4 comments
Closed

Creating variables with spaces in names silently fails #2

DmitriyYukhanov opened this issue Apr 7, 2020 · 4 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@DmitriyYukhanov
Copy link

Steps to Reproduce

  • try creating new variables with spaces in name
  • see nothing happens - no errors and nothing else happens after you press "Create" button

Expected Results
I expect see some error if this action is not allowed.

Actual Results
Nothing happens.

@DmitriyYukhanov DmitriyYukhanov added the bug Something isn't working label Apr 7, 2020
@DmitriyYukhanov
Copy link
Author

Same for dots in variables names.

@ElmarTalibzade
Copy link
Contributor

Variable names with spaces are not allowed including other illegal characters. Give variable names that you'd give them when programming.

I would need to add some visual feedback on this.

@DmitriyYukhanov
Copy link
Author

I see, yeah, some feedback would be appreciated here since it could be not obvious illegal chars are not allowed.

Thanks!

@ElmarTalibzade ElmarTalibzade added this to the 1.0.2 milestone Apr 8, 2020
@ElmarTalibzade
Copy link
Contributor

Implemented in 1.0.2
image

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

No branches or pull requests

2 participants