Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "CDT/calls/Indexing23102006"

< CDT‎ | calls
(Agenda (Proposed): added proposal to use String instead of IPath)
(minutes update)
Line 13: Line 13:
  
 
== Content ==
 
== Content ==
 +
 +
* Co-ordination of unit tests
 +
**We're happy for duplication to happen - more tests is better than fewer
 +
* Performance testing
 +
* 74433 update
 +
** proof on concept is working, by having new PDOMBinding records used instead of placeholders
 +
** work has begun on an CIndexProvider extension point. Proposed draft patch to follow
 +
** a IPDOMVisitor impementation for traversing multiple pdom has been tested, we might not need this
 +
* static functions
 +
** Markus to comment in bugzilla
 +
* anonymous namespaces
 +
** Markus to remove them from index (they go in under the empty name)

Revision as of 12:00, 23 October 2006

Agenda (Proposed)

  • Do we need to co-ordinate unit test writing?
  • Performance testing
  • 74433 (offline/composite indexes) update
  • Discussion of index model (IndexFactory)
    • Should an indexer attached to project A write to other projects
    • Do we want to model static functions, unnamed namespaces in the index?
  • How to present elements from the index in the UI.
  • Proposal: Use String instead of IPath in IIndex and IIndexFragment to reduce dependencies for remote clients

Attendees

Content

  • Co-ordination of unit tests
    • We're happy for duplication to happen - more tests is better than fewer
  • Performance testing
  • 74433 update
    • proof on concept is working, by having new PDOMBinding records used instead of placeholders
    • work has begun on an CIndexProvider extension point. Proposed draft patch to follow
    • a IPDOMVisitor impementation for traversing multiple pdom has been tested, we might not need this
  • static functions
    • Markus to comment in bugzilla
  • anonymous namespaces
    • Markus to remove them from index (they go in under the empty name)

Back to the top