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 21 years ago

Closed 21 years ago

Last modified 18 years ago

#103 closed defect (fixed)

Missing ending quotes in the error message

Reported by: request Owned by: danirus
Priority: normal Milestone:
Component: Kernel Version: head
Severity: minor Keywords:
Cc:

Description

Missing ending quotes in the error message
ERROR: "house is not an object of type Real.
Must be: "house" is not an object of type Real.
this quotes

Real DatFun(Real dat) { dat+1 };

Real result = DatFun("house");

Change History (4)

comment:1 Changed 21 years ago by danirus

Status: newassigned

This bug has been resolved.
The affected file, bparser/scn.cpp, has been released in Tol CVS.

It was a problem related with the BText Copy sentence to set nextArgument_
attribute of the Scanner.

Schönes Montag!

comment:2 Changed 21 years ago by danirus

Resolution: fixed
Status: assignedclosed

This bug has been resolved.
The affected file, bparser/scn.cpp, has been released in Tol CVS.

It was a problem related with the BText Copy sentence to set nextArgument_
attribute of the Scanner.

Schönes Montag!

comment:3 Changed 21 years ago by danirus

WARNING, the last modification on scn.cpp causes an error evaluating ARGUMENT
tokens.
You can see the problem trying to load the TolInitLibrary.

To correct that I make some new changes:
scn.cpp has been returned back to previous version, and graimp.cpp receives new
changes that append an ended quotes.

Tschüss

comment:4 Changed 18 years ago by Víctor de Buen Remiro

bug_file_loc: http://www.tol-project.org
Note: See TracTickets for help on using tickets.