Gentoo Archives: gentoo-soc

From: "André Aparício" <aparicio99@×××××.com>
To: gentoo-soc@l.g.o
Subject: [gentoo-soc] libbash - Progress report #2
Date: Tue, 05 Jun 2012 03:08:30
Message-Id: 20120605013239.2778dc37@null
1 Hi again,
2
3 === Progress of previous week ===
4
5 I've done everything as planned, which is:
6
7 - set builtin, with the "--" and "-u" options
8 - unset support to remove array elements
9 - Improve walker to support a command list like "echo && echo && echo"
10 - Generate metadata for everything and see what are the most frequent
11 causes of errors
12
13 And being the first week of actual coding, this tasks helped a lot to
14 know the various parts of the project.
15 I'm still getting used to the process of getting the code right in the
16 repository, in terms of commits and branches use in github, so that it
17 can be appropriately pushed to the official repository.
18
19
20 === Plan for this week ===
21
22 The current scrum sprint has two weeks, so we've planned the work for
23 this and the next week, but this is what I think will fit in this week.
24
25 - Fix and push the commits from last week
26 - Bash redirection support
27 - Support multiple arguments for declare builtin
28
29
30 https://github.com/Aparicio99/libbash
31
32 Best regards,
33 André Aparício