#311 closed defect (fixed)
Error decompiling file and including a file with blankspace
Reported by: | Christian Paz | Owned by: | Javier Portugal |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Interface | Version: | head |
Severity: | normal | Keywords: | |
Cc: | lmartiles |
Description
Include a file (x.tol) with the following content:
Set a=SetOfText("bla", "bla2","bla3");
and after that run in eval:
Set x=a;
Then decompile x.tol and click in Grammar ->Set
It gives a crash in CVS Tolbase. I would like to help correcting it.
The other problem I detected in the same way is that if the name of the included
file contains a blankspace, when you right-click, it shows a TCL error, not allowing
me to decompile it
Greetings,
Christian
Change History (5)
comment:1 Changed 20 years ago by
Status: | new → assigned |
---|
comment:2 Changed 20 years ago by
ok, javi, in that case, open a new bug in toltcl and i will take care of it
comment:3 Changed 19 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Bug fixed. Thank to jsperez for resolving it in toltcl
comment:4 Changed 19 years ago by
Cc: | lmartiles added |
---|
Error in tolbase is solved, but now we have a problem in toltcl
In function
::tol::info path "c:/users/javipor/Path Archivo con espacios"
is returned an error such as
C:/users/javipor/Path" isn't a variable in grammar Set
only uses first element of list, not complete name