Megatest

History Of Ticket 0bdc2f3f8f32f0c5
Login

Artifacts Associated With Ticket 0bdc2f3f8f32f0c5

  1. Ticket change [928e11228b] (rid 11072) by tyardeni on 2016-08-29 17:39:06:

    1. comment initialized to:
      creating a new refdb with "refdb set" does not create the required sxml files to be able to open the new refdb via "refdb edit"
      
    2. foundin initialized to: "1.61"
    3. login: "tyardeni"
    4. private_contact initialized to: "97a985880d55d4326aae6748098171ce1de44344"
    5. severity initialized to: "Critical"
    6. status initialized to: "Open"
    7. title initialized to:
      refdb: set does not create sxml files if refdb dir is new
      
    8. type initialized to: "Code_Defect"
  2. Ticket change [86e45f0e6e] (rid 11071) by tyardeni on 2016-08-29 17:42:24:

    1. icomment:
      The required files are (with minimum required contents:
      
      sheet-names.cfg
      
      sxml/_workbook.sxml
      <verbatim>
      (*TOP* (*PI* xml "version=\"1.0\" encoding=\"UTF-8\""))
      
      </verbatim>
      
      sxml/_sheets.sxml
      <verbatim>
      (http://www.gnumeric.org/v10.dtd:Sheet )
      
      </verbatim>
      
    2. login: "tyardeni"
    3. mimetype: "text/html"
    4. priority changed to: "Immediate"
    5. resolution changed to: "Open"
  3. Ticket change [aa24a7e7c6] (rid 11075) by tyardeni on 2016-08-30 09:34:09:

    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"