Changes between Initial Version and Version 1 of 2018-10-29


Ignore:
Timestamp:
Oct 29, 2018, 1:05:29 PM (7 years ago)
Author:
Conrad Huang
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • 2018-10-29

    v1 v1  
     1= Attendees =
     2
     3* Eric, Greg, TomG, Conrad, TomF, Elaine
     4
     5= Agenda =
     6* Action items
     7* Chimera
     8  * 1.13.1 release
     9* ChimeraX
     10  * [wiki:Wildcards Wildcard/regex/case matching in atomspec] (Eric)
     11  * RBVI bundles on toolshed
     12  * Documentation strategy
     13  * 0.8 release
     14  * Change build process to trim down list of bundles in standard release while still testing toolshed-only bundles
     15
     16= Discussion =
     17* Chimera 1.13.1.
     18  * So far so good.  Let it simmer a while more.
     19* ChimeraX
     20  * Wildcard matching
     21    * Need special start/end of range matching for residue sequence numbers and model numbers
     22      - 'start' and 'end' are keywords that eliminate the test on that end
     23    * For attribute testing, use four operators: '=' and '~'.  '=' is a string match.  '==' is a case-sensitive string match.  '~' is a glob match.  '!~~' is a case-sensitive glob match
     24      - '=' should be implemented
     25      - '==' may not be implemented
     26      - '~', '!~~', '!~', '!!~~' were implemented
     27    * New scheme:
     28      - '=', '==', '!=' and '!==' are the only operators
     29      - if constant has wildcard, use globbing else literal match
     30      - backslash is the escape characters.  If string ends on backslash, it is an error.
     31  * Putting RBVI bundles on toolshed
     32    - Add "make sync" to daily build
     33    - Push to production site
     34  * Documentation strategy
     35  * 0.8 release
     36
     37= Action Items =
     38* Greg will create ticket and implement documentation virtual overlay symlink target
     39* ~~Implement wildcard matching.  Eric will create a ticket for Conrad.
     40* ~~Send announcement on Chimera mailing lists regarding Mojave fix in daily and candidate builds (Elaine and Eric)
     41* Conrad will create ticket listing stable APIs