Sergi Siso

Results 207 comments of Sergi Siso

@arporter This is ready for another review.

@arporter This is ready for next review. I decided to do it for both: eg1 and eg2, and to still keep the level scripts.

@arporter I merged the fparser PR, this should be unblocked now.

It seems like this closes #1366 even though it is marked as "towards" in the PR title. I have marked as resolved the issue on the changelog and will close...

In #2517 we tried implementing equality (`__eq__`) for Symbols and it led to many issues because we usually compare symbols in a scope context (we may have shadowed symbols which...

@arporter I started looking at #717 as I wanted to fix the "where" limitations next, but realised that for this we need a proper way to decide if a plain...

> Related to this issue (which I appear to have forgotten about), in reviewing https://github.com/stfc/PSyclone/pull/1850 Sergi suggested (https://github.com/stfc/PSyclone/pull/1850#discussion_r971069118) that we should change the way we store an UnknownType so that...

Ah!, maybe not, because we currently keep the initialisation value as part of the UnknownFortranType and we would lose it by just storing the declaration part. The initialistion part has...

I changed the name to make the issue solution clear. @arporter Are pointer initial values (=> assignment) considered in this PR?

I am implementing this as part of #2600