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 20161011

JSDT Weekly Sync 11 Oct 2016

Attendees: Ilya, Angel, Patrik, Victor, Gorkem

ECE Presentation

Patrik is preparing 3 mini demo. See code here: https://github.com/psuzzi/jsdt-demo-neon/tree/master/jsdt-demo-v16.10 1. Frontend (Angular+Bootstrap): demo Bower integration, + Chrome frontend debugging 2. Backend (Nodejs express): tracking user agents via 1px gif 3. FullStack (Angular+Bootstram/SpringBoot): debug both JS frontend and SpringBoot backend on same IDE.

Reviews and CQ

Ilya reviewed Pavel submission: https://git.eclipse.org/r/#/c/82836/ it works great Ilya added CQ to use RedDeer. old 12074--> https://dev.eclipse.org/ipzilla/show_bug.cgi?id=12091 Victor is to help in passing CQ

Search and Indexing

Angel improved indexing, trying to fix the slowdown by selectively erasing indices.

Closure Compiler

Gorkem is working with CC, and fixing some issues which requires to fix the AST. Major changes in the way the DOM AST is fetched, but there is still some CCE. All tests are passing, but some work is still required, as CC can succeed in some case in which Esprima was expecting test errors with no AST generation. We need to test unusual use cases, to verify tests.

Other Features

Victor is reviewing bugfixes, some related to AERI, some to Nodejs 4 Victor is testing Typescript debugging, but there are issues on how the debug should start: https://git.eclipse.org/r/#/c/79388/

Back to the top