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

Difference between revisions of "JSDT/Confcalls/Minutes 20160607"

(Created page with "= JSDT/Confcalls/Minutes 20160607 = '''Attendees''' : Gorkem, Victor Quick references: [https://git.eclipse.org/r/#/q/project:jsdt/webtools.jsdt JSDT changes] ([https://git...")
 
Line 25: Line 25:
 
== Neon.1, what's next ==
 
== Neon.1, what's next ==
  
See the previous meeting notes: [[/Minutes_20160524]]
+
See the previous meeting notes: [[../Minutes_20160524]]
  
 
JSON minimal-json/org.eclipse.json:  
 
JSON minimal-json/org.eclipse.json:  

Revision as of 14:33, 7 June 2016

JSDT/Confcalls/Minutes 20160607

Attendees : Gorkem, Victor

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

Current Status, RC4

Latest change pushed is for Debugger:

* https://bugs.eclipse.org/bugs/show_bug.cgi?id=495433 - [Bug 495433] "Push Source changes to VM" menu is not visible for virtual file system files    

We are ready for RC4 build and all the important fixes are in it.

After RC4

RC4 is going to be declared this week, the following week is going to be a "Neon Quite Week" before the release day, 2016-06-22.

We're looking to make a branch for Neon and continue working in master for Neon+1/Oxigen. Branching will help us to provide the urgent fixes for Neon, if any.

Team Scheduling

Probably Gorkem will be not available until end of June (RH events). Victor will not be available in July

Neon.1, what's next

See the previous meeting notes: JSDT/Confcalls/Minutes_20160524

JSON minimal-json/org.eclipse.json:

  • We need to find out if latest master of minimal json solves our problem, if it is (and actually in any case) we have to pull/merge all the fixes from original minimal json library to org.eclipse.json (our modified copy) to make it as much closer to the original - this will save us the time when we'll go to using the original library.
  • There are several changes going to be pushed into org.eclipse.json, as such we're going to solve these problems/improve our modified minimal json forked copy first while trying to contribute fixes back to the original minimal json - that is looking much faster then the opposite way.

The issues related to the library:

  • Bug 490639: Content assist displays only top level properties as proposals
  • Bug 489452: JSON schema references are not being resolved
  • Bug 495578: JSON validator gives error within comments

Back to the top