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

Closed 19 years ago

Last modified 18 years ago

#350 closed defect (fixed)

Series definition with Include inside "{ }"

Reported by: mamigo Owned by: Víctor de Buen Remiro
Priority: normal Milestone:
Component: Interface Version: head
Severity: normal Keywords:
Cc:

Description

When I build a Series in the next way, Tolbase die:

Serie s =
{

Set ss = Include("ejem.bdt");
Serie serie = ss[1];
serie

};

You can test it with this code:

Serie serie = SubSer(CalVar(Diario,Mensual),y2002,y2003);
Set BDTFile(SetOfSerie(serie),"ejem.bdt");

Serie s =
{

Set ss = Include("ejem.bdt");
Serie serie = ss[1];
serie

};

I'm working with TolBase CVS 20060207 version.

Change History (5)

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

Owner: changed from Jorge to Víctor de Buen Remiro

comment:2 Changed 19 years ago by Víctor de Buen Remiro

Status: newassigned

Thanks for report this bugs. I'm working on it

comment:3 Changed 19 years ago by Jorge

Hi Maria, there is a solution for this bug at CVS, could you try it in order to close this report?

best regards,

Jorge

comment:4 Changed 19 years ago by Jorge

Resolution: fixed
Status: assignedclosed

fixed

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

bug_file_loc: http://cvs.tol-project.org/viewcvs.cgi/tol_tests/tol/Bugzilla/bug_000350
Note: See TracTickets for help on using tickets.