Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "DSDP/TM/Committer Phone Meeting 2-May-2007"

< DSDP‎ | TM
 
Line 33: Line 33:
 
| DaveM  || 40% || Bugfixes || 40%
 
| DaveM  || 40% || Bugfixes || 40%
 
|-
 
|-
| Kushal || 40%  || BIDI Encodings; UDA: Model close to complete, but persistence unclear - may need an extension point to perist contributor's extensions to RSEModelObject || 40%
+
| Kushal || 40%  || BIDI Encodings; UDA || 40%
 
|-
 
|-
 
| Javier  ||  50% || FTP Parser Extension Point - Problems persisting Property Set || 50%
 
| Javier  ||  50% || FTP Parser Extension Point - Problems persisting Property Set || 50%
Line 57: Line 57:
 
** '''Priority #1: Finish API Changes'''
 
** '''Priority #1: Finish API Changes'''
 
*** '''Javier''': FTP parallel download, allowing to register directory listing parser by extension point
 
*** '''Javier''': FTP parallel download, allowing to register directory listing parser by extension point
**** What about Commons.Net class in the Extension Point API? What about having extension point in the Service?
+
**** Javier will move extension point from the service to the subsystem
*** '''DaveD''': Persistence (for UDA) - independent of IResource?; UI/Non-UI
+
*** '''DaveM''': [https://bugs.eclipse.org/bugs/show_bug.cgi?id=184322 184322] IProgressMonitor added to file system APIs: need to document whether null is allowed as paramter or not, both for IFileService and IRemoteFileSubSystem!!
+
**** Should we have a common guideline of having the progress monitor first, or last?
+
*** [https://bugs.eclipse.org/bugs/show_bug.cgi?id=182221 bug 182221]: IRemoteFileSubSystem should forward exceptions rather than handling them with dialogs - Decision was to pragmatically start converting simple methods - who should do it?
+
*** '''Martin''': [https://bugs.eclipse.org/bugs/show_bug.cgi?id=177523 177523] getInstance; [https://bugs.eclipse.org/bugs/show_bug.cgi?id=175680 175680] cleanup ISystemRegistry - probably bring more into non-UI; [https://bugs.eclipse.org/bugs/show_bug.cgi?id=173042 173042] Refresh; [https://bugs.eclipse.org/bugs/show_bug.cgi?id=172650 172650] Capabilities; [https://bugs.eclipse.org/bugs/show_bug.cgi?id=176461 176461] expand-to-level; [https://bugs.eclipse.org/bugs/show_bug.cgi?id=170910 170910] Integrate Terminalview; [https://bugs.eclipse.org/bugs/show_bug.cgi?id=185098 185098] constants for system types; [https://bugs.eclipse.org/bugs/show_bug.cgi?id=185097 185097] make getCoreRegistry() simpler
+
*** '''Michael''': Small API improvements for Terminal (with xyzmodem, [https://bugs.eclipse.org/bugs/show_bug.cgi?id=165893 165893]
+
 
** '''Priority #2: Import/Export and User Actions'''
 
** '''Priority #2: Import/Export and User Actions'''
*** Import/Export should be complete - did anybody except DaveM test it? What about User Docu?
+
**** User Actions is really more of a framework than a concrete implementation. Extenders would need to write UI etc. for handling their own user actions.
*** '''AI DaveD, Kushal''' persistence with User Actions; Dave working on API prerequisites now;
+
**** It's too late for such a framework if we cannot come up with a good default implementation. Better drop the User Actions plan item. Having it as a committed plan item was due to the misunderstanding that this would ONLY be a concrete implementation of shortcuts for Shell rather than a framework.
 
** '''Priority #3: Bugs'''
 
** '''Priority #3: Bugs'''
 
*** Bugzilla: [https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&classification=DSDP&product=Target+Management&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_severity=blocker&bug_severity=critical&bug_severity=major&cmdtype=doit Severity Major], [https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&classification=DSDP&product=Target+Management&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&cmdtype=doit&field0-0-0=priority&type0-0-0=regexp&value0-0-0=P%5B12%5D&field0-0-1=bug_severity&type0-0-1=regexp&value0-0-1=blocker%7Ccritical%7Cmajor hi-priority]
 
*** Bugzilla: [https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&classification=DSDP&product=Target+Management&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_severity=blocker&bug_severity=critical&bug_severity=major&cmdtype=doit Severity Major], [https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&classification=DSDP&product=Target+Management&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&cmdtype=doit&field0-0-0=priority&type0-0-0=regexp&value0-0-0=P%5B12%5D&field0-0-1=bug_severity&type0-0-1=regexp&value0-0-1=blocker%7Ccritical%7Cmajor hi-priority]
**** [https://bugs.eclipse.org/bugs/show_bug.cgi?id=167620 167620] Select and Delete in the Main thread
 
 
*** Encoding Issues: Kushal single encoding control for all subsystems? [https://bugs.eclipse.org/bugs/show_bug.cgi?id=179939  179939] What about binary vs. ASCII file transfer?
 
*** Encoding Issues: Kushal single encoding control for all subsystems? [https://bugs.eclipse.org/bugs/show_bug.cgi?id=179939  179939] What about binary vs. ASCII file transfer?
**** Get rid of the binary vs. ASCII Preference page?
+
**** All transfer is now done in binary for dstore and ssh; but some protocols like FTP may make a difference, so keep the ASCII vs. binary Preference page for now.
*** BIDI bugs: adopting [[ICU4J]]? It's part of core RCP already; keep it in UI
+
**** Dstore now remembers original encoding in the cache rather than re-coding during the transfer (all transfer is done in binary). DaveM is concerned about this approach in the case some resources are exported. We think that the recoding would happen when transferring from the temp location to the target.
**** '''AI DaveD''' to follow up on the concrete [https://bugs.eclipse.org/bugs/show_bug.cgi?id=183631 bug 183631] and fix it, to get experience with ICU4J
+
*** EFS: Copy(), Move(); Open Remote Project on Startup: Get rid of IResource dependencies where possible; minimal plugin activations; UI/Non-UI
+
*** [https://bugs.eclipse.org/bugs/show_bug.cgi?id=182454 182454] - what is the meaning of ISystemViewElementAdapter.getAbsoluteName()
+
 
+
  
 
* '''General Guidelines'''
 
* '''General Guidelines'''
 
** Avoid breaking API changes after end of this week
 
** Avoid breaking API changes after end of this week
 
** Junior Jobs: Bugs marked as JJ: in the subject - similar to "helpwanted" keyword
 
** Junior Jobs: Bugs marked as JJ: in the subject - similar to "helpwanted" keyword
** Compiler Warnings - total 669 in all of RSE, as of today:
 
*** 360 "Discouraged Access"
 
*** 114 Javadoc:
 
***  97 deprecated
 
*** Compiler warnings compared to [[DSDP/TM/Committer Phone Meeting 30-Jan-2007|30-Jan-2007]]
 
**** 192 -> 99 rse.ui (mostly javadoc)
 
**** 94 -> 120 files.ui
 
**** 27 -> 31 subsystems.files.core
 
**** 23 -> 18 services (javadoc)
 
**** 12 -> 14 rse.core (deprecated)
 
**** 3 connectorservice.dstore
 
**** (---) -> 143 useractions
 
**** (---) -> 11 importexport
 
*** See the [http://www.eclipse.org/dsdp/tm/development/committer_howto.php#check_code Committer Howto] for settings
 
*** '''The 'discouraged access''' warnings should be looked at since they may indicate API flaws
 
  
 
== Vacation, Away ==
 
== Vacation, Away ==
Line 101: Line 75:
 
== Action Items ==
 
== Action Items ==
 
* [[DSDP/TM/Committer Phone Meeting 24-Apr-2007#Action_Items|Last Meeting]] Action Items
 
* [[DSDP/TM/Committer Phone Meeting 24-Apr-2007#Action_Items|Last Meeting]] Action Items
* '''DaveD''': Translation Testcases; Persistence Provider without IResource; Get started on ICU4J with [https://bugs.eclipse.org/bugs/show_bug.cgi?id=183631 bug 183631]; User Actions
+
* '''DaveD''': Translation Testcases; Persistence Provider without IResource; Get started on ICU4J with [https://bugs.eclipse.org/bugs/show_bug.cgi?id=183631 bug 183631]
 
* '''DaveM''': Bugs
 
* '''DaveM''': Bugs
 
* '''Kushal''': BIDI bugs and Encodings
 
* '''Kushal''': BIDI bugs and Encodings

Latest revision as of 09:44, 8 May 2007

Meeting Title: TM Committer Phone Meeting
Date & Time: Tuesday May 2, 2007 at 1500 UTC
Dial-in: International +44 (0)1452 567588
North America +1 (866) 6161738 (toll free)
UK National 08712460713
Passcode: 0587322148 #

MartinO to start conference call - please dial in using the numbers above.
Please be available for Skype Chat in parallel to the call. MartinO will start Skype chat just prior to call.
Skype fallback dial-in - only if less than 5 participants: martin.oberhuber, ddykstal (or david_dykstal), david-k-mcknight, kushal.munir, javier.montalvoorus, tedatteddotnet, michael_scharf, and uwe.stieber.

Attendees

  • IBM - Dave McKnight, Dave Dykstal, Kushal Munir, Kevin Doyle, Xuan Chen
  • Symbian - Javier Montalvo Orús
  • Wind River - Martin Oberhuber, Michael Scharf, (Uwe Stieber n/a)

This is an Open call, so anyone else can join (though we expect the talk to be interesting for committers only).

Notes

News & Review Action Items

Martin 30% Platform symbolic links; API cleanups; 100%
DaveD 40% IBM issues; UDA Persistence design; concerned about getting UDA in shape 80%
DaveM 40% Bugfixes 40%
Kushal 40% BIDI Encodings; UDA 40%
Javier 50% FTP Parser Extension Point - Problems persisting Property Set 50%
Ted 0% - 0%
Uwe 5% - 5%
Michael 10% 10%

Time Plan and Deadlines toward M7

  • Plan towards M7 - goals and deadlines for I-builds
    • I20070503 -- Minor API changes - Final Feature Additions - Feature Freeze (Terminal integration; FTP Parser)
    • I20070510 -- Stabilization, start TM 2.0 M7 Testing on May 14th
    • I20070516 -- TM 2.0M7 (17th is a public holiday in Austria!)
    • Reminder: TM 2.0 Ramp down Plan for Europa

Bugs and open work to be discussed

  • Current Priorities
    • Priority #1: Finish API Changes
      • Javier: FTP parallel download, allowing to register directory listing parser by extension point
        • Javier will move extension point from the service to the subsystem
    • Priority #2: Import/Export and User Actions
        • User Actions is really more of a framework than a concrete implementation. Extenders would need to write UI etc. for handling their own user actions.
        • It's too late for such a framework if we cannot come up with a good default implementation. Better drop the User Actions plan item. Having it as a committed plan item was due to the misunderstanding that this would ONLY be a concrete implementation of shortcuts for Shell rather than a framework.
    • Priority #3: Bugs
      • Bugzilla: Severity Major, hi-priority
      • Encoding Issues: Kushal single encoding control for all subsystems? 179939 What about binary vs. ASCII file transfer?
        • All transfer is now done in binary for dstore and ssh; but some protocols like FTP may make a difference, so keep the ASCII vs. binary Preference page for now.
        • Dstore now remembers original encoding in the cache rather than re-coding during the transfer (all transfer is done in binary). DaveM is concerned about this approach in the case some resources are exported. We think that the recoding would happen when transferring from the temp location to the target.
  • General Guidelines
    • Avoid breaking API changes after end of this week
    • Junior Jobs: Bugs marked as JJ: in the subject - similar to "helpwanted" keyword

Vacation, Away

Action Items

  • Last Meeting Action Items
  • DaveD: Translation Testcases; Persistence Provider without IResource; Get started on ICU4J with bug 183631
  • DaveM: Bugs
  • Kushal: BIDI bugs and Encodings
  • Martin: API cleanups; Testing Stats; Refresh improvements; Integrating Terminal with RSE
  • Javier: FTP parallel download, registering FTP Parser by extension point

Next Meeting

Back to the top