Today: - Removed around 3K unneeded and old branch...
# python-contributors
s
Today: • Removed around 3K unneeded and old branches from the repo, only about 10-20 are left. Probably some of them are unneeded too, but it's not easy to decide. • Some progress with stdlib (PR). Now testing uses newly copied stdlib-py. I've checked, indeed when stdlib-py is edited, we have the changes applied to the files compiled under testing. However, compilation of a separate jar isn't implemented yet, so these changes can't be used with kotlinc. Next time: • Want to support jar too. After it, I believe we can close the ticket about stdlib-py.
👏 2
p
Wow, awesome! I wanted to do exactly this next week, but glad to see the progress here :D about JAR, I had it working with KLIB, see https://github.com/krzema12/kotlin-python/issues/73#issuecomment-991966123
The KLIB wasn't present in the distribution directory yet, but in build dir of the stdlib itself, but it means one more step towards the right direction
s
That would be very enough I guess. Then could you implement it instead of jar? And I will take a look at the stdlib itself, probably will start editing something
p
Yes, we can go this way
🙏 1
🆒 1