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

Closed 15 years ago

#775 closed defect (fixed)

Fail reloading from OIS a NameBlock without valid name

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

Description

OIS returns an error message like

ERROR: [1] Un NameBlock no puede tener miembros sin un nombre válido ''

running this code

Real { 
  NameBlock a = 
  [[
    Set b =
    {[[
      NameBlock [[ Real unused = 0 ]]
    ]]}
  ]];
  
  Real Ois.Store([[a]], "a.oza")
};

Set
{ 
  Include("a.oza")
};

Change History (1)

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

Resolution: fixed
Status: newclosed

(In [1610]) Fixes #775

Note: See TracTickets for help on using tickets.