[GH-ISSUE #211] Allow bigger first term index #82

Open
opened 2026-05-06 13:15:15 +02:00 by BreizhHardware · 3 comments

Originally created by @apoleon33 on GitHub (Apr 14, 2022).
Original GitHub issue: https://github.com/UpsilonNumworks/Upsilon/issues/211

Originally assigned to: @Lauryy06 on GitHub.

Describe the bug
At the moment in the sequences app the maximum first term index you can choose is 998, and higher it will be marked as "forbidden value".

Even thought for every value higher than 256 it will automatically substract 256 to it (when you enter 256 you get 0, 257 you get 1 etc)

To Reproduce
Steps to reproduce the behavior:

  1. Go to sequences
  2. Click on create a new sequence (only Un+1 or Un+2)
  3. set a first term index higher than 256 or 998
  4. See error

Expected behavior
avoid the bug for value higher than 256, and maybe increase (if its doable and not a bug) the maximum first term index

Screenshots
If applicable, add screenshots to help explain your problem.

Device (please complete the following information):

  • The device on which you're running Upsilon simulator on the website
  • Upsilon Version: [go to settings > about > Upsilon Version and type the version here] 1.0.0-dev
  • Upsilon commit: [settings > about > click one time on epsilon version] d20084de
Originally created by @apoleon33 on GitHub (Apr 14, 2022). Original GitHub issue: https://github.com/UpsilonNumworks/Upsilon/issues/211 Originally assigned to: @Lauryy06 on GitHub. **Describe the bug** At the moment in the sequences app the maximum first term index you can choose is 998, and higher it will be marked as "forbidden value". Even thought for every value higher than 256 it will automatically substract 256 to it (when you enter 256 you get 0, 257 you get 1 etc) **To Reproduce** Steps to reproduce the behavior: 1. Go to sequences 2. Click on create a new sequence (only Un+1 or Un+2) 3. set a first term index higher than 256 or 998 4. See error **Expected behavior** avoid the bug for value higher than 256, and maybe increase (if its doable and not a bug) the maximum first term index **Screenshots** If applicable, add screenshots to help explain your problem. **Device (please complete the following information):** - The device on which you're running Upsilon simulator on the website - Upsilon Version: [go to settings > about > Upsilon Version and type the version here] 1.0.0-dev - Upsilon commit: [settings > about > click one time on epsilon version] d20084de
Author
Owner

@Lauryy06 commented on GitHub (Apr 15, 2022):

The bug is reproducible and also seems to affect Omega.

<!-- gh-comment-id:1100225852 --> @Lauryy06 commented on GitHub (Apr 15, 2022): The bug is reproducible and also seems to affect Omega.
Author
Owner

@apoleon33 commented on GitHub (Apr 15, 2022):

After testing on the android simulator, every value higher than 255 are marked as forbidden on epsilon

<!-- gh-comment-id:1100234353 --> @apoleon33 commented on GitHub (Apr 15, 2022): After testing on the android simulator, every value higher than 255 are marked as forbidden on epsilon
Author
Owner

@Yaya-Cout commented on GitHub (May 6, 2022):

For me (the latest Upsilon), it is marked as forbidden only when it's higher than 998, not 255…

<!-- gh-comment-id:1119789882 --> @Yaya-Cout commented on GitHub (May 6, 2022): For me (the latest Upsilon), it is marked as forbidden only when it's higher than 998, not 255…
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Upsilon#82
No description provided.