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

JSDT/Confcalls/Minutes 20160906

JSDT Sync 06 Sep

Attendees: Ilya, Gorkem, Patrik

JSDT Open Bugs: https://goo.gl/nPLxeF

Status

We are in RC3

Ilya is creating demos main issue: content assist not working for npm and bower, because of packaging Snjezana created a fix; https://bugs.eclipse.org/bugs/show_bug.cgi?id=500805. to be approved ASAP, need PMC Working on HotSpot debugger and he wants the fix to be in RC4. Investigating JS debugging with SWTBot: https://bugs.eclipse.org/bugs/show_bug.cgi?id=486075

Patrik Is going to create a video: Setup JSDT dev env with oomph in 3 min also working on: https://bugs.eclipse.org/bugs/show_bug.cgi?id=500481 Patrik is going to do some triaging on JSDT

Gorkem Angel continues with the work on search, with good progresses. Working on lots of stuffs, including lang servers and closure compiler. With CC there are still some problems, but no major issues. - i.e. conversions CC AST -> DOM AST has some incompatibilities, solvable with conditional programming. - often: CC AST regenerate a model that corresponds to multiple (3) DOM Nodetypes. Hopefully it'll be in for Neon.2, plus there are features to be added, i.e - JSDoc annotations (lost with Esprima) - Inference for getting type informations (CC can also parse Typescript as well)

Back to the top