[Prev][Next][Index]
Re: A bug in getTrueType
- Date: Wed, 2 Nov 94 16:47:23 -0500
- From: Beata Winnicka <bfatyga@slab.cica.indiana.edu>
- To: Michael Golden <mgolden@eecs.umich.edu>
- Subject: Re: A bug in getTrueType
- Cc: sage-bugs@cica.indiana.edu
According to our records, here is what happened.
BTW, Andrew, I'd appreciate if you could comment on that, in
particular I would like to know which version should be in the
distribution (I assume the one you've just sent but just want to make
sure).
Andrew might have distributed the early version of getTrueType on his
own (as the comment from Michael might indicate: "This bug was not in
his patch which he distributed for the 1.3.1 distribution
of Sage++").
However, when Andrew himself made modification to master version of
Sage (on 1994/04/14) the code that he included had that
return next->getTrueType(mask, follow_typedefs);
line in it, as the following log shows:
RCS file: /u/sage/src/master/sage/Sage++/libSage++.C,v
retrieving revision 1.24
retrieving revision 1.23
diff -r1.24 -r1.23
...
< }
<
< return next->getTrueType(mask, follow_typedefs);
< }
< break;
<
< case T_DESCRIPT:
< return this->maskDescriptors (mask);
< break;
< case T_DERIVED_TYPE:
...
--Beata
Follow-Up(s):