<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>

<channel>
	<title>Apokalypse Software Corp. &#187; bugs</title>
	<atom:link href="http://apokalypsesoftware.com/blog/tags/bugs/feed/" rel="self" type="application/rss+xml" />
	<link>http://apokalypsesoftware.com</link>
	<description>words from the wilderness</description>
	<pubDate>Sun, 04 May 2008 21:12:21 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>The Easter mEgg Hunt Coupon System is Now Working, Discount Applied to All Past Sales in This Period</title>
		<link>http://apokalypsesoftware.com/blog/2008/03/27/114/</link>
		<comments>http://apokalypsesoftware.com/blog/2008/03/27/114/#comments</comments>
		<pubDate>Thu, 27 Mar 2008 11:05:57 +0000</pubDate>
		<dc:creator>huperniketes</dc:creator>
		
		<category><![CDATA[bugs]]></category>

		<category><![CDATA[easter megg hunt]]></category>

		<category><![CDATA[process failure]]></category>

		<category><![CDATA[promotions]]></category>

		<guid isPermaLink="false">http://apokalypsesoftware.com/blog/2008/03/27/114/</guid>
		<description><![CDATA[Because of several problems with the system, I wasn&#8217;t able to get the coupon discounts to work before. It is now up and running on our online store, and you&#8217;ll be able to receive the special discount for the Easter mEgg Hunt.

In fact, as a way of making amends for any difficulty to those who [...]]]></description>
			<content:encoded><![CDATA[<p>Because of several problems with the system, I wasn&#8217;t able to get the coupon discounts to work before. It is now up and running on our online store, and you&#8217;ll be able to receive the special discount for the Easter mEgg Hunt.</p>
<p><a href="http://easter.houdahpromo.com"><img alt="Join in the Easter mEgg Hunt!" src="http://apokalypsesoftware.com/products/files/images/mEggHunt-large.png" /></a></p>
<p>In fact, as a way of making amends for any difficulty to those who couldn&#8217;t find the easter egg coupon, I&#8217;m posting it here so you won&#8217;t be hampered by the search. Our Easter mEgg Hunt coupon code is <strong>FABERGE1842</strong>, and the last day it will remain valid is April 6, 2008.</p>
<p>And an extra in fact, I&#8217;ll be issuing refunds for all purchases made during this period at our online store in the amount of the Easter mEgg Hunt discount [Done.]. So if you haven&#8217;t received your refund by the end of this day, please let me know and I&#8217;ll correct that for you.</p>
<p>If you weren&#8217;t participating in the hunt, please do, as it&#8217;s fun to watch the eggs collect in your basket as you visit the vendors taking part. Plus, you get the same 20% discount on <strong>their</strong> products as well!</p>
<p>Now, if you&#8217;ll excuse me, I&#8217;m going to continue hibernating for the night before resuming work on Oneill (Mori 1.7) in the morning.</p>
<p>Happy (Belated) Easter and Spring Season!</p>
<p>UPDATE 2008-03-28 5:06PM EDT: And, not really. Seems my coupon system is only using the coupon once, and then I have to reset it. I&#8217;m going to work on it some more.</p>
]]></content:encoded>
			<wfw:commentRss>http://apokalypsesoftware.com/blog/2008/03/27/114/feed/</wfw:commentRss>
		</item>
		<item>
		<title>An Urgent Mori 1.6.10 Release To Correct Bugs, and Workaround Spotlight Flaws</title>
		<link>http://apokalypsesoftware.com/blog/2008/02/27/110/</link>
		<comments>http://apokalypsesoftware.com/blog/2008/02/27/110/#comments</comments>
		<pubDate>Wed, 27 Feb 2008 20:54:33 +0000</pubDate>
		<dc:creator>huperniketes</dc:creator>
		
		<category><![CDATA[apple]]></category>

		<category><![CDATA[bugs]]></category>

		<category><![CDATA[debugging]]></category>

		<category><![CDATA[design]]></category>

		<category><![CDATA[development]]></category>

		<category><![CDATA[leopard]]></category>

		<category><![CDATA[localization]]></category>

		<category><![CDATA[mori]]></category>

		<category><![CDATA[mox]]></category>

		<category><![CDATA[rant]]></category>

		<category><![CDATA[tiger]]></category>

		<category><![CDATA[unit tests]]></category>

		<guid isPermaLink="false">http://apokalypsesoftware.com/blog/2008/02/27/110/</guid>
		<description><![CDATA[While making the changes to Mori&#8217;s code for 1.7, I encountered some oddities in test results, and it turned out there was a bug which I had introduced in an earlier release. While it doesn&#8217;t appear to endanger data in Mori notebooks, it might not return all the results you expect in a search, or [...]]]></description>
			<content:encoded><![CDATA[<p>While making the changes to Mori&#8217;s code for 1.7, I encountered some oddities in test results, and it turned out there was a bug which I had introduced in an earlier release. While it doesn&#8217;t appear to endanger data in Mori notebooks, it might not return all the results you expect in a search, or in entry summaries.</p>
<p>In addition, it has what I hope are a couple of performance improvements, continued improvements to Italian localization, and a work-around for Leopard&#8217;s insistence to treat non-Apple Spotlight metadata files as third-class citizens.</p>
<p>Normally when Spotlight discovers a file has been created or changed, it will ask the responsible program to figure out what&#8217;s inside, and feed it back to Spotlight. But one of the drawbacks to Spotlight&#8217;s design is it lacks the ability to define containers, or documents which contain logically distinct elements such as the chapters of a book, pictures in a photo album, or entries from a Mori notebook; and which can nest other containers as well. Treating a document as a single entity, Spotlight will open a document at the beginning (or maybe the place where the cursor was the last time it was open), even if what you&#8217;re looking for is somewhere near the end.</p>
<p>Because it doesn&#8217;t understand that a file can have distinct elements, the development teams for other Apple software (e.g., iPhoto, Safari, Stickies, etc.) came up with a scheme to trick Spotlight by creating new files with the data for those elements. So that&#8217;s how Jesse coded Mori&#8217;s behavior: duplicate the data for that logically distinct element in its own file. A separate copy of each element&#8217;s data in its own file. One extra file per element. That means the space taken up by your data is easily half again more than if Apple just added a container definition for Spotlight metadata (once for the notebook, another for the entry metadata file, and the third copy in Spotlight&#8217;s database).</p>
<p>But that isn&#8217;t all. While we&#8217;d like to keep all those extra files inside a notebook bundle (a directory which Finder treats as a file), because Spotlight treats a document as a single element it won&#8217;t look for those files inside the bundle. So Mori creates those files in the metadata cache folder (in your Library/Caches/Metadata folder), along with the metadata files from some of Apple&#8217;s programs. If you open the metadata folder and look at these files, you&#8217;ll see they have numbers to help Mori figure out which entry contains that data. But when you do a search using the Spotlight menu, and when you select menu item &#8216;Show All&#8217; and the results are displayed in the Finder, you won&#8217;t see the numbers; you&#8217;ll see the titles for the entries they represent.</p>
<p>Leopard however, isn&#8217;t so democratic; which is why users where complaining about the entries when Leopard was released. First off, it ignores any non-Apple metadata files in the cache folder <em>unless</em> you set your Spotlight preferences to use those files. Secondly, it will ignore the title info embedded in the entry metadata file and just display the file&#8217;s actual title, meaning the number. How&#8217;s that for Apple <strong>undermining the work of third-party developers</strong>?</p>
<p>So the workaround I came up with is to add the entry&#8217;s title (or Untitled, if it has none) at the <em>beginning</em> of the filename, so you at least have an idea which entry matches your search terms.</p>
<p><img src='http://apokalypsesoftware.com/wp-content/uploads/2008/02/refilename.png' alt='Spotlight Filename Workaround' /> (Thanks for wasting about a whole month total of my development time on that alone, Apple. I feel the love.)</p>
<p>I am, of course, more than happy to eat crow should I be proven to be completely mistaken or speaking from out-dated information. It&#8217;s easily worth it in order to improve the user experience.</p>
<p>Regardless of the rationale for the design decisions, <a href='http://apokalypsesoftware.com/products/files/releases/Mori-1.6.10.zip'>enjoy</a>, and thank you for being part of the community and continuing to support Mori!</p>
]]></content:encoded>
			<wfw:commentRss>http://apokalypsesoftware.com/blog/2008/02/27/110/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Solving a New Event Bug Present in iCal When Scripting</title>
		<link>http://apokalypsesoftware.com/blog/2008/01/25/100/</link>
		<comments>http://apokalypsesoftware.com/blog/2008/01/25/100/#comments</comments>
		<pubDate>Fri, 25 Jan 2008 16:46:44 +0000</pubDate>
		<dc:creator>huperniketes</dc:creator>
		
		<category><![CDATA[AppleScript]]></category>

		<category><![CDATA[bugs]]></category>

		<category><![CDATA[code]]></category>

		<category><![CDATA[debugging]]></category>

		<category><![CDATA[iCal]]></category>

		<category><![CDATA[mgtd]]></category>

		<category><![CDATA[mori]]></category>

		<category><![CDATA[mox]]></category>

		<category><![CDATA[process failure]]></category>

		<category><![CDATA[software]]></category>

		<category><![CDATA[tiger]]></category>

		<guid isPermaLink="false">http://apokalypsesoftware.com/blog/2008/01/25/100/</guid>
		<description><![CDATA[While trying to solve a user&#8217;s problem with an mGTD script, I came across a subtle issue that demonstrates some issues that arise when violating a programming philosophy, tackling bugs in other people&#8217;s code, and general uncertainty whenever coding in AppleScript.
Working with AppleScript is generally considered iffy, because a lot seems ambiguous and so much [...]]]></description>
			<content:encoded><![CDATA[<p>While trying to solve a user&#8217;s <a href='http://apokalypsesoftware.com/products/node/2597'>problem with an mGTD script</a>, I came across a subtle issue that demonstrates some issues that arise when violating a programming philosophy, tackling bugs in other people&#8217;s code, and general uncertainty whenever coding in AppleScript.</p>
<p>Working with AppleScript is generally considered iffy, because a lot seems ambiguous and so much is dependent on how the dialect is interpreted and how scriptable apps handle some of the application events which scripting is dependent on. I&#8217;ve written scripts before, some I&#8217;m pretty awed by (that it works, actually, but also what it does), but I&#8217;m still hesitant to tackle some scripting issues. In addition, being a GTD greenhorn, and an mGTD noob made trying to respond to this issue authoritatively very questionable.</p>
<p>Thankfully, BMEGuy, mGTD&#8217;s author and all-around community nice guy, tackled the question with a quick solution. But the updated script was still problematic, and so I felt I really needed to participate in coming up with a solution.</p>
<p>Again, being an mGTD noob and all, it took me at least half an hour to figure out how the plugin worked, and the script on top of that. Then, after I was able to get the script to run, it worked for me. Hmm.</p>
<p>But that&#8217;s because I was testing with an entry with a date due of today. Once I switched it to later in the week, the entry was still showing up for today. <em>Isn&#8217;t that odd?</em> It seemed I had inadvertently left in the date line from the original script. When I removed it, I witnessed the same problem.</p>
<p><img src='http://apokalypsesoftware.com/wp-content/uploads/2008/01/icalbugweek.png' alt='Artifacts of the shy scripted event' align='left' /></p>
<p>It turns out there&#8217;s a bug in MOX 10.4.11&#8217;s iCal 2.0.5 (I&#8217;m guessing it&#8217;s present in earlier versions as well) where it doesn&#8217;t properly update the calendar display for new events made by the script. You won&#8217;t see it in the monthly view. However, you might notice a little oddness in the weekly view.</p>
<p>You can see the event if you add &#8217;show theEvent&#8217; after the script makes a new display alarm for the event (between the 2nd and 3rd &#8216;end tell&#8217; up from the bottom). This will display it&#8217;s properties in the info drawer, but you won&#8217;t see the event anywhere on the calendar (in either week or month view) until iCal is restarted.</p>
<p><img src='http://apokalypsesoftware.com/wp-content/uploads/2008/01/icalbugweekshow.png' alt='Although the event doesn't show up in the calendar, its properties are displayed in the info drawer' /></p>
<p>Running the script in monthly view doesn&#8217;t show any artifact in the calendar, but the data is shown in the info drawer.</p>
<p><img src='http://apokalypsesoftware.com/wp-content/uploads/2008/01/icalbugmonthshow.png' alt='icalbugmonthshow.png' /></p>
<p>You could also run the script in the weekly view and then switch to the monthly view, in which case you get this: </p>
<p><img src='http://apokalypsesoftware.com/wp-content/uploads/2008/01/icalbugmonthswitched.png' alt='icalbugmonthswitched.png' align='left' /></p>
<p>So now that the question of the event&#8217;s presence in the calendar was settled in my mind, I had to figure out why my faulty script displayed the event, but not the proper one; and how to coax iCal to display it.</p>
<p>Being unfamiliar with mGTD still, I tried to figure out the difference between the <var>attribute name &#8220;dateDue&#8221;</var> and <var>due date</var>. <var>due date</var> is one of the standard properties for entries in a Mori document. <var>attribute name &#8220;dateDue&#8221;</var> is a user column added in the example mGTD notebook. You can view them all the user columns by selecting the menu item <q>Edit > Edit Notebook Columns…</q></p>
<p>Okay, good so far, but why would one cause iCal to display properly and not the other? After moving the <var>due date</var> line about for a while, I checked <em>Script Editor</em>&#8217;s <cite>Event Log</cite>, and saw</p>
<p><img src='http://apokalypsesoftware.com/wp-content/uploads/2008/01/icalbugmissingvalue.png' alt='icalbugmissingvalue.png'/></p>
<p>The event reply for the <var>due date</var> had a <q>missing value</q>! Mori wasn&#8217;t returning a value for the <var>due date</var> property because it wasn&#8217;t set (and wouldn&#8217;t be in the example notebook). Now I had to find a way to use one of those missing values to make <var>theEvent</var> visible without setting it to the wrong date. And the problem with that is most of the properties used in Mori&#8217;s entries aren&#8217;t appropriate for an iCal event.</p>
<p>I eventually thought about re-ordering the messages to iCal instead of being so fixated on a change in the messages to Mori or playing with the properties being set in creating the event. What I came up with was a plan to use the messed up <q>missing value</q> date as before to make the event visible first, and <em>then</em> set the date correctly. The code turned out like this:</p>
<pre>
tell application "Mori"
	tell current entry
		set theDate to (get attribute name "dateDue")
		set faultyDate to due date
		set theName to name
		set theNote to note
	end tell
end tell
tell application "iCal"
	tell calendar "Scramble" -- the user should specify the name of the target calendar here
		set theEvent to make new event at end with properties {description:theNote, summary:theName, start date:faultyDate, allday event:true}
		tell theEvent
			make new display alarm at end with properties {trigger date:theDate}
		end tell
		-- show theEvent
		set theEvent's start date to theDate
	end tell
end tell
</pre>
<p>And to my surprise, it worked! So as I began gathering the materials together for my reply to the issue, I noticed something in the event&#8217;s info drawer that had escaped my attention before:</p>
<p><img src='http://apokalypsesoftware.com/wp-content/uploads/2008/01/icalbughilite.png' alt='The previous script set up appointments for H. G. Wells.' align='left' /></p>
<p>iCal, that&#8217;s just crazy talk! But at least it would explain why it would display traces of an event, if anything at all; and why it wasn&#8217;t noticeable earlier: iCal would correct the event data when reading it in when it started (&#8221;iCal database, that&#8217;s just crazy talk!&#8221;). But somebody forgot to add a sanity check when creating a new event from the properties passed to it by our script. (This is an example of why the <a href='http://en.wikipedia.org/wiki/Once_and_only_once'>Once and Only Once</a> principle should be heeded. If there&#8217;s only one place where events are synthesized from pre-recorded values, whether those values are from a stored file, a script or the UI, then all those code paths will benefit from any sanity checks added to event creation.)</p>
<p>Knowing this, here&#8217;s another means of working around this bug, by sending iCal info that won&#8217;t confuse it:</p>
<pre>tell application "Mori"
	tell current entry
		set theDate to (get attribute name "dateDue")
		-- set faultyDate to due date
		set theName to name
		set theNote to note
	end tell
end tell
tell application "iCal"
	tell calendar "Scramble" -- the user should specify the name of the target calendar here
		set theEvent to make new event at end with properties {description:theNote, summary:theName, start date:theDate, end date:(theDate + 1), allday event:true}
		tell theEvent
			make new display alarm at end with properties {trigger date:theDate}
		end tell
		-- show theEvent
		-- set theEvent's start date to theDate
	end tell
end tell
</pre>
<p>Thinking about these two solutions it&#8217;s clear that picking the latter one, with well-formed properties, is the safest choice to make. <strong>Here&#8217;s additional proof:</strong> the first solution, the one which plays with the start date to make the event appear, will indeed make the event appear. But if there&#8217;s less than 24 hours until the event begins, <em>it will appear on the wrong date</em> and still require iCal to be restarted to appear in the proper location!</p>
<p>It just goes to show you, while you might be able to get away with just the barest minimum, and someone else might normally clean up after you, it&#8217;s best if you did the job correctly from the start in case your safety net disappears from under you.</p>
]]></content:encoded>
			<wfw:commentRss>http://apokalypsesoftware.com/blog/2008/01/25/100/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Mori v1.6.9 is Being Packaged for Release</title>
		<link>http://apokalypsesoftware.com/blog/2008/01/13/96/</link>
		<comments>http://apokalypsesoftware.com/blog/2008/01/13/96/#comments</comments>
		<pubDate>Sun, 13 Jan 2008 23:04:53 +0000</pubDate>
		<dc:creator>huperniketes</dc:creator>
		
		<category><![CDATA[Xcode]]></category>

		<category><![CDATA[bugs]]></category>

		<category><![CDATA[development]]></category>

		<category><![CDATA[mori]]></category>

		<category><![CDATA[process failure]]></category>

		<category><![CDATA[software]]></category>

		<category><![CDATA[unit tests]]></category>

		<guid isPermaLink="false">http://apokalypsesoftware.com/blog/2008/01/13/96/</guid>
		<description><![CDATA[This has taken much longer than I hoped for, and it lacks the features I wanted to add in there, but due to another empty-window bug I&#8217;m releasing Mori 1.6.9 today as a stopgap measure.
I had hoped for a quick release to get the fix out to those who are upgrading now (particularly from older, [...]]]></description>
			<content:encoded><![CDATA[<p>This has taken <em>much longer</em> than I hoped for, and it lacks the features I wanted to add in there, but due to another empty-window bug I&#8217;m releasing Mori 1.6.9 today as a stopgap measure.</p>
<p>I had hoped for a quick release to get the fix out to those who are upgrading now (particularly from older, Hog Bay Software versions), but I had upgraded my Xcode installation mid-stream, which is generally a bad idea if you can&#8217;t test the effects a tool migration will have on your projects. And Mori is quite unique in the way it&#8217;s constructed, being almost entirely plugins, and plugins which run plugins.</p>
<p>It took a week to resolve unit testing problems, some of which were due to Mori&#8217;s unique project files, some of which were due to changes in the layout of Xcode&#8217;s tools directories and one due to a bug in the unit tests for the &#8216;Check and Repair Notebooks&#8217; functionality (which I wasn&#8217;t going to risk going out with a bug whose cause I hadn&#8217;t determined).</p>
<p>Anyway, testing problems aside, I&#8217;m packaging the latest for release now. You&#8217;ll be able to read the <a href='http://apokalypsesoftware.com/products/mori/releasenotes'>release info</a> shortly.</p>
]]></content:encoded>
			<wfw:commentRss>http://apokalypsesoftware.com/blog/2008/01/13/96/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Just Squeaked by With the New Mori v1.6.9 Test Version!</title>
		<link>http://apokalypsesoftware.com/blog/2008/01/02/95/</link>
		<comments>http://apokalypsesoftware.com/blog/2008/01/02/95/#comments</comments>
		<pubDate>Thu, 03 Jan 2008 03:26:10 +0000</pubDate>
		<dc:creator>huperniketes</dc:creator>
		
		<category><![CDATA[beta tests]]></category>

		<category><![CDATA[bugs]]></category>

		<category><![CDATA[mori]]></category>

		<guid isPermaLink="false">http://apokalypsesoftware.com/blog/2008/01/02/95/</guid>
		<description><![CDATA[I said I&#8217;d have the new release available for the Beta Test Team on January 2nd, and I made it! But just barely. It was up, but I didn&#8217;t finish the email informing them of its availability (nor of its secret location) until almost 12:03am of January 3rd!
There is a fresh bug in Mori v1.6.8, [...]]]></description>
			<content:encoded><![CDATA[<p>I said I&#8217;d have the new release available for the Beta Test Team on January 2nd, and I made it! But just barely. It was up, but I didn&#8217;t finish the email informing them of its availability (nor of its secret location) until almost 12:03am of January 3rd!</p>
<p>There is a fresh bug in Mori v1.6.8, so this one now in testing may go official without all the features I had promised, but I&#8217;m sure you&#8217;d rather have it lacking those features and working than to use the buggy version and wait for all the new fixes to be incorporated in v1.6.9.</p>
<p>Speaking of new fixes, I might add some more drag and drop capability as the lack of dropping groups of files, or folders, or even JPEGs into the source and entries view is seriously hampering productivity for a lot of us.</p>
<p>Anyway, we&#8217;ll see how this test version works out. I&#8217;ll try to add those other fixes, but when the latest incarnation of the empty window bug is fully squashed, I&#8217;ll release it with whatever fixes are completed and begin adding the rest to v1.6.10.</p>
]]></content:encoded>
			<wfw:commentRss>http://apokalypsesoftware.com/blog/2008/01/02/95/feed/</wfw:commentRss>
		</item>
		<item>
		<title>A (Hopefully Brief) Update on the Delay of Mori 1.6.8</title>
		<link>http://apokalypsesoftware.com/blog/2007/12/21/90/</link>
		<comments>http://apokalypsesoftware.com/blog/2007/12/21/90/#comments</comments>
		<pubDate>Fri, 21 Dec 2007 17:58:06 +0000</pubDate>
		<dc:creator>huperniketes</dc:creator>
		
		<category><![CDATA[agile]]></category>

		<category><![CDATA[beta tests]]></category>

		<category><![CDATA[bugs]]></category>

		<category><![CDATA[development]]></category>

		<category><![CDATA[mori]]></category>

		<category><![CDATA[mox]]></category>

		<category><![CDATA[process improvement]]></category>

		<category><![CDATA[software]]></category>

		<category><![CDATA[unit tests]]></category>

		<guid isPermaLink="false">http://apokalypsesoftware.com/blog/2007/12/21/90/</guid>
		<description><![CDATA[As I was reviewing the code changes I had made, I slowly realized that the Mac&#8217;s user preferences system  had a minor philosophical flaw which makes for dangerous situations in the program.
One of the goals of this version is improved recovery from faulty stored values relating to the preferences and UI, so you can [...]]]></description>
			<content:encoded><![CDATA[<p>As I was reviewing the code changes I had made, I slowly realized that the Mac&#8217;s <a href='http://developer.apple.com/documentation/Cocoa/Conceptual/UserDefaults/Tasks/UsingDefaults.html'>user preferences system</a>  had a minor philosophical flaw which makes for dangerous situations in the program.</p>
<p>One of the goals of this version is improved recovery from faulty stored values relating to the preferences and UI, so you can continue with only minor inconvenience and perhaps a need to again set preferences to your liking. Not adequately performing this resulted in some of the missing toolbar and empty window problems that were experienced before. (For a more exciting example of cascading faults, read about the <a href='http://en.wikipedia.org/wiki/2003_North_America_blackout'>2003 Northeast blackout</a>.)</p>
<p>So after some delays in getting the unit tests for this new component to execute properly, I&#8217;m now adding that component into the program. Once I have the Cocoa preferences system replaced, I&#8217;ll be releasing 1.6.8. Then I&#8217;ll work on the possible fix for the SpotLight &#8216;odd name&#8217; bug for a quick-turnaround (later today) 1.6.9.</p>
<p>If that particular bug can&#8217;t be quickly fixed, I&#8217;ll work on some other long-standing issues in Mori for an update that will be released after a few days.</p>
<p>Incidentally, Tobias had a <a href='http://apokalypsesoftware.com/blog/2007/12/17/88/#comment-290'>valid concern</a> regarding the update process: <em>&#8220;Where does testing feature in this? In olden times an update was a build with only known problems since a few people played with it for a week before it was awarded a version number. WebKit offers a choice between bleeding edge nightly r1234 and release 3.0.&#8221;</em></p>
<p>I plan to continue to rely on the Beta Test Group for testing updates, with a release candidate at least one version ahead of what is shipping. However, at the time of this writing there are 320 <a href='http://apokalypsesoftware.com/products/project/issues/statistics/mori'>open bug reports</a> for Mori, even after having pre-release testing candidates as part of the process. That just isn&#8217;t right.</p>
<p>I&#8217;m primarily depending on the unit tests to prevent shipping defects to you. They serve to expose bugs in existing and new code; and by adding tests for the types of bugs identified in the bug reports, the tests will continue becoming more valuable to the release process.</p>
<p>The purpose is to continuously speed up the process by improving its results. It shouldn&#8217;t be a shock when a program works right off the bat. The delays are (partly) associated with having so many steps of repeated inspections on the same system. It multiplies the time it takes to get a new release out the door. The less I tolerate it, the quicker it gets done correctly.</p>
]]></content:encoded>
			<wfw:commentRss>http://apokalypsesoftware.com/blog/2007/12/21/90/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
