[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: bug..?
- To: drgenius-dev@seul.org
- Subject: Re: bug..?
- From: George <jirka@5z.com>
- Date: Thu, 3 Feb 2000 00:14:20 -0800
- Delivery-Date: Thu, 03 Feb 2000 03:15:55 -0500
- In-Reply-To: <Pine.LNX.4.21.0001252058070.5130-100000@temlaz.dyndns.org>; from scyrma@yahoo.com on Tue, Jan 25, 2000 at 09:04:24PM -0500
- References: <Pine.LNX.4.21.0001252058070.5130-100000@temlaz.dyndns.org>
- Reply-To: drgenius-dev@seul.org
- Sender: owner-drgenius-dev@seul.org
On Tue, Jan 25, 2000 at 09:04:24PM -0500, Mathieu Petit-Clair wrote:
> Maybe this is juste a mistake with commands, but as it still "strange
> behavior", I'm sending this off..
it is definately a bug, anyway, I just fixed it. The copy-on-write scheme is
unfortunately not completely transparent inside the code so some functions
need to help it out, and some of these were doing optimizations which made
the copy-on-write fail. But anyway it is fixed now and I've added tests for
these bugs to the testsuite. Thanks for the report!
> I might take a look at the code, but I am not familiar with C++ (or was
> genius coded in C?).
Well parts of Dr.Genius are in C++ (mainly dr geo and the canvas) and the
genius engine itself is C only.
> I am using Dr-Genius 0.5.0, from the web page, which I compiled myself
> about an hour ago, under Linux (Slackware 7.0).
Well this should be fixed in the next release, whenever that happens, or you
can get this from CVS
George