stfc / PSyclone

Domain-specific compiler and code transformation system for Finite Difference/Volume/Element Earth-system models in Fortran
BSD 3-Clause "New" or "Revised" License
107 stars 29 forks source link

(Closes #2585) Add an optional, 'default' argument to SymbolTable.lookup() #2645

Closed arporter closed 3 months ago

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 99.86%. Comparing base (4560b8b) to head (06b841f).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #2645 +/- ## ======================================= Coverage 99.86% 99.86% ======================================= Files 352 352 Lines 48509 48512 +3 ======================================= + Hits 48444 48447 +3 Misses 65 65 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

arporter commented 4 months ago

Just adds an optional, 'default' argument to the lookup() method. One for @sergisiso, @hiker or @LonelyCat124. (Dev. Guide description of lookup has updated automatically.)

arporter commented 4 months ago

Dev. guide still builds fine. CI happiness permitting, this is ready for another look.

arporter commented 3 months ago

CI-happiness permitting, this is ready for another look.