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

Closed 16 years ago

#609 closed defect (fixed)

NameBlock UNKNOWN doesn't work with OIS

Reported by: Víctor de Buen Remiro Owned by: Víctor de Buen Remiro
Priority: highest Milestone:
Component: System Version: head
Severity: blocker Keywords:
Cc:

Description

Having these two files and compiling the second one tol crashes

/
File aux1.tol
/
NameBlock aux =
[[

Real _.unused = ?

]];

/
File test.tol
/
Set aux1 = { Include("aux1.tol") };
Real Ois.Store(aux1,"aux1.oza");
Set aux2 = { Ois.Load("aux1.oza") };

Change History (1)

comment:1 Changed 16 years ago by Víctor de Buen Remiro

Resolution: fixed
Status: newclosed

Problem has been fixed in HEAD

Note: See TracTickets for help on using tickets.