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 20160920

JSDT Sync 20 Sept 2016

Attendees: Ilya, Victor, Patrik, Gorkem, Angel

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

Oomph

Patrik is to add a bugzilla for Oomph, Patrik is to reproduce bug 496222 on Mac.

Resources

At loading Project-related error: http://pastebin.com/CYWfFH0E Long log on renaming

Search

Angel provided a big change for the search: https://git.eclipse.org/r/#/c/81467/ (Neon.2) Most of the change is in visitors, ie. CompilationUnitStructureVisitor . In terms of performances is slower (ie. 15 vs 200ms), but more reliable and it does not crash, even with files with 60k LoC Now: it indexes all files at startup, then it indexes each files changes and saved. It's mostly AST (~95% of time and not Visitor ~5% VR: Probably we could deliver without CQ

CQs - Legal

We have big CQs waiting since a long time. The windows where we could deliver improvements is moved.

Blog

Ilya: Wrote the blog, which is ready to be reviewed https://github.com/ibuziuk/jbosstools-website/blob/JBIDE-23128/blog/2016-09-28-javascript-development-tools-neon1.adoc

Other issues

Victor looking at Neon.1 seems on, no major issues, except those visible in bugzilla- IDE Hangs when loading big files: https://bugs.eclipse.org/bugs/show_bug.cgi?id=500698

Compiler

Some slowdown in CC, as the development window shifted a little bit Gorkem is going to spend some time to work on the CC It can make better Bug 500698, but never quick as @code

Eclipse IDE

Discussions going on about bringing XML editor in Platform. If so, why not also JSON? Note: the Generic Editor using language servers is limited to be a client editor. Indeed there is no interface (yet) that can model what an AST is. Language's AST are domain specific.

Back to the top