Megatest

History Of Ticket 8179e10483d73a7a1ebfdd702d34c8cc8a49434d
Login

Artifacts Associated With Ticket 8179e10483d73a7a1ebfdd702d34c8cc8a49434d

  1. Ticket change [3ec83b4c45] (rid 11069) by tyardeni on 2016-08-29 17:44:46:

    1. comment initialized to:
      refdb set command does not replace existing lines in the .dat file when updating existing keys:
      
      refdb set db row col data
      
      []
      [col]
      row data
      
      ...
      
      refdb set db row col data
      []
      [col]
      row data
      row data
      
    2. login: "tyardeni"
    3. private_contact initialized to: "97a985880d55d4326aae6748098171ce1de44344"
    4. severity initialized to: "Important"
    5. status initialized to: "Open"
    6. title initialized to: "refdb: set appends changes but does not replace"
    7. type initialized to: "Code_Defect"
  2. Ticket change [7dc08e016f] (rid 11070) by tyardeni on 2016-08-29 17:45:55:

    1. icomment:
      See below for sample of the behavior. Opening with "refdb edit" cleans up the extra lines...
      
      <verbatim>
      refdb set db row col data
      
      [] 
      [col] 
      row data
      
      ...
      
      refdb set db row col data 
      [] 
      [col] 
      row data 
      row data
      </verbatim>
      
    2. login: "tyardeni"
    3. mimetype: "text/html"
    4. priority changed to: "Immediate"
    5. resolution changed to: "Open"
  3. Ticket change [150149175e] (rid 11074) by tyardeni on 2016-08-30 09:29:19:

    1. icomment:
      On refdb set command if sheet-names.cfg is missing:
      
      <verbatim>
      $ refdb set db sheet col row data
      
      Error: (open-output-file) cannot open file - No such file or directory: "db/sheet-names.cfg"
      
              Call history:
      
              refdb.scm:149: main
              refdb.scm:136: argv
              refdb.scm:64: string->symbol
              refdb-module.scm:702: ##sys#get-keyword
              refdb-module.scm:703: conc
              refdb-module.scm:706: refdb#conf-get-record
              refdb-module.scm:775: conc
              refdb-module.scm:775: file-exists?
              refdb-module.scm:778: dat-lookup
              refdb-module.scm:472: filter
              refdb-module.scm:707: file-exists?
              refdb-module.scm:711: add-sheet
              refdb-module.scm:608: refdb#list-sheets
              refdb-module.scm:603: file-exists?
              refdb-module.scm:609: conc
              refdb-module.scm:609: with-output-to-file               <--
      
      </verbatim>
      
    2. login: "tyardeni"
    3. mimetype: "text/html"
  4. Ticket change [bf0960777f] (rid 11076) by tyardeni on 2016-08-30 09:32:57:

    1. icomment: "The last update belonged on a different ticket :("
    2. login: "tyardeni"
    3. mimetype: "text/x-fossil-plain"