Assem Medhat

Results 77 comments of Assem Medhat

Ondrej suggested that we can just comment out the failing test `matmul_01.f90`. After merging simplifier into main, we can work on getting this single test working. from my end it...

one of the team members who's more experienced should review that. I'll leave some comments that might help. thanks for working on that BTW.

Thanks for handling this. `trasnfer` is for sure in bad need of intense refactor, as we're extremely hard wiring things. For the issue mentioned here, I tested this minor fix...

@certik We got the issue resolved [#8885](https://github.com/lfortran/lfortran/pull/8885). The approach here is attempting to cover more cases as I think.

Great work! This PR enforces the argument and the parameter to be both of `deferredLength`. The actual case is that we only should raise error if parameter is of `deferredLength`...

Will draft it till it gets ready. Feel free to reach out for any help.

I think you already got the conda environment set -- probably you're using LLVM11 (which is our standard), but the CI is failing with LLVM >=17. Can you use one...

@xaerru I believe what you're targeting here is deallocating the temporary created in the `array_struct_temporary` pass (that pass usually add a deallocate statement, but you handling a case where the...

You used the bash script `build1.sh` right?

It should be fixed by making this expression `t_param%arr(i)` go from this ASR ```clj (ArrayItem (StructInstanceMember (Var 4 t_param) 4 1_t_arr (Array (Integer 4) [((IntegerConstant 1 (Integer 4) Decimal) (IntegerConstant...