Gentoo Archives: gentoo-soc

From: "André Aparício" <aparicio99@×××××.com>
To: gentoo-soc@l.g.o
Subject: [gentoo-soc] libbash - Progress report #10
Date: Wed, 01 Aug 2012 06:06:01
Message-Id: 20120801051400.73ff8d9c@null
1 Hi,
2
3 === Progress of previous week ===
4
5 - Support multiline string declarations for local and declare.
6
7 - Have been working on support for operators in variables in
8 builtin tests, but it's still not finished.
9
10 - Support for single quoted delimiter on here document
11
12 === Plan for this week ===
13
14 There are 14 (of 197) eclasses still left with parsing problems, so the
15 objective for now is to get all to get parsed without errors.
16
17 Some of the things to be fixed:
18
19 - Problem with a odd number of single quotes inside here document
20
21 - Problem with a odd number of semicolons inside declare strings
22
23 - Appending to a variable an unquoted string starting with some
24 charateres like a minus
25
26 - Support implicit line break with a pipe at the end of the line
27
28
29 https://github.com/Aparicio99/libbash
30
31 Best regards,
32 André Aparício