public inbox for gentoo-soc@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-soc] libbash - Progress report #9
@ 2012-07-24  2:38 André Aparício
  2012-07-26  7:05 ` heroxbd
  0 siblings, 1 reply; 3+ messages in thread
From: André Aparício @ 2012-07-24  2:38 UTC (permalink / raw
  To: gentoo-soc

Hi,

=== Progress of previous week ===

- Fix array declarations with one element

- Support string operations on arrays.
Like ${array[@]/foo/bar}

- Escape more characters in strings that were used in some eclass

Since last year it there seems to have been some changes in the
eclasses that impacted libbash, since the number of metadata files
correctly parsed initially this year were much less than previously, but
now they are again closer to that.

13255 out of 31020 metadata files are correct.

=== Plan for this week ===

- Support operators in variables in the builtin tests.
[ ${test} ${operator} ${value} ]

- Support multiline string declarations for local and declare.

- Fix a strange error in the parser when we have a string substitution
  after a variable attribution.
foo=bar echo ${VAR/a/b}.


https://github.com/Aparicio99/libbash

Best regards,
André Aparício


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [gentoo-soc] libbash - Progress report #9
  2012-07-24  2:38 [gentoo-soc] libbash - Progress report #9 André Aparício
@ 2012-07-26  7:05 ` heroxbd
  2012-07-27  3:38   ` André Aparício
  0 siblings, 1 reply; 3+ messages in thread
From: heroxbd @ 2012-07-26  7:05 UTC (permalink / raw
  To: gentoo-soc

Hey André,

Just a quick question about libbash (haven't done much STFW though). Has
it already covered all the syntax for POSIX shell?

Yours,
Benda


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [gentoo-soc] libbash - Progress report #9
  2012-07-26  7:05 ` heroxbd
@ 2012-07-27  3:38   ` André Aparício
  0 siblings, 0 replies; 3+ messages in thread
From: André Aparício @ 2012-07-27  3:38 UTC (permalink / raw
  To: gentoo-soc; +Cc: heroxbd

On Thu, 26 Jul 2012 16:05:23 +0900
heroxbd@gmail.com wrote:

> Hey André,
> 
> Just a quick question about libbash (haven't done much STFW though).
> Has it already covered all the syntax for POSIX shell?
> 
> Yours,
> Benda
> 

Hi,

Don't know for sure, we are implementing features as we see they are
needed to parse ebuils and eclasses, so I would say probably not, for
instance, some built-in commands only have implemented the options used
in all the ebuild/eclasses.


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-07-27  6:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-24  2:38 [gentoo-soc] libbash - Progress report #9 André Aparício
2012-07-26  7:05 ` heroxbd
2012-07-27  3:38   ` André Aparício

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox