﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
408	A DatCh with W TimeSet makes TOL remain in suspense	imendez	Víctor de Buen Remiro	"Hi,

TOL remains in suspense when this code is compiled:

WriteLn(""1"");
Serie srCeros = CalInd(W, Diario);
WriteLn(""2"");
TimeSet tms = SerTms(srCeros);
WriteLn(""3"");
Serie AutoCeros= DatCh(srCeros, tms, FirstS);
WriteLn(""4"");
Serie AutoCeros = DatCh(srCeros, W, FirstS);

The critical point is the evaluation of 'tms' when I try to create 'AutoCeros'.
If you don't try to create this series, all seems working right (due to the
laziness of TOL).

By the way, a metaphysical question: is allowable to make a DatCh into a null
timeset as W?

Regards"	defect	closed	highest		TimeSetAlgebra	head	blocker	fixed		
