Skip to content

Issues: krzema12/kotlin-python

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

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Sort

Issues list

Minify names optimization This change would result in a more optimal Python; "Pythonification".
#127 opened Apr 8, 2022 by SerVB
Support do-while loop fully bug Something isn't working
#122 opened Mar 25, 2022 by SerVB
Reports are not regenerated for MicroPython bug Something isn't working development Anything related to making development more pleasant. No real influence on the product itself.
#118 opened Mar 8, 2022 by krzema12
Move all the python-related modules under the python dir development Anything related to making development more pleasant. No real influence on the product itself.
#110 opened Feb 4, 2022 by SerVB
"Generate reports" job doesn't regenerage SVG plot bug Something isn't working development Anything related to making development more pleasant. No real influence on the product itself.
#105 opened Jan 3, 2022 by krzema12
Implement DCE bug Something isn't working development Anything related to making development more pleasant. No real influence on the product itself. optimization This change would result in a more optimal Python; "Pythonification".
#102 opened Jan 1, 2022 by krzema12
Onboard code quality assurance tools cleanliness Let's polish our code! development Anything related to making development more pleasant. No real influence on the product itself.
#100 opened Dec 30, 2021 by krzema12
Document data flow and steps development Anything related to making development more pleasant. No real influence on the product itself. documentation Improvements or additions to documentation
#99 opened Dec 28, 2021 by krzema12
Remove unneeded lowerings and refactor needed ones cleanliness Let's polish our code! development Anything related to making development more pleasant. No real influence on the product itself. optimization This change would result in a more optimal Python; "Pythonification".
#94 opened Dec 23, 2021 by krzema12
1 of 5 tasks
MVP
Build on python-backend branch occasionally fails bug Something isn't working development Anything related to making development more pleasant. No real influence on the product itself.
#80 opened Nov 28, 2021 by krzema12
Introduce Python-specific standard library enhancement New feature or request
#73 opened Nov 23, 2021 by krzema12 MVP
Profile launching of a single box test (for example, create a 1000-times loop): maybe some long parts of it can be optimized development Anything related to making development more pleasant. No real influence on the product itself.
#71 opened Nov 23, 2021 by krzema12
Optimize Unit returns optimization This change would result in a more optimal Python; "Pythonification".
#70 opened Nov 23, 2021 by krzema12
Optimize print and println calls: compile to Python's print, add end="" if needed optimization This change would result in a more optimal Python; "Pythonification".
#69 opened Nov 23, 2021 by krzema12
Understand why we have many if True: branches and fix it optimization This change would result in a more optimal Python; "Pythonification".
#67 opened Nov 23, 2021 by krzema12
Allow to select the specific e2e test to run. For example, use an argument: ./run.sh [optional arg: pattern of needed tests] development Anything related to making development more pleasant. No real influence on the product itself.
#65 opened Nov 23, 2021 by krzema12
Optimize collections methods like map: don't use Kotlin's inlining, use Python's functions optimization This change would result in a more optimal Python; "Pythonification".
#64 opened Nov 23, 2021 by krzema12
Don't create intermediate collections in chains of functions calls like .filter.flatMap.zip optimization This change would result in a more optimal Python; "Pythonification". upstream This change can be useful for the main Kotlin repo
#63 opened Nov 23, 2021 by krzema12
ProTip! Follow long discussions with comments:>50.