Piotr Krzemiński

Results 112 issues of Piotr Krzemiński

For example, when running e2e tests with `micropython` instead of `python3`, I got: ``` Traceback (most recent call last): File "python/e2e-tests/out/python-consumer.py", line 1, in File "/home/piotr/repos/priv/kotlin-python/python/e2e-tests/out/compiled.py", line 12986, in MemoryError:...

bug

Originally created by @SerVB. - [ ] Rename files. - [ ] Rename packages. - [ ] Rename symbols. - [ ] Get rid of JS-specific things in compiler logic....

development
cleanliness

Like linters, test coverage, mutation coverage.

development
cleanliness

The goal is to describe what happens with the input Kotlin code, starting with the CLI, going through the frontend, backend, and ending with the Python code.

documentation
development

Originally created by @SerVB.

development
cleanliness

When trying to run e2e tests for MicroPython, the constructors test fails with: ``` File "python/e2e-tests/out/python-consumer.py", line 6, in File "/home/piotr/repos/priv/kotlin-python/python/e2e-tests/out/compiled.py", line 13692, in multi12 File "/home/piotr/repos/priv/kotlin-python/python/e2e-tests/out/compiled.py", line 13670, in...

bug

Requested in #51, to support e.g. `@microptyhon.native` in MicroPython.

Like: ```kotlin python("any Python code emitted verbatim in Python output") ``` Requested in #51.

With no changes, I get this: ``` Traceback (most recent call last): File "python/e2e-tests/out/python-consumer.py", line 5, in OSError: [Errno 13] EACCES ``` When not writing to file, only one test...