Fwiw, I've fixed the parser last week to handle "${ab}c" correctly...

On Tuesday, July 14, 2009, Derek Baum <derek.b...@paremus.com> wrote:
> yes,
>
> ${x} actually defines a closure {...} and then immediately expands it.
> Commands typed directly into the shell also result in a closure being
> created and executed, so it is difficult to distinguish between:
>
>> x
>
> where we'd like it to fail with 'unknown command'
>
> and
>
>> ${x}
>
> where we'd like it to behave like $x
>
> RFC132 is keen to minimise unnecessary typing and so variables can be
> expanded directly without enclosing in {}.
>
> However, as in Unix shells,you sometimes need to delimit variables from the
> following text,
> for example x = "${ab}c". This is still possible in Gogo, without using ${}
> - e.g. "$ab'c'", but it is not as intuitive as "${ab}c" which is commonly
> used elsewhere.
>
> Derek
>
>
> 2009/7/14 Guillaume Nodet <gno...@gmail.com>
>
>> I think this is a feature, but I agree with you and I'd like to
>> consider it a bug too.  However I think that's also why ${x}
>> evaluation works...
>>
>> On Monday, July 13, 2009, Hiram Chirino <chir...@gmail.com> wrote:
>> > I don't think the help command is supported yet..
>> >
>> > But on related note... to the gogo developers: I would have expected a
>> > command not found error when you type in a command that's not found.
>>  This
>> > seems to work fine if you pass an argument to a command.  It this a
>> > 'feature' or a bug?
>> >
>> > Regards,
>> > Hiram
>> >
>> >
>> > On Mon, Jul 13, 2009 at 4:45 AM, Charles Moulliard <cmoulli...@gmail.com
>> >wrote:
>> >
>> >> Hi,
>> >>
>> >> I have done a build of Apache Felix Karaf this morning in order to test
>> it
>> >> but unfortunately Gogo does not seem to like Windows :
>> >>
>> >> Here is a snapshot of command used :
>> >>
>> >> ka...@root> ka...@root> help
>> >> help
>> >> ka...@root> ka...@root> ?
>> >> ?
>> >> ka...@root> ka...@root> help
>> >> help
>> >> ka...@root> ka...@root>
>> >>
>> >> We can't have access to help !
>> >> Where can I found the list of commands that we can use with Gogo
>> (compare
>> >> to
>> >> gshell) ?
>> >>
>> >> Regards,
>> >>
>> >> Charles Moulliard
>> >> Senior Enterprise Architect
>> >> Apache Camel Committer
>> >>
>> >> *****************************
>> >> blog : http://cmoulliard.blogspot.com
>> >>
>> >
>> >
>> >
>> > --
>> > Regards,
>> > Hiram
>> >
>> > Blog: http://hiramchirino.com
>> >
>> > Open Source SOA
>> > http://fusesource.com/
>> >
>>
>> --
>> Cheers,
>> Guillaume Nodet
>> ------------------------
>> Blog: http://gnodet.blogspot.com/
>> ------------------------
>> Open Source SOA
>> http://fusesource.com
>>
>

-- 
Cheers,
Guillaume Nodet
------------------------
Blog: http://gnodet.blogspot.com/
------------------------
Open Source SOA
http://fusesource.com

Reply via email to