From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-we0-x236.google.com (mail-we0-x236.google.com [IPv6:2a00:1450:400c:c03::236]) by hurricane.the-brannons.com (Postfix) with ESMTPS id 95E57784B4 for ; Sat, 22 Feb 2014 09:09:12 -0800 (PST) Received: by mail-we0-f182.google.com with SMTP id u57so3508433wes.27 for ; Sat, 22 Feb 2014 09:08:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=evoLG1UNltL9DEIVTAI0IQO4jksnc0AX/X1BmbhHgmA=; b=JpS9jdbe1p6l/kE1DXHFCmexwBQE0eG+jYK75TAkYBXvYZ92mXD6EeE0sNOPB7qDJ0 aZSyaTV5ZBu1QFat5oCXZK2IhXkDMQkp2HlzS7giNMkmm84SfL+O8ZT0rg5nI/Uudkp5 jY00FoYa+k0y94dO/O3idU4dKtP831f75JSqOrLP6LLxBjb4v9/YR9daxT0+sfgx2H4w wswqbxYDle2Wkn0c87zVY7tGLUtCOiVGxzQU52ThegP34uXs6JhwXEitrOTjfcyGqTcC hP6qQtIJPokABifg3x60A7vixWsHYF4PQs0JMocXhcnYt+BFZhnvnkVyPqtGwSBU1hRf t/Zg== X-Received: by 10.180.77.129 with SMTP id s1mr7531387wiw.56.1393088895443; Sat, 22 Feb 2014 09:08:15 -0800 (PST) Received: from toaster.adamthompson.me.uk (toaster.adamthompson.me.uk. [2001:8b0:1142:9042::2]) by mx.google.com with ESMTPSA id ci4sm26262263wjc.21.2014.02.22.09.08.13 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Sat, 22 Feb 2014 09:08:14 -0800 (PST) Date: Sat, 22 Feb 2014 17:07:59 +0000 From: Adam Thompson To: Karl Dahlke Message-ID: <20140222170759.GA15819@toaster.adamthompson.me.uk> References: <20140122090240.eklhad@comcast.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140122090240.eklhad@comcast.net> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: Edbrowse-dev@lists.the-brannons.com Subject: Re: [Edbrowse-dev] Release X-BeenThere: edbrowse-dev@lists.the-brannons.com X-Mailman-Version: 2.1.17 Precedence: list List-Id: Edbrowse Development List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Feb 2014 17:09:13 -0000 On Sat, Feb 22, 2014 at 09:02:40AM -0500, Karl Dahlke wrote: > Sure, April, sounds good. > Gives us a month to play and find and fix bugs. Yeah. On that subject, I just fixed a bunch of dom classes to use correct constructors. Basically we can't use nullFunction as a constructor as it doesn't return an object. To fix this I've created new constructors for all the classes in the domClasses array which previously used nullFunction as a constructor. This appears to have fixed an assertion failure when browsing: http://www.linuxjournal.com/content/bash-associative-arrays I've pushed these changes and am currently testing. Cheers, Adam.