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 "Eclipse/Status meetings/Minutes"

(PDE (Curtis))
(Platform Text (Dani))
(13 intermediate revisions by 8 users not shown)
Line 2: Line 2:
  
 
<!-- Hint: Copy the empty template for the next week from the very end of this edit box. -->
 
<!-- Hint: Copy the empty template for the next week from the very end of this edit box. -->
 +
 +
== January 16, 2013 ==
 +
 +
=== Discussion/Reminders ===
 +
 +
* Should we revisit our current practice of leaving failing tests in the build ({{bug|398159}}).
 +
 +
=== Status ===
 +
 +
==== Platform Workspace (Szymon) ====
 +
 +
==== Platform UI (Paul) ====
 +
 +
==== Platform Text (Dani) ====
 +
* bug fixing
 +
 +
==== Platform Debug (Mike / Pawel) ====
 +
* Getting ready to commit pin and clone feature: [https://bugs.eclipse.org/bugs/show_bug.cgi?id=145635 bug 145635- (Support for debug view pin & clone)]
 +
* Refactoring contribution for expressions view: [https://bugs.eclipse.org/bugs/show_bug.cgi?id=372181 bug 372181 (Working set support for Expressions View)]
 +
 +
==== Platform Ant (Mike) ====
 +
 +
==== Platform SWT (Silenio) ====
 +
* backported last planned fixes for 4.2.2
 +
* GTK+ 3 work continuing
 +
* various 4.3-stream fixes
 +
 +
==== Platform Releng (David) ====
 +
 +
* Working on Juno SR2 RC2
 +
: See [http://www.eclipse.org/eclipse/platform-releng/buildSchedule.html| Build Schedule]: build today, test Thursday, sign-offs due Tues. End of next week (and the week after that) we will be "doubled up" on Juno SR2 and Kepler M5.
 +
* Working on getting CBI-based builds to run for Kepler. {{bug|398201}} is current "blocker".  After that, I'll work on getting unit tests to run against our CBI-based N-builds.
 +
 +
==== JDT Core (Jay) ====
 +
* Will not be able to attend the call today
 +
* One open item for 4.2.2 ({{Bug|395897}}, INDEX_LOCATION_ATTRIBUTE_NAME attribute value is ignored when the index is rebuilt)
 +
* Bug fixes and inbox tracking
 +
* Progress on Java 8 work
 +
 +
==== JDT Debug (Mike) ====
 +
 +
==== JDT UI (Markus) ====
 +
* added quick fixes for "unused type parameter" problems
 +
 +
==== PDE (Curtis) ====
 +
* Backported one more fix to 4.2.2 {{Bug|398235}}
 +
** Classpath update job locks the workspace
 +
** In 4.2.2 this only happens if system property "pde.lockWorkspaceForClasspath" is set to true
 +
* Samples moved to PDE website
 +
* Category xml editor now supports individual bundles for creating p2 repositories
 +
* Community submitted improvements to the New Plug-in With Incremental Builder template
 +
 +
 +
==== Equinox (Tom Watson) ====
 +
 +
==== Equinox p2 (Ian Bull) ====
 +
 +
 
== January 9, 2013 ==
 
== January 9, 2013 ==
  
Line 19: Line 77:
  
 
==== Platform Debug (Mike / Pawel) ====
 
==== Platform Debug (Mike / Pawel) ====
 +
* continued work on Pin / Clone [https://bugs.eclipse.org/bugs/show_bug.cgi?id=145635 bug 145635]
 +
* bug fixing / triage
  
 
==== Platform Ant (Mike) ====
 
==== Platform Ant (Mike) ====
 +
* bug fixing / triage
  
 
==== Platform SWT (Silenio) ====
 
==== Platform SWT (Silenio) ====
Line 37: Line 98:
  
 
==== JDT Debug (Mike) ====
 
==== JDT Debug (Mike) ====
 +
* completed investigation of interrupting / stopping threads from the debug view - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=392893 bug 392893]
 +
* continuing investigation of using JDT core evaluation code - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=289798 bug 289798]
 +
* started converting the inspect / evaluate actions to commands / handlers - [https://bugs.eclipse.org/bugs/show_bug.cgi?id=390869 bug 390869]
 +
* bug fixing triage
  
 
==== JDT UI (Markus) ====
 
==== JDT UI (Markus) ====
Line 96: Line 161:
  
 
<!-- Template for next week's status (add 7 days, then copy):
 
<!-- Template for next week's status (add 7 days, then copy):
== January 9, 2013 ==
+
== January 16, 2013 ==
  
 
=== Discussion/Reminders ===
 
=== Discussion/Reminders ===

Revision as of 11:57, 16 January 2013


January 16, 2013

Discussion/Reminders

  • Should we revisit our current practice of leaving failing tests in the build (bug 398159).

Status

Platform Workspace (Szymon)

Platform UI (Paul)

Platform Text (Dani)

  • bug fixing

Platform Debug (Mike / Pawel)

Platform Ant (Mike)

Platform SWT (Silenio)

  • backported last planned fixes for 4.2.2
  • GTK+ 3 work continuing
  • various 4.3-stream fixes

Platform Releng (David)

  • Working on Juno SR2 RC2
See Build Schedule: build today, test Thursday, sign-offs due Tues. End of next week (and the week after that) we will be "doubled up" on Juno SR2 and Kepler M5.
  • Working on getting CBI-based builds to run for Kepler. bug 398201 is current "blocker". After that, I'll work on getting unit tests to run against our CBI-based N-builds.

JDT Core (Jay)

  • Will not be able to attend the call today
  • One open item for 4.2.2 (bug 395897, INDEX_LOCATION_ATTRIBUTE_NAME attribute value is ignored when the index is rebuilt)
  • Bug fixes and inbox tracking
  • Progress on Java 8 work

JDT Debug (Mike)

JDT UI (Markus)

  • added quick fixes for "unused type parameter" problems

PDE (Curtis)

  • Backported one more fix to 4.2.2 bug 398235
    • Classpath update job locks the workspace
    • In 4.2.2 this only happens if system property "pde.lockWorkspaceForClasspath" is set to true
  • Samples moved to PDE website
  • Category xml editor now supports individual bundles for creating p2 repositories
  • Community submitted improvements to the New Plug-in With Incremental Builder template


Equinox (Tom Watson)

Equinox p2 (Ian Bull)

January 9, 2013

Discussion/Reminders

  • Samples on welcome page no longer load (CVS shutdown), see bug 396429
    • Should we remove the samples page entirely?
    • Dani: No. It was promised that read-only access stays. This includes anonymous HTTP for me (bug 397237).

Status

Platform Workspace (Szymon)

Platform UI (Paul)

Platform Text (Dani)

  • bug fixing

Platform Debug (Mike / Pawel)

  • continued work on Pin / Clone bug 145635
  • bug fixing / triage

Platform Ant (Mike)

  • bug fixing / triage

Platform SWT (Silenio)

  • beginning work on embedding CEF (Chromium Embedded Framework)
  • beginning work on XULRunner 17 support
  • continuing GTK+ 3 work
  • continuing UIA work
  • still have some fixes from 4.3.x to backport to 4.2.2
  • vacation

Platform Releng (David)

JDT Core (Jay)

  • One open item for 4.2.2 (bug 395897, INDEX_LOCATION_ATTRIBUTE_NAME attribute value is ignored when the index is rebuilt)
  • Progress on Java 8 work

JDT Debug (Mike)

  • completed investigation of interrupting / stopping threads from the debug view - bug 392893
  • continuing investigation of using JDT core evaluation code - bug 289798
  • started converting the inspect / evaluate actions to commands / handlers - bug 390869
  • bug fixing triage

JDT UI (Markus)

  • Javadoc view and hovers now show package docs from package-info.java and package.html
  • Backported last fix for 4.2.2 (bug 319054, New Java Project wizard can delete files when trying to use symlink in project path)

PDE (Curtis)

  • New API to contribute to the PDE required plug-ins classpath container bug 363733

Equinox (Tom Watson)

Equinox p2 (Ian Bull)

January 2, 2013

Discussion/Reminders

Status

Platform Workspace (Szymon)

Platform UI (Paul)

Platform Text (Dani)

Platform Debug (Mike / Pawel)

Platform Ant (Mike)

Platform SWT (Silenio)

Platform Releng (David)

JDT Core (Jay)

  • Backporting verify error fixes complete
  • Progress on Java 8 work
  • Bug fixes and inbox tracking

JDT Debug (Mike)

JDT UI (Markus)

PDE (Curtis)

  • API filters in projects will filter api use scan results (bug 332772)

Equinox (Tom Watson)

Equinox p2 (Ian Bull)

Archived Minutes

2012 Minutes

Back to the top