Gentoo Archives: gentoo-soc

From: "André Aparício" <aparicio99@×××××.com>
To: gentoo-soc@l.g.o
Subject: [gentoo-soc] libbash - Progress report #4
Date: Tue, 19 Jun 2012 03:06:36
Message-Id: 20120619023957.546da074@null
1 Hi again,
2
3 === Progress of previous week ===
4
5 - Still fixing some things in the commits from the previous sprint,
6 including rewriting the read builtin to be less "C-like"
7
8 - Improve the declare builtin with multiple variables, value
9 assignment, and the "-i", "-a" and "-g" options.
10
11 - Use script content as script name, to make it easy to identify errors
12
13 - Finish some touches on redirection, adapting the tests to a little
14 change in the grammar, and adding support for "here strings" (<<<).
15 With this we can finish generating metadata without blocking in the
16 read builtin waiting for input.
17
18 === Plan for this week ===
19
20 - Fix commits from previous week
21
22 - Improve command arguments parsing
23
24 - Upgrade our instruo implementation to work with paludis 0.74.1
25
26 - Fix configure to fail when paludis is not installed
27
28
29 https://github.com/Aparicio99/libbash
30
31 Best regards,
32 André Aparício