mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-05-09 08:25:44 +02:00
[GH-ISSUE #139] All Python scrips where crippled #40
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#40
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 @L0rdS474n on GitHub (Feb 1, 2022).
Original GitHub issue: https://github.com/UpsilonNumworks/Upsilon/issues/139
Describe the bug
Not sure if I did something wrong or it's in the Upsilon update.
I got my Numworks today and it had 15.5 so I just updated with Upsilon and noted that every Python script was damaged.
Almost all had missing characters in the beginning of the file. Mandelbrot missed the comment # and the other files missed fr in from math import *
Other than that it seems to work as it should.
To Reproduce
Steps to reproduce the behavior:
Use a new Numworks Calculator with 15.5 OS
Just go in and upgrade the calculator to Upsilon and all Python scripts are broken.
Expected behavior
All Python scripts should work after the upgrade if you choose to remove the scripts etc.
Screenshots
If applicable, add screenshots to help explain your problem.
Device (please complete the following information):
1a546e0@Lauryy06 commented on GitHub (Feb 1, 2022):
I think that's "normal". Now we store the cursor location in the python file, and it takes 2 bytes at the beginning of each file, so all your pre-existing files were truncated by two characters.
So this is not supposed to happen again, but sorry for the inconvenience.
@L0rdS474n commented on GitHub (Feb 1, 2022):
Second time it killed all scripts so now I don't have the nice mandelbrot anymore :(
But I don't have the crippled original at least.
@Yaya-Cout commented on GitHub (Feb 2, 2022):
This bug will be fixed by this pull request, but it isn't merged at this time : M4xi1m3/Numworks.js#4
@L0rdS474n commented on GitHub (Feb 2, 2022):
Nice work, looking forward to this new release.
Will it be a normal update from the website?
@Yaya-Cout commented on GitHub (Feb 2, 2022):
Yes