mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-05-09 08:25:44 +02:00
[GH-ISSUE #217] Python raw f-strings crash #83
Labels
No labels
bug
duplicate
easy
enhancement
enhancement
fixed
fixed
good first issue
hard
invalid
pull-request
wontfix
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Upsilon#83
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Golem642 on GitHub (May 5, 2022).
Original GitHub issue: https://github.com/UpsilonNumworks/Upsilon/issues/217
Describe the bug
Never-ending loop on something in the python editor which makes the calculator unusable until a reset. Upsilon doesn't crash, it just gets stuck
To Reproduce
Steps to reproduce the behavior:
fr"Expected behavior
The calculator shouldn't be responding anymore and can only be restored with the reset button on the back
Device
@Golem642 commented on GitHub (May 5, 2022):
Additional Informations
The bug doesn't seem to execute if
fr"is fully quoted (like"fr") and is sticked to it, so the bug will execute if you enter" fr"because there is a space between the first quote and the thing.@Golem642 commented on GitHub (May 5, 2022):
Update
When entered into the console, the calculator doesn't crash and gives us this error :
I believe this is the source of the problem