Piotr Krzemiński

Results 112 issues of Piotr Krzemiński

See https://kotlinlang.slack.com/archives/C02UUATR7RC/p1656581877604649 It's not for implementing right away. I'm not sure if it's the best idea, it would lead to having action-typing.yml file not self-contained. Let's wait until there's higher...

enhancement

https://kotlinlang.slack.com/archives/C0289CS37AS/p1636875290016700 We were advised by JetBrains to look at how kotlin-stdlib-wasm is implemented.

enhancement

Originally created by @SerVB. If it's just `Unit`, just return Python's `None`; if it's nullable (`Unit?`), then do some more complex logic like `null` -> `None` and `Unit` -> `Unit.getInstance()`....

optimization

See e. g. https://github.com/krzema12/kotlin-python/runs/4344104341?check_suite_focus=true It looks like an issue not relevant to our changes. Compiling the compiler fails.

bug
development

Lowerings are a big part of backend logic, so let's ensure we know what happens there and that we don't have anything surplus or weird. - #95 - [x] analyze...

optimization
development
cleanliness

See https://github.com/krzema12/kotlin-python/pull/115

bug
development

Something is already inherited from JS backend, maybe it can be reused easily. I also hope that DCE is a solution to MemoryError in MicroPython.

bug
optimization
development

See for example this generated commit: https://github.com/krzema12/kotlin-python/pull/97/commits/7fba4c045cc355b7db5deb91b827bdc15dab5322 The lists of failed tests were updated, but the plot wasn't.

bug
development