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 "XQDT/Status Meetings/2010-08-25"

Line 42: Line 42:
 
* Lionel
 
* Lionel
 
** Bug fixes:
 
** Bug fixes:
 +
*** [https://bugs.eclipse.org/bugs/show_bug.cgi?id=292343 Bug 292343] XQuery grammar does not accept nested comments
 +
*** [https://bugs.eclipse.org/bugs/show_bug.cgi?id=296129 Bug 296129] XQDT SF FEATURE#2782037: Variable scope checking
 +
*** [https://bugs.eclipse.org/bugs/show_bug.cgi?id=321745 Bug 321745] [SSE] Wrong parsing: "Syntax error: expected end of file."
 +
*** [https://bugs.eclipse.org/bugs/show_bug.cgi?id=321847 Bug 321847] Incorrect parsing of expressions
 +
*** [https://bugs.eclipse.org/bugs/show_bug.cgi?id=322043 Bug 322043] [SSE] Incorrect parsing of function declarations
 +
*** [https://bugs.eclipse.org/bugs/show_bug.cgi?id=322044 Bug 322044] [SSE] Incorrect parsing when comments appear at certain places
 +
*** [https://bugs.eclipse.org/bugs/show_bug.cgi?id=322053 Bug 322053] [SSE] XML comments not parsed
 +
*** [https://bugs.eclipse.org/bugs/show_bug.cgi?id=321750 Bug 321750] [SSE] keyword "to" is not highlighted
 +
*** [https://bugs.eclipse.org/bugs/show_bug.cgi?id=322061 Bug 322061] [SSE] empty-sequence() and item() are shown as functions
 +
*** [https://bugs.eclipse.org/bugs/show_bug.cgi?id=322150 Bug 322150] [SSE] Incorrect parsing when comments appear in SequenceType
 
* Gabriel
 
* Gabriel
 
** Bug fixes:
 
** Bug fixes:
 +
*** [https://bugs.eclipse.org/bugs/show_bug.cgi?id=305734 Bug 305734] interpreter dialog does not allow running Saxon 9 HE XQuery engine
 +
*** [https://bugs.eclipse.org/bugs/show_bug.cgi?id=321741 Bug 321741] [SSE] Correct or disable pair matching
 +
*** [https://bugs.eclipse.org/bugs/show_bug.cgi?id=321723 Bug 321723] Syntax Highlighting color schemes
 +
*** [https://bugs.eclipse.org/bugs/show_bug.cgi?id=321727 Bug 321727] Transparent colour for syntax highlighting background
 +
** changed the plug-in version numbers to 0.8
 +
* David
 +
** Clean Up XQuery-dev branch to only relevant code ([https://bugs.eclipse.org/bugs/show_bug.cgi?id=323399 Bug 323399])
 +
** created the xquery-release Git branch and
 +
** migrated the continuous and integration builds to the new hudson.eclipse.org
  
 
=== Future Plans ===
 
=== Future Plans ===
  
*  
+
* we will discuss on Sept. 8th about how to unify the DLTK and SSE AST models
  
  
 
[[Category:XQDT Development Status Meetings| ]]
 
[[Category:XQDT Development Status Meetings| ]]

Revision as of 11:19, 25 August 2010

XQDT Development Status Meeting

Attendees

Project Commiters
Gabriel P Y
Lionel V Y
Sam N
William C Y
Friends
David C Y

Note: feel free to correct any errors/omissions in above attendance record.


Details

Development Status

  • Lionel
    • Bug fixes:
      • Bug 292343 XQuery grammar does not accept nested comments
      • Bug 296129 XQDT SF FEATURE#2782037: Variable scope checking
      • Bug 321745 [SSE] Wrong parsing: "Syntax error: expected end of file."
      • Bug 321847 Incorrect parsing of expressions
      • Bug 322043 [SSE] Incorrect parsing of function declarations
      • Bug 322044 [SSE] Incorrect parsing when comments appear at certain places
      • Bug 322053 [SSE] XML comments not parsed
      • Bug 321750 [SSE] keyword "to" is not highlighted
      • Bug 322061 [SSE] empty-sequence() and item() are shown as functions
      • Bug 322150 [SSE] Incorrect parsing when comments appear in SequenceType
  • Gabriel
    • Bug fixes:
      • Bug 305734 interpreter dialog does not allow running Saxon 9 HE XQuery engine
      • Bug 321741 [SSE] Correct or disable pair matching
      • Bug 321723 Syntax Highlighting color schemes
      • Bug 321727 Transparent colour for syntax highlighting background
    • changed the plug-in version numbers to 0.8
  • David
    • Clean Up XQuery-dev branch to only relevant code (Bug 323399)
    • created the xquery-release Git branch and
    • migrated the continuous and integration builds to the new hudson.eclipse.org

Future Plans

  • we will discuss on Sept. 8th about how to unify the DLTK and SSE AST models

Back to the top