Ticket Change Details
Overview

Artifact ID: d2662a02cc57b0915e362a68aeececa50ee94840
Ticket: cc1af096376ab000774a8c8fd5e1aac16fde9be0
Handle subcommand list in subcommand error not complete
User & Date: anonymous on 2014-07-24 01:18:52
Changes

  1. foundin changed to: "0.22"
  2. icomment:
    When typing in an incorrect subcommand for a [tcc4tcl::new] created handle the error message does not contain the complete list of subcommands as described in the high-level API page.
    
    % set handle [tcc4tcl::new]
    % $handle ?
    unknown or ambiguous subcommand "?": must be cproc, linktclcommand, code, tk, or go
    
    It seems to be missing cwrap, ccode, add_include_path, add_library_path, and add_library.
    
  3. login: "anonymous"
  4. mimetype: "text/x-fossil-plain"
  5. severity changed to: "Minor"
  6. status changed to: "Open"
  7. title changed to:
    Handle subcommand list in subcommand error not complete
    
  8. type changed to: "Code_Defect"