Changes between Version 1 and Version 2 of Dev2025-5-12


Ignore:
Timestamp:
May 12, 2025, 3:46:35 PM (5 months ago)
Author:
Tom Goddard
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Dev2025-5-12

    v1 v2  
    11= ChimeraX Developer Meeting =
    22
    3 Attendance: Zach, Tom, Eric, Piet
     3Attendance: Zach, Tom, Eric
    44
    55May 12, 2025
     
    99* ChimeraX 1.10 release in June 2025
    1010* Should we disable Windows crash reports since they are almost always useless?
    11 * Prevent submitting crash reports if a "This is a known crash..." is given and they provide no email.
    1211* ChimeraX asking for registration more than once #17080
    13 * Chimera webpush often fails in shutil.rmtree() OSError: [Errno 39] Directory not empty: 'cavities'
    1412* ViewDockX port to Qt
    1513* Inside ribbon color?
     
    2220= Discussion =
    2321
     22* 1.10 release candidates
     23  - Release candidates have been out for a week.
     24
     25* Reducing useless bug reports
     26  - Will make a 1.10 bug report to consider ways to reduce number of bug reports that have no value.
     27  - Discussed whether to turn off Windows crash reports since they are almost never useful.
     28  - We could detect the open/save Windows crashes and only accept a report if they provide email.  But since no one provides email for those maybe it is better to not even show the crash report panel.
     29  - Linux crash reports are also almost always not useful.  Is there a way we could let possibly useful ones through while not even show the crash report dialog for the others?
     30  - Discussed not accepting bug reports from older ChimeraX versions than the current version.  A problem is we don't know the current version without a web query.  The check for new version tool does not appear to record in settings the version it found, only the date of the check.
    2431
    2532--------------------------