Today I made some changes to the stdlib (PR: <http...
# python-contributors
s
Today I made some changes to the stdlib (PR: https://github.com/krzema12/kotlin-python/pull/125): • Pushed a fix for "name 'Array' is not defined" (+29 box tests pass); • Supported integer multiplication (+23). Next time: research those three things that I wanted to do the previous time (do-while, variables namer, casts). Before it, I want to take a look at global variables because today I noticed in some tests their initializer doesn't work (see kt1291 test, for example).
K 3
🙏 1
p
Also thanks for pushing my PR till the end - just one line but an important one :)
😅 1
🙏 1
Today I couldn't work on the project because of a need to fix Spring4Shell vulnerability at work. Next time I'm planning to decouple our stdlib from JS's one,as mentioned previously.
👍 1
Tests passed here so setting as ready to review: https://github.com/krzema12/kotlin-python/pull/124
1