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

JSDT/Confcalls/Minutes 20160719

< JSDT‎ | Confcalls
Revision as of 05:34, 10 August 2016 by Unnamed Poltroon (Talk) (Created page with "= JSDT/Confcalls/Minutes 20160719 = * Attendees: Patrik, Ilya, Angel, Gorkem * (JSDT Open Bugs: https://goo.gl/nPLxeF) == Status == '''Patrik''' * Completed simple Oomph...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

JSDT/Confcalls/Minutes 20160719

Status

Patrik

  • Completed simple Oomph project setup file: JSDT.setup. I will provide change, blog about using it for JSDT, and make a video

Ilya

There will be a new plug-in for all the frontend debugging stuffs: https://github.com/ibuziuk/webtools.jsdt/commits/Bug_497765 There are several questions on the mailing lists, and someone started "believing" in JSDT, after a long period of low maintenance same two bugs for year (but one has a change) 1. Bug 356606 - [formatter] Unwanted alignment on Enter when inside array literal (since 2011), people are really pissed off. 2. Bug 419931 - Array initializer auto-formatting is a hideous, broken nightmare StackOverflow question: debugging both Java and JavaScript from Eclipse http://stackoverflow.com/questions/38386091/how-to-debug-javascript-with-eclipse-running-local-tomcat-server

Angel

  • Working on a prototype for getting rid of the old Compiler, in favor of the new parser.

The aim is to have better code completion (Thanks to indexing, this will boos performances dramatically. ) Note, there is someone from CDT who is trying to include the indexed

Gorkem Made a release for the Java lang services Start looking into ClosureCompiler. When ready we'll switch to CC. Then we'll figure out which level of linting and error tolerance we should use. The JSDT CC, can quickly generate an AST, (without generror) and then we can pass it to reconcilier and error reporter.

Back to the top