forked from JetBrains/kotlin
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Label
Projects
Milestones
Assignee
Sort
Issues list
Minify names
optimization
This change would result in a more optimal Python; "Pythonification".
#127
opened Apr 8, 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".
Build on Something isn't working
development
Anything related to making development more pleasant. No real influence on the product itself.
python-backend
branch occasionally fails
bug
#80
opened Nov 28, 2021 by
krzema12
Rework Let's polish our code!
.toPython()
to use common StringBuilder
, not plain String
s
cleanliness
#72
opened Nov 23, 2021 by
krzema12
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 This change would result in a more optimal Python; "Pythonification".
Unit
returns
optimization
#70
opened Nov 23, 2021 by
krzema12
Optimize This change would result in a more optimal Python; "Pythonification".
print
and println
calls: compile to Python's print
, add end=""
if needed
optimization
#69
opened Nov 23, 2021 by
krzema12
Decide what we do with This change would result in a more optimal Python; "Pythonification".
== null
to == None
compilation. Maybe it should be compiled like is None
; maybe only ===
should be compiled to is
optimization
#68
opened Nov 23, 2021 by
krzema12
Understand why we have many This change would result in a more optimal Python; "Pythonification".
if True:
branches and fix it
optimization
#67
opened Nov 23, 2021 by
krzema12
Allow to select the specific e2e test to run. For example, use an argument: Anything related to making development more pleasant. No real influence on the product itself.
./run.sh [optional arg: pattern of needed tests]
development
#65
opened Nov 23, 2021 by
krzema12
Optimize collections methods like This change would result in a more optimal Python; "Pythonification".
map
: don't use Kotlin's inlining, use Python's functions
optimization
#64
opened Nov 23, 2021 by
krzema12
Don't create intermediate collections in chains of functions calls like This change would result in a more optimal Python; "Pythonification".
upstream
This change can be useful for the main Kotlin repo
.filter.flatMap.zip
optimization
#63
opened Nov 23, 2021 by
krzema12
Previous Next
ProTip!
Follow long discussions with comments:>50.