grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] fix scripting problems


From: Vladimir 'phcoder' Serbinenko
Subject: Re: [PATCH] fix scripting problems
Date: Thu, 4 Jun 2009 20:54:13 +0200

Commited

On Sun, May 31, 2009 at 12:05 AM, Vladimir 'phcoder' Serbinenko
<address@hidden> wrote:
> On Sat, May 30, 2009 at 11:50 PM, Pavel Roskin <address@hidden> wrote:
>> On Sat, 2009-05-30 at 23:43 +0200, Vladimir 'phcoder' Serbinenko wrote:
>>> Hello. This patch fixes a bunch of bugs in scripting engine
>>
>> Please give a detailed description of the changes.
> It fixes the following bugs:
> -lexer failing if variable isn't terminated by space
> Lexer changed as discussed previously
> -arguments like foo${bar}baz were handled as foo ${bar} baz. Now the
> constructions like ($drive)/file work
> Added additional parsing to lexer ("yet another parser" suggested by
> comment) which now gives tokens of type arg instead of NAME/VAR
> -parser not exiting after an error (it continued prompting for new line)
> lexer doesn't ask for continuing line after syntax error
>>
>> --
>> Regards,
>> Pavel Roskin
>>
>>
>> _______________________________________________
>> Grub-devel mailing list
>> address@hidden
>> http://lists.gnu.org/mailman/listinfo/grub-devel
>>
>
>
>
> --
> Regards
> Vladimir 'phcoder' Serbinenko
>



-- 
Regards
Vladimir 'phcoder' Serbinenko




reply via email to

[Prev in Thread] Current Thread [Next in Thread]