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 20151103"

m (Attendees updated, JS Debug publishing question added.)
(Meeting Minutes)
 
(7 intermediate revisions by 2 users not shown)
Line 7: Line 7:
 
## npm and bower contribution
 
## npm and bower contribution
 
## JavaScript Debugger  
 
## JavaScript Debugger  
### What would be the best place to publish eclipse p2 repository built out of mirrored github.com repo?
+
### Q: What would be the best place to publish eclipse p2 repository built out of mirrored github.com repo?
###
+
 
# Some findings with experimenting with TypeScript language tools
 
# Some findings with experimenting with TypeScript language tools
 
# Discussion: Should we drop the build all files approach that JSDT has?
 
# Discussion: Should we drop the build all files approach that JSDT has?
Line 19: Line 18:
 
  Gorkem Ercan
 
  Gorkem Ercan
 
  Denis Golovin
 
  Denis Golovin
 
+
Doug Schaffer
 +
Victor
 +
Adalberto
 +
Alexey Kazakov
 +
Chuck Bridgham
 +
Ilya Buziuk
 +
Mickael Istria
 +
Orlando Rincon
  
 
== Meeting Minutes ==
 
== Meeting Minutes ==
 +
# Updates on current work
 +
## No updates on the CQs for JSON Editor
 +
## npm and bower contribution
 +
### code is ready at https://github.com/jbosstools/jbosstools-jst/tree/master/plugins
 +
### We are looking to gather the early feedback
 +
### Red Hat QE will be involved in testing it.
 +
## JavaScript debugger
 +
### tycho build is up for chromedevtools https://github.com/maxandersen/chromedevtools/compare/master...dgolovin:tycho-build-2
 +
### Denis will create a P2 update site hosted GitHub pages
 +
## Typescript language services
 +
### Can be used as an alternate to tern.js
 +
### Provides services for Editors and IDEs that can be used to delegate the functionality
 +
### Performance suffers on large projects with the build all files approach
 +
## Discussion on architectural direction.
 +
### Gorkem & Alexey to start a document explaining current position/discussion
 +
### Added https://bugs.eclipse.org/bugs/show_bug.cgi?id=481344 for enabling source validators.
 +
### Created https://bugs.eclipse.org/bugs/show_bug.cgi?id=481351 for the breakpoint issue.

Latest revision as of 16:17, 3 November 2015

Logistics

See JSDT/Confcalls

Meeting Agenda

  1. Updates on current work
    1. JSON Editor
    2. npm and bower contribution
    3. JavaScript Debugger
      1. Q: What would be the best place to publish eclipse p2 repository built out of mirrored github.com repo?
  2. Some findings with experimenting with TypeScript language tools
  3. Discussion: Should we drop the build all files approach that JSDT has?
  4. JS Editor extension work STILL needs volunteers to work on these 3 bugzilla issues
    1. https://bugs.eclipse.org/bugs/show_bug.cgi?id=477030
    2. https://bugs.eclipse.org/bugs/show_bug.cgi?id=477031
    3. https://bugs.eclipse.org/bugs/show_bug.cgi?id=470328

Attendees

Gorkem Ercan
Denis Golovin
Doug Schaffer
Victor
Adalberto
Alexey Kazakov
Chuck Bridgham
Ilya Buziuk
Mickael Istria
Orlando Rincon

Meeting Minutes

  1. Updates on current work
    1. No updates on the CQs for JSON Editor
    2. npm and bower contribution
      1. code is ready at https://github.com/jbosstools/jbosstools-jst/tree/master/plugins
      2. We are looking to gather the early feedback
      3. Red Hat QE will be involved in testing it.
    3. JavaScript debugger
      1. tycho build is up for chromedevtools https://github.com/maxandersen/chromedevtools/compare/master...dgolovin:tycho-build-2
      2. Denis will create a P2 update site hosted GitHub pages
    4. Typescript language services
      1. Can be used as an alternate to tern.js
      2. Provides services for Editors and IDEs that can be used to delegate the functionality
      3. Performance suffers on large projects with the build all files approach
    5. Discussion on architectural direction.
      1. Gorkem & Alexey to start a document explaining current position/discussion
      2. Added https://bugs.eclipse.org/bugs/show_bug.cgi?id=481344 for enabling source validators.
      3. Created https://bugs.eclipse.org/bugs/show_bug.cgi?id=481351 for the breakpoint issue.

Back to the top