Optional args fixed #2848
Optional args fixed #2848swamishiju wants to merge 4 commits intolcompilers:mainfrom swamishiju:optional_args
Conversation
|
I removed a C-test for |
|
Is there a reason you had to merge "main" of LFortran into the libasr? That pulls in a lot of unrelated changes. If it is needed, then we need to first update libasr in a separate PR. I have done that here: #2850 But it shouldn't be needed, at least in LPython the CI should work with just your simple change. In LFortran the CI might fail without the merge, so there we might need to merge it. Ultimately to get this change in, we do need to update the libasr anyway. The good news is that it seems to be very simple now. |
|
I dont think its needed i was facing some weird bugs i fixed later but i dont think the merge was needed. First time using submodules like this bit messy im sry ill open new PRs |
Sister PR lfortran/lfortran#6985