From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.77) (envelope-from ) id 1Sqy9h-0001MO-35 for garchives@archives.gentoo.org; Tue, 17 Jul 2012 03:08:57 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AE2F4E079D for ; Tue, 17 Jul 2012 03:08:56 +0000 (UTC) Received: from mail-wg0-f53.google.com (mail-wg0-f53.google.com [74.125.82.53]) by pigeon.gentoo.org (Postfix) with ESMTP id 97E8FE04AB for ; Tue, 17 Jul 2012 01:26:37 +0000 (UTC) Received: by wgbfm10 with SMTP id fm10so2492105wgb.10 for ; Mon, 16 Jul 2012 18:26:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:x-mailer:mime-version:content-type :content-transfer-encoding; bh=9qZ1C+M643vbC4jJKp1sjIQh1bVw9JUokYpfynqtoc0=; b=taYEdkhJ8TwMko3OlQ8hMMtJ29C7PE1FuIbysV2vZDC0s7zGrsY/Zo+Rgzcf9mX7WQ fVjKCjV38r4wWpOwabwpj+O7hF1ZHWRui/Jcl85phBWJeYAxYPJFP5+Xr+pYRaep0ZrE 13j6GSYFhZcZcrkC+vMI/U4nHI/UEUefoYB1G7B8EX43DxwB9LNbJ0QLyiXHnYck1VEz SSwJkGgPTY6AKoCXmEY72tw562Csv5QTferzDuOYKZbgzsfdylVLBYjToURmDtdz/5MI qJS5sZ+YrTM01CpGPYmjQl9kvDfMrCa0MGDGTTLI3P1SycjYfKDLJV9+QH7cXBvUfKBv em1g== Received: by 10.216.42.65 with SMTP id i43mr244623web.208.1342488396637; Mon, 16 Jul 2012 18:26:36 -0700 (PDT) Received: from null (bl5-179-127.dsl.telepac.pt. [82.154.179.127]) by mx.google.com with ESMTPS id ef5sm35971133wib.3.2012.07.16.18.26.36 (version=SSLv3 cipher=OTHER); Mon, 16 Jul 2012 18:26:36 -0700 (PDT) Date: Tue, 17 Jul 2012 02:26:34 +0100 From: =?ISO-8859-1?B?QW5kcukgQXBhcu1jaW8=?= To: gentoo-soc@lists.gentoo.org Subject: [gentoo-soc] libbash - Progress report #8 Message-ID: <20120717022634.79947c87@null> X-Mailer: Claws Mail 3.8.0 (GTK+ 2.24.10; x86_64-pc-linux-gnu) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-soc@lists.gentoo.org Reply-to: gentoo-soc@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: c6f32666-209c-463a-b26c-f79b6ee6269f X-Archives-Hash: 6792acffaafcb388a7f839753735793c Hi, =3D=3D=3D Progress of previous week =3D=3D=3D Fixed things that were broken in some eclass. - Escape '[' and ']' on command arguments - Support local declarations inside eval I worked on fixing two other things, function names starting with keywords, and line-continuation on comments, but it didn't work out, so they will be left for now. =3D=3D=3D Plan for this week =3D=3D=3D Search for more things to fix as before, but for now I have found a bug in the array declaration, so I will start with this. Some eclass files have the most interesting use of bash, so it still needs some work until we can interpret everything correctly. https://github.com/Aparicio99/libbash Best regards, Andr=E9 Apar=EDcio