close Warning: Can't synchronize with repository "(default)" (/var/svn/tolp does not appear to be a Subversion repository.). Look in the Trac log for more information.

Opened 20 years ago

Closed 19 years ago

Last modified 19 years ago

#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 Javier Portugal

Status: newassigned

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

comment:2 Changed 20 years ago by Jorge

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 Javier Portugal

Resolution: fixed
Status: assignedclosed

Bug fixed. Thank to jsperez for resolving it in toltcl

comment:4 Changed 19 years ago by Javier Portugal

Cc: lmartiles added

comment:5 Changed 19 years ago by Javier Portugal

* Bug 316 has been marked as a duplicate of this bug. *

Note: See TracTickets for help on using tickets.