forked from Omega-Numworks/Omega
-
Notifications
You must be signed in to change notification settings - Fork 62
Open
Description
Describe the bug
In the Catalog the items are not always in alphabetical order, e.g. battery() comes after keydown(k) and before ldexp(x,i). There are other such sorting errors.
To Reproduce
Steps to reproduce the behavior:
- Click Home
- Choose Python
- Choose Python shell
- Click Toolbox
- Scroll down to Catalog
- Click Right
- Scroll down to keydown(k)
- See that battery() comes after keydown(k)
- Also see that battery_level() and battery_ischarging() are missing from Catalog.
- Also forward(x) and fmod(a,b) are in the wrong order.
Expected behavior
The list in Catalog should be sorted in alphabetical order like in Numworks and should contain
all functions, except maybe functions from some selected modules.
Device (please complete the following information):
- The device on which you're running Upsilon (computer, n0110, n0100, etc...): web https://getupsilon.web.app/simulator
- Upsilon Version: 1.0.0
- Upsilon commit: ed20d0e
Metadata
Metadata
Assignees
Labels
No labels