- From: Dan Connolly <connolly@w3.org>
- Date: 21 Apr 2002 18:48:01 -0500
- To: Tim Berners-Lee <timbl@w3.org>
- Cc: Dan Connolly <connolly@w3.org>, www-archive+n3bugs@w3.org
well, now no matter which order I parse the
files in, I get
File "/home/connolly/w3ccvs/WWW/2000/10/swap/llyn.py", line 1032, in
storeQuad raise RuntimeError("Attempt to add statement to cannonical
formula "+`context`)
RuntimeError: Attempt to add statement to cannonical formula 0_work
On Sun, 2002-04-21 at 18:24, Tim Berners-Lee wrote:
> I found the "length wrong" bug on the plane, I don't know whether I'll be
> able to check it in.
> In llyn.py, add one line as follows:
>
> if possibles == None:
> self._formulaeOfLength[l] = [F]
> if thing.verbosity() > 70:
> progress("End formula - first of length", l, F)
> F.cannonical = F # <------------------ Add this line
> return F
>
> I had fun making Marj'as trust example slide, ran across another list bug
> which I have
> to think about. Lists are a pain at the moment.
>
> Later,
>
> Tim
>
--
Dan Connolly, W3C http://www.w3.org/People/Connolly/
Received on Sunday, 21 April 2002 19:47:57 UTC