From ryan at web-scripter.com Tue Jul 8 21:06:03 2008 From: ryan at web-scripter.com (Ryan Joseph) Date: Tue, 8 Jul 2008 19:06:03 -0600 Subject: [WASTE-list] saving objects Message-ID: <40671BB0-AFFF-44E8-BDF2-FFA1C51376D8@web-scripter.com> I have just noticed that WESave is saving objects into text with a question mark (?) symbol. Is this a bug that can be worked around? thanks. Regards, Josef -------------- next part -------------- An HTML attachment was scrubbed... URL: From marco.piovanelli at pobox.com Wed Jul 9 03:50:25 2008 From: marco.piovanelli at pobox.com (Marco Piovanelli) Date: Wed, 9 Jul 2008 09:50:25 +0200 Subject: [WASTE-list] saving objects In-Reply-To: <40671BB0-AFFF-44E8-BDF2-FFA1C51376D8@web-scripter.com> References: <40671BB0-AFFF-44E8-BDF2-FFA1C51376D8@web-scripter.com> Message-ID: <20080709075025.1776550321@relay.pair.com> On Tue, 8 Jul 2008 19:06:03 -0600, Ryan Joseph (ryan at web-scripter.com) wrote: >I have just noticed that WESave is saving objects into text with a >question mark (?) symbol. Is this a bug that can be worked around? >thanks. Are you sure what you're seeing is really a U+003F QUESTION MARK character? But anyway, this is no bug. WASTE uses a placeholder character to represent embedded objects in the text stream. The actual character is immaterial (since information about the position of embedded objects is kept out-of-band, anyway), but typically, it is U+FFFC OBJECT REPLACEMENT CHARACTER which is a Unicode character specifically meant for this purpose. HTH, -- marco From ryan at web-scripter.com Wed Jul 9 21:08:08 2008 From: ryan at web-scripter.com (Ryan Joseph) Date: Wed, 9 Jul 2008 19:08:08 -0600 Subject: [WASTE-list] deleting objects Message-ID: <21F35879-5EE2-4EA7-8099-653838AAEC52@web-scripter.com> More problems with objects! ;) I just noticed that the dispose object handler is called when the controller is disposed instead of when the actual object was deleted from the text, correct? In my example of deleting the objects before saving the file and restoring after the save has caused a memory bug. After the objects were removed from the text they were not actually disposed, then when the controller was disposed it called the dispose object handler two (or more) times for the object, which attempted to dispose it's instance data twice thus causing a crash. It appears WASTE stored a queue of the objects and appended more items without removing the old objects once they were deleted from the text (an assumption). hope that makes sense. thanks again. Regards, Josef -------------- next part -------------- An HTML attachment was scrubbed... URL: From cnguyen at stata.com Mon Jul 28 13:51:24 2008 From: cnguyen at stata.com (Chinh Nguyen) Date: Mon, 28 Jul 2008 12:51:24 -0500 Subject: [WASTE-list] Next update? In-Reply-To: <20080426093423.2010750194@relay.pair.com> References: <20080418091514.1638794268@relay.pair.com> <2D0A254E-10F1-4CA9-BB0B-99F850304ECC@stata.com> <20080426093423.2010750194@relay.pair.com> Message-ID: <3F217850-9AE2-47F4-B8A3-C9649E2D9F77@stata.com> What's the status on the next update? -Chinh Nguyen cnguyen at stata.com From marco.piovanelli at pobox.com Wed Jul 30 03:43:53 2008 From: marco.piovanelli at pobox.com (Marco Piovanelli) Date: Wed, 30 Jul 2008 09:43:53 +0200 Subject: [WASTE-list] Next update? Message-ID: <20080730074353.1268004115@relay.pair.com> On Mon, 28 Jul 2008 12:51:24 -0500, Chinh Nguyen (cnguyen at stata.com) wrote: >What's the status on the next update? I have a bunch of changes ready to go into the next update. I'm just waiting to have some spare time to review the changes and assemble the new distribution disk image. Probably during the first or second week of August. -- marco -- It's not the data universe only, it's human conversation. They want to turn it into a one-way flow that they have entirely monetized. I look at the collective human mind as a kind of ecosystem. They want to clear cut it. They want to go into the rainforest of human thought and mow the thing down. From ryan at web-scripter.com Wed Jul 30 22:59:58 2008 From: ryan at web-scripter.com (Ryan Joseph) Date: Wed, 30 Jul 2008 20:59:58 -0600 Subject: [WASTE-list] Next update? In-Reply-To: <20080730074353.1268004115@relay.pair.com> References: <20080730074353.1268004115@relay.pair.com> Message-ID: <6802817A-C68C-4F1F-BBB3-AB7536B23694@web-scripter.com> Is the typing speed issue going to be fixed? On Jul 30, 2008, at 1:43 AM, Marco Piovanelli wrote: > On Mon, 28 Jul 2008 12:51:24 -0500, > Chinh Nguyen (cnguyen at stata.com) wrote: > > >> What's the status on the next update? > > I have a bunch of changes ready to go into the next update. > I'm just waiting to have some spare time to review the changes > and assemble the new distribution disk image. > Probably during the first or second week of August. > > > > -- marco > > -- > It's not the data universe only, it's human conversation. > They want to turn it into a one-way flow that they have entirely > monetized. I look at the collective human mind as a kind of > ecosystem. They want to clear cut it. They want to go into the > rainforest of human thought and mow the thing down. > > _______________________________________________ > WASTE-list mailing list > WASTE-list at ovolab.com > http://six.pairlist.net/mailman/listinfo/waste-list Regards, Josef -------------- next part -------------- An HTML attachment was scrubbed... URL: