Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeffrey Overbey2008-12-10 00:37:42 +0000
committerJeffrey Overbey2008-12-10 00:37:42 +0000
commit94a7d2a043a9dcb5bf7c85e889e7c8893e2d8d57 (patch)
treefe5a87ecd093d9935efd371de94fc9cb52078440
parent789ce211ce59ec33dba7e483c8f7a0ca7a42de75 (diff)
downloadorg.eclipse.photran-94a7d2a043a9dcb5bf7c85e889e7c8893e2d8d57.tar.gz
org.eclipse.photran-94a7d2a043a9dcb5bf7c85e889e7c8893e2d8d57.tar.xz
org.eclipse.photran-94a7d2a043a9dcb5bf7c85e889e7c8893e2d8d57.zip
Updated my to-do list
-rw-r--r--org.eclipse.photran-dev-docs/TODO-Jeff.txt61
1 files changed, 36 insertions, 25 deletions
diff --git a/org.eclipse.photran-dev-docs/TODO-Jeff.txt b/org.eclipse.photran-dev-docs/TODO-Jeff.txt
index c873aec0..37d72fbe 100644
--- a/org.eclipse.photran-dev-docs/TODO-Jeff.txt
+++ b/org.eclipse.photran-dev-docs/TODO-Jeff.txt
@@ -1,7 +1,7 @@
NEW IN THIS BETA:
-- Find All References
-- Fortran 2003
-- New gfortran error parser
++ Find All References
++ Fortran 2003
++ New gfortran error parser
@@ -13,7 +13,25 @@ GRANT/SUPPORT REQUIREMENTS
- Parse kinds and character lengths and include in Type
+
FOR NEXT BETA
+
+- Fortran 2003
+ + Section 2
+ + Section 4
+ + Section 5
+ - Section 6
+ - Section 8
+ - Section 9
+ - Section 11
+ - Section 12
+
++ Fortran Decl View not populating when it should
++ Refactorings should not work if VPG is turned off (give appropriate error
+ instead of "please select an ..." error when VPG is disabled)
++ Renaming outu in "write (outu, ..." doesn't work (bstfit.f90)
+
+- Rename bug: local variable may not shadow program name
- Preproc substring bug
- Open Decl error message
- Persist project properties
@@ -22,35 +40,28 @@ FOR NEXT BETA
- If I click on new source file, I can choose between a C and a C++ template or <no template>. However, there's no FORTRAN-template. This is a usability feature, I hope this is not too hard to add.
- It is possible to get have source tarball releases as well?
-
- Change hasEqEqOp() to hasEqOp() in ASTOperatorNode
- Add function testing stuff
- Get rid of VarOrFnRefNode
- Should be able to parenthesize arg to subroutine
- What is /= in ASTOperatorNode?
-- Refactorings should not work if VPG is turned off
-
-- Refactoring gives "please select an ..." error when VPG is disabled
-
- Multiple parsing start symbols
- No renaming of namelist variables
-Link interfaces to function definitions
-Bug in indexing - not linking identifiers
-Should be able to set parenthesis tokens
-Where to insert type decl stmt? Send fn name to Stas
-Give subroutine and function parameter, subroutine and function argument, subroutine and function nodes common parents
-Link subprograms across files
-
-Parser bug: does not accept "common // a,b"
-
-mailinglists.php -- See "Re: MySQL Error" e-mail
-
-
-STAS'S STUFF:
-Move save vars to common block
-Common to composite type
-Move composite type from common to local pointer
-Pass that pointer around \ No newline at end of file
+- Link interfaces to function definitions
+- Bug in indexing: not linking identifiers
+- Should be able to set parenthesis tokens
+- Where to insert type decl stmt? Send fn name to Stas
+- Give subroutine and function parameter, subroutine and function argument, subroutine and function nodes common parents
+- Link subprograms across files
+- Parser bug: does not accept "common // a,b"
+- mailinglists.php -- See "Re: MySQL Error" e-mail
+
+
+STAS is going to...
+1. Move save vars to common block
+2. Common to composite type
+3. Move composite type from common to local pointer
+4. Pass that pointer around \ No newline at end of file

Back to the top