Re: typical TCL docu nonsens

Liste des GroupesRevenir à cl tcl 
Sujet : Re: typical TCL docu nonsens
De : aotto1968 (at) *nospam* t-online.de (aotto1968)
Groupes : comp.lang.tcl
Date : 24. Jun 2024, 10:56:12
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <v5bfrs$s87f$1@dont-email.me>
References : 1
User-Agent : Mozilla Thunderbird
There are a couple of layers to solve the TCL documentation bug:
1. -> get better error message
 > can't find package FileLib
 >      while executing
 > "package require FileLib"
Not just write the problem itself (can't find package FileLib) but also write about what was checked.
A good error message would be:
 > can't find package FileLib
 >      while executing
 > "package require FileLib"
 >
 > checked the tcl variable "tcl_pkgPath" filled with:
 >  ...
 > checked the tcl variable "auto_path" filled with:
 >  ...
 > checked the environment variable "TCLLIBPATH" filled with:
 >  ...
 > read more about package path lookup at:
 >  ...
2. -> add the "pkg_mkIndex" docu INTO the "package.n" docu
*pkg_mkIndex* has a lot of information about the package lookup …
also add *pkg_mkIndex* as sub-command "mkindex" into the "package" command…
3. all commands which depend on a special variable set should also mention the variable in the docu :-)
mfg

Date Sujet#  Auteur
21 Jun 24 * typical TCL docu nonsens9aotto1968
21 Jun 24 +* Re: typical TCL docu nonsens7Robert Heller
21 Jun 24 i`* Re: typical TCL docu nonsens6aotto1968
21 Jun 24 i `* Re: typical TCL docu nonsens5et99
21 Jun 24 i  `* Re: typical TCL docu nonsens4Rich
21 Jun 24 i   +- Re: typical TCL docu nonsens1et99
22 Jun 24 i   `* Re: typical TCL docu nonsens2Robert Heller
22 Jun 24 i    `- Re: typical TCL docu nonsens1Rich
24 Jun 24 `- Re: typical TCL docu nonsens1aotto1968

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal