From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 7D32113800E for ; Wed, 1 Aug 2012 06:06:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 21CE3E0605 for ; Wed, 1 Aug 2012 06:06:01 +0000 (UTC) Received: from mail-wi0-f181.google.com (mail-wi0-f181.google.com [209.85.212.181]) by pigeon.gentoo.org (Postfix) with ESMTP id 7826DE0683 for ; Wed, 1 Aug 2012 04:14:04 +0000 (UTC) Received: by wibhm2 with SMTP id hm2so2765795wib.10 for ; Tue, 31 Jul 2012 21:14:03 -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=GVP3fHDE+m8iffwsTFnuz9tlplWe+PTMnSrBIbJNi8k=; b=FOsLR3+xQexyI54IgKj3Oiy+mKYoVv9iCBuofM/Ypb3TERqrL7/dZhqzUnyQLqE29e j1B2t+4iLxfEe2mIh1QXJEDnm//Qi5qGDYbqb1rh0JLoTlO87epO7jPmvROUCbPQSfFt q43JiXRnVQbT3nKmB/d4AeJF6m0IyLR3/+PRfQQyLm9sNpSAZhRc9D/TDzM1cQTrKiO5 PbICh7H3mk6m2ZYnpi55UvwcFZ8jT/YDXyLniaDrBTat+E/sTlyZ5KJ3I2eVfF3f+SP2 AqNda0N16fgimmmQndZGgDuE+Xtnc2uqBzIuHOgVoOIuR4aD9z/8FO0CW06Idymr87OR 2euw== Received: by 10.180.14.8 with SMTP id l8mr13085570wic.6.1343794443688; Tue, 31 Jul 2012 21:14:03 -0700 (PDT) Received: from null (bl5-178-110.dsl.telepac.pt. [82.154.178.110]) by mx.google.com with ESMTPS id z11sm5507934wiv.10.2012.07.31.21.14.03 (version=SSLv3 cipher=OTHER); Tue, 31 Jul 2012 21:14:03 -0700 (PDT) Date: Wed, 1 Aug 2012 05:14:00 +0100 From: =?ISO-8859-1?B?QW5kcukgQXBhcu1jaW8=?= To: gentoo-soc@lists.gentoo.org Subject: [gentoo-soc] libbash - Progress report #10 Message-ID: <20120801051400.73ff8d9c@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: 490e05e8-e46f-4b7b-bc7f-f651db32a30f X-Archives-Hash: 0cb7864546dd47f852153c19fe9a54ed Hi, =3D=3D=3D Progress of previous week =3D=3D=3D - Support multiline string declarations for local and declare. - Have been working on support for operators in variables in builtin tests, but it's still not finished. - Support for single quoted delimiter on here document =3D=3D=3D Plan for this week =3D=3D=3D There are 14 (of 197) eclasses still left with parsing problems, so the objective for now is to get all to get parsed without errors. Some of the things to be fixed: - Problem with a odd number of single quotes inside here document - Problem with a odd number of semicolons inside declare strings - Appending to a variable an unquoted string starting with some charateres like a minus - Support implicit line break with a pipe at the end of the line https://github.com/Aparicio99/libbash Best regards, Andr=E9 Apar=EDcio