Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [photran] submit Fortran refactoring to Photran

Sure, no problem. It will make things easier from our end, actually. Thanks!

Jeff

On 12/18/12 1:20 PM, Ben DuPont wrote:
All three refactorings are contained within the same source tree. Can I submit one patch for all three? One of the refactorings adds a public function to ASTAssignmentStmtNode which allows the % to be removed. With a little refactoring, we can remove the need for this function if necessary.

Ben

On 12/18/2012 11:10 AM, Greg Watson wrote:
Please open an enhancement bug for each refactoring against PTP and component Photran.Refactoring Engine. Attach patches for the refactoring code and unit tests to each bug. Once the Photran developers have looked at the code and are satisfied that it meets their requirements, we will then need to go through a legal process to clear the contributions with the Eclipse Foundation.

Thanks!
Greg

On Dec 18, 2012, at 11:48 AM, Ben DuPont <ben@xxxxxxxxxxx> wrote:

For CS427 at UIUC, my group created 3 refactorings: replace parallel arrays with a derived type, replace a derived type with parallel arrays, and replace a derived type with another derived type. I found reference to the following message on the list: http://dev.eclipse.org/mhonarc/lists/photran-dev/msg00351.html. Assuming you're interested in these refactorings, is this how we should submit our refactorings? How do we submit our unit tests?

Ben
_______________________________________________
photran mailing list
photran@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/photran

_______________________________________________
photran mailing list
photran@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/photran


Back to the top