What did you do this week?
- Support boolean arguments in numpy unique
- General implementation of supporting immediate arguments
- WIP: TST: add tests for Pythran somersd
What is coming up next?
- Finished General implementation of supporting immediate arguments
- Investigate more on WIP: TST: add tests for Pythran somersd
- Prepare for the final evaluation
Did you get stuck anywhere?
In General implementation of supporting immediate arguments, I met a AttributeError: 'FunctionDef' object has no attribute 'immediate_arguments'
,
the potential solution is hard-code checking if it is FunctionDef object, if so then skip.