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.60) (envelope-from ) id 1SeHU3-0001jO-UB for garchives@archives.gentoo.org; Tue, 12 Jun 2012 03:09:32 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5AC5EE05DB for ; Tue, 12 Jun 2012 03:09:31 +0000 (UTC) Received: from mail-we0-f181.google.com (mail-we0-f181.google.com [74.125.82.181]) by pigeon.gentoo.org (Postfix) with ESMTP id ED78CE04C8 for ; Tue, 12 Jun 2012 01:31:21 +0000 (UTC) Received: by werj55 with SMTP id j55so2950839wer.40 for ; Mon, 11 Jun 2012 18:31:21 -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=4Uf6pk4lzjHijMiT3gBF05yCZWDq5KDLYAtriwr9fuE=; b=r77zEPjhmrrHMtdGH96E1i6I3bpbHE+VlAD0LpOC9Z4YYZeb8QNBPjfMVVfOJKC4k0 /nrAEuBu9W9Zkbveh1Iqfv99bsWeJBHQdRUu4HikxjAyYeW9waU/fR+JyMxFvQXv8d4f 3Qf9nPWU4gOUJC8nJpzNOC4PGlCrBgWA9j+9npsphBcl4njBU6+a32GbzoMUkr4ht18I HRSpeUo80TAFK4P3WgPIrw3hcs4nKuFJbBk0BnK79GXULXHZ4O4sMw0r0APsPLLppon6 jVCGwmWivLhuGT/XLi6G5zWXU+1r81126hZmmtuOy0LXM/SbiO0I9IM1Y+3qxvVPbvVJ U9Mg== Received: by 10.216.198.65 with SMTP id u43mr7846155wen.170.1339464681094; Mon, 11 Jun 2012 18:31:21 -0700 (PDT) Received: from null (bl14-29-80.dsl.telepac.pt. [85.247.29.80]) by mx.google.com with ESMTPS id n6sm3641494wie.7.2012.06.11.18.31.20 (version=SSLv3 cipher=OTHER); Mon, 11 Jun 2012 18:31:20 -0700 (PDT) Date: Tue, 12 Jun 2012 02:31:18 +0100 From: =?ISO-8859-1?B?QW5kcukgQXBhcu1jaW8=?= To: gentoo-soc@lists.gentoo.org Subject: [gentoo-soc] libbash - Progress report #3 Message-ID: <20120612023118.0729f78c@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: 08b22380-fc8c-4c73-8e54-f73272883c09 X-Archives-Hash: d883189f74145f4673cb49d2fbc4758e Hi again, =3D=3D=3D Progress of previous week =3D=3D=3D - Fix and push the commits from last week - Bash redirection support Didn't get to the support of multiple arguments for the declare builtin, fixing the last week commits took more time than I expected. But the redirection support was very cool, now it can run something like this: while read line; do echo $line done < /some/file =3D=3D=3D Plan for this week =3D=3D=3D - Support multiple arguments for declare builtin - Use script content as script name, to make it easy to identify errors - Improve command arguments parsing, based on concrete cases that don't work. The work on this will depend on what exactly needs to be fixed, so I don't know yet ao far can I go here this week. https://github.com/Aparicio99/libbash Best regards, Andr=E9 Apar=EDcio