-
Notifications
You must be signed in to change notification settings - Fork 289
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
[BUG] InvalidSpaceWarning not being shown in the editor #4869
Comments
Hi @jpelay! Yes, I was actually in the process of removing that whole exception (I have a draft PR on my laptop) It is no longer needed because the editor strips leading spaces (So I think we can close this issue) |
Weird! Then how can the code still run! I will dive in since I was working on a branch about it anyway. |
mergify bot
pushed a commit
that referenced
this issue
Dec 12, 2023
Fixes #4869 As far as I can see, @ToniSkulj removed this warning in #4320, I suspect by accident, but if not, let me know :) See: <img width="1116" alt="image" src="https://github.com/hedyorg/hedy/assets/1003685/4c8d2319-6a9f-4772-8f3b-2541417bcff3"> **How to test** Observe that code with a space at the start runs but also throws an error: <img width="701" alt="image" src="https://github.com/hedyorg/hedy/assets/1003685/29e2191f-dbc8-4063-91ef-ebf24a1a896e">
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
The editor is not showing the warning for
InvalidSpace
and maybe for other warnings that come from the server?:The text was updated successfully, but these errors were encountered: