Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[photran-dev] Status of refactorings

Hi Mariano (cc photran-dev),

So you can keep fortranrefactoring.com.ar up to date, here is the status of new refactorings in Photran, as of 11:00 this morning:


COMMITTED TO CVS:
  1. Replace Old-Style Do-Loops
  2. Safe Delete Internal Subprogram
  3. Permute Subroutine Arguments (we originally called this Change Subprogram Signature, but that name was too general)
  4. Tile Loops (was called Loop Tiling)
  5. Fuse Loops (was called Loop Fusion)
  6. Add Identifier to End Statement

STILL IN PROGRESS:
  1. Convert Subroutine to Function (Abhishek Sharma) - This is one that Jay Carlton suggested - Bug 321792
  2. Unroll Loop (Ashley Kasza) - Bug 317314
  3. Add USE Statement (Matt and Ashley) - Bug 319883
  4. Move Module Entities (Matt and Ashley) - Bug 321790
  5. Standardize Input/Output Format (Mariano) - Bug 322599

Also, you might want to list Stas's refactorings as "stalled" or something.  They're not really "in progress" -- I don't think he has plans/time to fix and contribute them in the near future, since he's busy with other research work.  We might have someone else work on them eventually, but that's not on the agenda right now.

Jeff

Back to the top