public inbox for gentoo-soc@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-soc] libbash - Progress report #7
@ 2012-07-10  1:45 André Aparício
  0 siblings, 0 replies; only message in thread
From: André Aparício @ 2012-07-10  1:45 UTC (permalink / raw
  To: gentoo-soc

Hi,

=== Progress of previous week ===

- Support the 'for' loop with implicit positional list.
   for arg; do echo $arg; done

- Support line continuation inside keyword tests.
  if [[ 1 == 1 &&
        1 == 1 ]]; then echo "Should print this"; fi

- Proper "$@" expansion.
  It was expanding to "1 2 3" instead of "1" "2" "3", and now it
  expands correctly, and differently for "$@" and "$*" as supposed.


=== Plan for this week ===

Have yet to search for more useful things to fix or implement.

For now I already have one thing to fix, there's a problem in function
names starting with a keyword, like do-func. This isn't very relevant,
but happens at least in one eclass.



https://github.com/Aparicio99/libbash

Best regards,
André Aparício



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-07-10  2:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-10  1:45 [gentoo-soc] libbash - Progress report #7 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