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 "JSDT/Confcalls/Minutes 20151208"

(Created page with "== Logistics == See ../ == Attendees == Ilya, Chuck, Orlando, Alina, Alexey, Victor == Meeting Minutes == * JSON Editor ** Angelo (the author) has pushed the fir...")
 
 
(3 intermediate revisions by the same user not shown)
Line 10: Line 10:
 
** Angelo (the author) has pushed the first patch set into Gerrit.
 
** Angelo (the author) has pushed the first patch set into Gerrit.
 
*** See: https://git.eclipse.org/r/#/c/62013/
 
*** See: https://git.eclipse.org/r/#/c/62013/
** There is an issue in .gitignore which disabled .project files to be uploaded. Angelo is going to provide another patch set to the end of the week.
+
** There is an issue in .gitignore which disabled the .project files to be uploaded. Angelo is going to provide another patch set to the end of the week.
** Orlando/Alina may brose the code and start the review/test the contribution (taking into account that .project files are to be manually created)
+
** Victor is working on maven project setup and feature creation/update for JSON Editors
 +
** Orlando/Alina may browse the code and start review/test for the contribution (taking into account that .project files are to be manually created)
 
** If no other objections (upon the fixing the issue listed above) we still should ask Nick (SSE lead) for a review
 
** If no other objections (upon the fixing the issue listed above) we still should ask Nick (SSE lead) for a review
 
** Related bugzilla: https://bugs.eclipse.org/bugs/show_bug.cgi?id=471820
 
** Related bugzilla: https://bugs.eclipse.org/bugs/show_bug.cgi?id=471820
Line 19: Line 20:
 
** Is a part of M4 release
 
** Is a part of M4 release
 
** Related bugzilla https://bugs.eclipse.org/bugs/show_bug.cgi?id=481828
 
** Related bugzilla https://bugs.eclipse.org/bugs/show_bug.cgi?id=481828
** Victor will create a single feature today and include in builds
 
 
* Grunt & Gulp work
 
* Grunt & Gulp work
 
** CQs for Grunt and Gulp non-exempt have been created and approved by PMC Member:
 
** CQs for Grunt and Gulp non-exempt have been created and approved by PMC Member:
Line 27: Line 27:
 
** Bugzilla for Gulp https://bugs.eclipse.org/bugs/show_bug.cgi?id=483399
 
** Bugzilla for Gulp https://bugs.eclipse.org/bugs/show_bug.cgi?id=483399
 
* JavaScript Debugger
 
* JavaScript Debugger
** Chromuim.org and Google have accepted the proposal to publish Chrome Development Tools under the EPL license. As such, the following CQ is filled with an updated source code archive, new licensing policies and a link to an updated original repo, and already is under the review:
+
** Chromuim.org and Google have accepted the proposal to publish Chrome Development Tools under the EPL license. As such, the following CQ is filled with an updated source code archive, new licensing policies and a link to updated original repo, and already is under the review:
 
*** http://dev.eclipse.org/ipzilla/show_bug.cgi?id=10375
 
*** http://dev.eclipse.org/ipzilla/show_bug.cgi?id=10375
 
** Denis is to prepare the updated patch set for Gerrit based on the latest original Chrome Development Tools repository.
 
** Denis is to prepare the updated patch set for Gerrit based on the latest original Chrome Development Tools repository.
 
** Bugzilla for ChDT: https://bugs.eclipse.org/bugs/show_bug.cgi?id=479466
 
** Bugzilla for ChDT: https://bugs.eclipse.org/bugs/show_bug.cgi?id=479466
 
* Parser replacement
 
* Parser replacement
** All agreed that it's going to be critical and we need to have a plan (tied to the comming WTP milestones) for ongoing changes for JSDT Core
+
** All are agreed that it's going to be critical and we need to have a plan (tied to the comming WTP milestones) for ongoing changes for JSDT Core
** Victor is trying to use Esprima parser in order to get an ESTree AST from it (in order to create dom.ast model) as well as more simplified object's list of lexical tokens (in order to use it for syntax highlighting).
+
** Victor is trying to use Esprima parser in order to get an ESTree AST from Esprima (in order to create a dom.ast model) as well as more simplified object's list of lexical tokens (in order to use it for syntax highlighting).

Latest revision as of 19:08, 8 December 2015

Logistics

See JSDT/Confcalls

Attendees

   Ilya, Chuck, Orlando, Alina, Alexey, Victor

Meeting Minutes

Back to the top