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 20160809"

(Created page with "= JSDT/Confcalls/Minutes 20160809 = * '''Attendees''': Ilya, Victor, Angel, Gorkem, Patrik * '''Links''': JSDT Open Bugs: https://goo.gl/nP")
 
Line 1: Line 1:
 
= JSDT/Confcalls/Minutes 20160809 =
 
= JSDT/Confcalls/Minutes 20160809 =
  
* '''Attendees''': Ilya, Victor, Angel, Gorkem, Patrik
+
* '''Attendees''': Ilya, Angel, Gorkem, Victor, Patrik
* '''Links''': JSDT Open Bugs: https://goo.gl/nP
+
* '''Links''': JSDT Open Bugs: https://goo.gl/nPLxeF
 +
 
 +
== Current Status ==
 +
 
 +
=== Indexxing ===
 +
 
 +
* Angel is replacing the old code for the indexing. Now it is working at his best. The AST visitor is visiting the DOM AST that came out of Esprima. Parsing is correct. There is more work to do, as when searching it breaks, likely related to indexing.
 +
** We're just fixing the JSDT indexing, to be correct, using JDT indexing as model. Hopefully, once done, It'll come easier moving to CDT-like indexing, when the current indexer will be complete.
 +
* Gorkem note: we already discussed to use the CDT-related indexer (https://www.infoq.com/presentations/java-jdt-index), but for now it is kind of hard understand how to adapt this to JavaScript.
 +
 
 +
=== Debugging ===
 +
 
 +
* Ilya is mainly working on frontend debugging. We can have a peek here: https://youtu.be/IcTn0fyaK0s.

Revision as of 19:23, 9 August 2016

JSDT/Confcalls/Minutes 20160809

Current Status

Indexxing

  • Angel is replacing the old code for the indexing. Now it is working at his best. The AST visitor is visiting the DOM AST that came out of Esprima. Parsing is correct. There is more work to do, as when searching it breaks, likely related to indexing.
    • We're just fixing the JSDT indexing, to be correct, using JDT indexing as model. Hopefully, once done, It'll come easier moving to CDT-like indexing, when the current indexer will be complete.
  • Gorkem note: we already discussed to use the CDT-related indexer (https://www.infoq.com/presentations/java-jdt-index), but for now it is kind of hard understand how to adapt this to JavaScript.

Debugging

Back to the top