Community
Participate
Working Groups
Created attachment 171018 [details] reverseLoopPatch Takes a Do loop and reverses it (do i=1,10,1 -> do i=10,1,-1)
Thanks, Ashley. Can you please confirm that 1. you wrote 100% of the code without incorporating content from elsewhere or relying on the intellectual property of others, 2. you have the right to contribute the code to Eclipse, and 3. you have included the EPL license header in all source files?
I confirm that 1. I wrote 100% of the code without incorporating content from elsewhere or relying on the intellectual property of others, 2. I have the right to contribute the code to Eclipse, and 3. I have included the EPL license header in all source files.
This is a small contribution, so we will not need to file a CQ.
Created attachment 172474 [details] Final test case (depends on Reindenter changes)
Thanks. I have committed this to CVS except for the last test case which does not pass (cf. attachment); we should revisit that when the Reindenter changes are in CVS. Ashley, could you please add documentation for this refactoring to the Photran *7.0* Advanced Features manual? It is here: http://wiki.eclipse.org/PTP/photran/documentation/photran7advanced Please follow the general form used for the other refactorings. Let me know when that's done, and we can close this bug after we put the last test case in. Thanks a lot.
Documentation added