https://kotlinlang.org logo
#python-contributors
Title
# python-contributors
p

Piotr Krzemiński

07/22/2021, 9:25 AM
@SerVB since I know you're planning to translate some instrincts tomorrow, if I may - I would request handling
jsNot
(probably in favor of Python's
not
)😄
IrComposite
is another thing to cover. Once we have these two, the property initializers should work properly and I expect a nice bump in the number of passed box tests. Details in the PR: Translate property declaration and initialization by krzema12 · Pull Request #12 · krzema12/kotlin-python
👀 1
✔️ 1
s

SerVB

07/23/2021, 4:17 PM
OK, it seems my PR translates both
not
and
IrComposite
. I hope it helps. By the way, do you think it's worth enabling lazy properties for
out-ir.js
generation as you mentioned? I guess it will help us to compare JS and Py outputs better. https://kotlinlang.slack.com/archives/C0289CS37AS/p1626928837008800?thread_ts=1626852423.002800&cid=C0289CS37AS
👏 1
p

Piotr Krzemiński

07/23/2021, 4:19 PM
I already enabled the flag for JS output, see the GitHub action config :)
s

SerVB

07/23/2021, 4:23 PM
Oh, cool, thanks! Didn't notice it
2 Views