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 20160517

JSDT/Confcalls/Minutes 20160517

Attendees : Victor R, Chuck, Alina, Ilya, Victor S; Patrik

Quick references: JSDT changes (pending), JSDT Open Bugs

Current Status, RC1

There was a respin to include some changes into RC1.

VR, CB: Since we are RC phase, if you want to add bug fixes, please read how to add a WTP PMC Defect Review. It seems a doc for expert, but it is just to explain the rationale for adding a new defect at this moment.

  • Add an header-like for a bug_request
  • Put PMCs on the whiteboard, and you have to have a PMC member to vote +1 (one PMC for RC1, etc..)
  • Update bugzilla and provide the change

Ilya provided some fixes together with Adalberto.

Ilya is also working on fixes for Gulp and Grunt

Alina: working on complex events workflow for the outline view, i.e. when adding new child to array, to have it properly refreshed, we need to:

  • call notify on the item, notify the array; and then notify the parent object. So doing we avoid to refresh the whole JSON model

Victor and Patrik fixed a blocker adding licensing information on plugins. Otherwise we couldn't ship JSDT

Victor is also working on AST for cases like updates on refactoring

Outstanding reviews

Adalberto has a bugzilla he'd like to have pushed in master: add ability to attach a node process. There are a couple of reviews, i.e. https://bugs.eclipse.org/bugs/show_bug.cgi?id=493822

Shane provided a fix for adding options on JSDT parsing (Esprima), for "two passes parsing": (1) detect modules for import/export (2) plain Javascript parsing The proposal is to add option to JSDT: (a) parse JS modules (b) only plain javascript

  • CB: is this Project Properties ?
  • VR: I'm going to review and verify.

Patrik is going to use this link https://eclipse.org/downloads/index-developer.php to setup JSDT env and update documentation for contributors / add video

  • VR: he setup the IDE for JSDT dev in less than 30 minutes.

What's next

   Chuck: this is the last opportunity to add non-critical fixes. We'll have build declaration on Thu.

Back to the top