lpython icon indicating copy to clipboard operation
lpython copied to clipboard

Python compiler

Results 162 lpython issues
Sort by recently updated
recently updated
newest added

Just wanted to bung it here, so it is useful for better warnings and error messages from LPython https://github.com/friendly-traceback/friendly-traceback

I was trying to do some development on `lpython`. It might simplify the first steps for some people :) The lockfile should create a consistent environment. I only have tested...

Currently the ASDL definition is: ``` StringContains(expr left, expr right, ttype type, expr? value) ``` And we should rename `left` to `substr` and `right` to `str`.

easy to fix

Hello, this is an amazing project! How is going on the roadmap to support LPython on ARM arch? I would like so much to use LPython on RaspberryPi 3, 4...

These segfaults primarily occurred when we were trying to access elements where the mask value was 0, implying it was not set. I have prevented such accesses.

I tried the following **python** snippet for ( `Cpython` vs `Lpython `) and then it's fortran equivalent for ( `Gfortran `vs `Lfortran `) ``` def g(): l = [1, 2,...

MRE: ```py from lpython import i32 class test: x: i32 = i64(4) t: test = test() print(t.x) ```

asr

Currently : ```py p1 : Class = Class(1,2) #transformed into in the ASR p1: Class = Class() p1___init__(p1, 1, 2) ``` Instead in the ASR it should be kept as...

The GitHub Action [`hendrikmuhs/ccache-action`](https://github.com/hendrikmuhs/ccache-action) is used 8 times and most jobs successfully use that cache. However, 2 jobs `Build Jupyter Kernel` and `Build LPython to WASM` raise `Saving cache failed`...

Fixes software supply chain safety warnings like at the bottom right of https://github.com/lcompilers/lpython/actions/runs/9861518999 * [Keeping your actions up to date with Dependabot](https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot) * [Configuration options for the dependabot.yml file -...