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

CDT/calls/Apr2016

< CDT‎ | calls

April 5th, 2016

Attendees

  1. Phil Mason (Broadcom)
  2. John Dallaway
  3. Alvaro Sanchez-Leon (Ericsson)
  4. Marc Dumais (Ericsson)
  5. John Cortell (Freescale)
  6. Tracy Miranda (Kichwa Coders)
  7. Jonah Graham (Kichwa Coders)
  8. Mikhail Khodjaiants (Mentor)
  9. Doug Schaefer (QNX)
  10. Jeff Johnston (RedHat)
  11. William Riley (Renesas)
  12. Marc Khouzam (Ericsson)

Minutes

  • CDT Summits
    • CDT Summit at QNX in Ottawa
      • Probably in September. Wiki page will be created.
    • CDT Summit at EclipseCon Europe (Oct 25-27, 2016) https://www.eclipsecon.org/europe2016/
      • Tracy working with Vincent to schedule this
      • Wiki page to gather names of interested parties will be created
  • What's left for M7 feature-freeze May, 2nd, 2016?
    • Alvaro has a feature under review to show variables and registers in the Memory view https://git.eclipse.org/r/68306
      • For example, users could be able to easily see the content of the stack
    • Doug continues progress on Qt support.
      • Some aspects will spill-over to CDT 9.1 in September
    • C/C++ Remote launch using org.eclipse.remote https://git.eclipse.org/r/68084/
      • Doug to review the change in a week or two (Marc may also have a look if time allows)
      • This change can allow to add support for setting the environment on the remote target http://eclip.se/424436
      • o.e.remote does allow to fetch and set the remote environment
    • Add "Stop on startup" option to "Debug New Executable" dialog http://eclip.se/486955
      • Mikhail hopes to post a patch soon
  • Breakpoint improvement patch
    • Requirements must be clarified before moving forward. Marc will schedule a hangout for in two weeks.
    • Mikhail will try to recover the prototyped patch.
  • Discussion on CDT Release plan proposal for the upcoming year: https://dev.eclipse.org/mhonarc/lists/cdt-dev/msg30415.html
    • Agreement on simultaneous release schedule:
      • June 2016 - Neon - CDT 9.0
      • September 2016 - Neon.1 - CDT 9.1 (from the master branch)
      • December 2016 - Neon.2 - CDT 9.2 (from the master branch which then becomes open for Oxygen development)
      • March 2017 - Neon.3 - CDT 9.2.1 (from the cdt_9_2 maintenance branch)
      • June 2017 - Oxygen - CDT 9.3 (from the master branch)
    • Concerns about "automatic and continuous maintenance release"
      • Strong hesitation about making builds available that won't be kept available in the future.
      • Some ideas:
        1. Don't enable such a maintenance update site by default. This will allow those that want it to make a conscious choice. Problem is that most users won't even know they can choose to get latest bug fixes like that.
        2. Don't provide "automatic" releases but instead provide "manual" ones on demand. There will be less such releases and we will be able to keep them. Problem is that this requires someone requesting such a release, even though we know something has been fixed and could go to users.
        3. Do the "automatic" releases but retain them all. Could be too many builds.
        4. Do the "automatic" releases but at a lesser frequency, maybe once a month + "manual" releases upon request.
      • This discussion will continue at the next CDT call
  • John Dallaway is tackling bug about deleting "source folder" http://eclip.se/410529
    • Issue is complex and led to a deeper problem documented in http://eclip.se/100844
    • Recommendation is to focus on problem at hand (deleting source folder) and workaround the issue. It would probably not be worth investing if fixing the root of the problem unless really necessary, as it could cause many other problems.

Back to the top