krzema12 / kotlin-python

Python target for the Kotlin Programming Language. See https://github.com/krzema12/kotlin-python/tree/python-backend/python
https://discuss.kotlinlang.org/t/idea-python-backend/19852
48 stars 1 forks source link

Improve readme and CI #33

Closed SerVB closed 2 years ago

SerVB commented 2 years ago

This PR doesn't change passed tests but does some refactoring.

UPD: Seems like disabling DCE and PIR gives us more passing tests!

krzema12 commented 2 years ago

Actually... What is PIR? Is it safe to disable it?

SerVB commented 2 years ago

Good questions, just asked them in our Slack channel, I hope Kotlin folks know the answers.