"Ashok kumar" <[EMAIL PROTECTED]> writes:
[...]
>> Well, if people want to work on scripting or networking they should
>> talk to me. I have lots of code on my hd that is incomplete or just
>> not cleaned up. It would be a waste of time if it were rewritten.
>> And please poke me a lot to get m
Bean <[EMAIL PROTECTED]> writes:
> On Sun, Jun 24, 2007 at 12:22:18PM +0800, Bean wrote:
>> Some bugs I found on scripting.
>>
>> 1. token parser
>>
>> echo aa"bb"
>> aabb
>> (correct)
>>
>> echo aa"bb"cc
>> aabb
>> (cc is lost)
>>
>> echo aa$prefix
>> aa (hd0,1)/boot/grub
>> (should be one to
On 6/23/07, Marco Gerards <[EMAIL PROTECTED]> wrote:
Vesa Jääskeläinen <[EMAIL PROTECTED]> writes:
Hi Vesa,
> I think it would be wise to keep some kind of status updates from time
> to time so we can keep track on what people are doing (related to grub
> 2). If we continue with current situat
On Sun, Jul 01, 2007 at 07:49:20PM +0200, adrian15 wrote:
> Bean escribió:
> >>Well, if people want to work on scripting or networking they should
> >>talk to me. I have lots of code on my hd that is incomplete or just
> >>not cleaned up. It would be a waste of time if it were rewritten.
> >>And
Bean escribió:
Well, if people want to work on scripting or networking they should
talk to me. I have lots of code on my hd that is incomplete or just
not cleaned up. It would be a waste of time if it were rewritten.
And please poke me a lot to get me to work... ;)
I'm interested in scripting
On Sun, Jun 24, 2007 at 12:22:18PM +0800, Bean wrote:
> Some bugs I found on scripting.
>
> 1. token parser
>
> echo aa"bb"
> aabb
> (correct)
>
> echo aa"bb"cc
> aabb
> (cc is lost)
>
> echo aa$prefix
> aa (hd0,1)/boot/grub
> (should be one token)
>
> echo $prefix/grub.cfg
> (hd0,1)/boot/grub
Some bugs I found on scripting.
1. token parser
echo aa"bb"
aabb
(correct)
echo aa"bb"cc
aabb
(cc is lost)
echo aa$prefix
aa (hd0,1)/boot/grub
(should be one token)
echo $prefix/grub.cfg
(hd0,1)/boot/grub /grub.cfg
(should be one token)
The problem here is that when a variable is mixed with t
On Saturday 23 June 2007 18:38, Marco Gerards wrote:
> Bean <[EMAIL PROTECTED]> writes:
> > On Sat, Jun 23, 2007 at 06:10:10PM +0200, Marco Gerards wrote:
> >> The best thing, according to most people working on GRUB (from what I
> >> can tell) is a bug tracking system combined with something that
Bean <[EMAIL PROTECTED]> writes:
> On Sat, Jun 23, 2007 at 06:10:10PM +0200, Marco Gerards wrote:
>> The best thing, according to most people working on GRUB (from what I
>> can tell) is a bug tracking system combined with something that tracks
>> tasks, what people are interested on, descriptions
On Sat, Jun 23, 2007 at 06:10:10PM +0200, Marco Gerards wrote:
> The best thing, according to most people working on GRUB (from what I
> can tell) is a bug tracking system combined with something that tracks
> tasks, what people are interested on, descriptions of how tasks should
> be performed, et
Bean <[EMAIL PROTECTED]> writes:
> On Sat, Jun 23, 2007 at 04:52:34PM +0200, Marco Gerards wrote:
>> Bean <[EMAIL PROTECTED]> writes:
>>
>> > On Sat, Jun 23, 2007 at 02:57:30PM +0200, Marco Gerards wrote:
>> >> Something I think is important for GRUB 2 is regression testing. So
>> >> we can make
On Sat, Jun 23, 2007 at 04:52:34PM +0200, Marco Gerards wrote:
> Bean <[EMAIL PROTECTED]> writes:
>
> > On Sat, Jun 23, 2007 at 02:57:30PM +0200, Marco Gerards wrote:
> >> Something I think is important for GRUB 2 is regression testing. So
> >> we can make sure things like scripting works, filesy
Bean <[EMAIL PROTECTED]> writes:
> On Sat, Jun 23, 2007 at 02:57:30PM +0200, Marco Gerards wrote:
>> Something I think is important for GRUB 2 is regression testing. So
>> we can make sure things like scripting works, filesystems work
>> correctly, etc.
>
> I can't agree more. I think major bug s
Bean <[EMAIL PROTECTED]> writes:
> On Sat, Jun 23, 2007 at 02:57:30PM +0200, Marco Gerards wrote:
>> Something I think is important for GRUB 2 is regression testing. So
>> we can make sure things like scripting works, filesystems work
>> correctly, etc.
>
> I can't agree more. I think major bug s
On Sat, Jun 23, 2007 at 02:57:30PM +0200, Marco Gerards wrote:
> Something I think is important for GRUB 2 is regression testing. So
> we can make sure things like scripting works, filesystems work
> correctly, etc.
I can't agree more. I think major bug should be fixed as soon as possible,
otherw
Vesa Jääskeläinen <[EMAIL PROTECTED]> writes:
Hi Vesa,
> I think it would be wise to keep some kind of status updates from time
> to time so we can keep track on what people are doing (related to grub
> 2). If we continue with current situation we are long in 2010's before
> we have next release.
adrian15 wrote:
> Vesa Jääskeläinen escribió:
>> Joomla's tracker is a bit more what I was thinking about. It handles
>> tasks quite nicely. Has task dependency support.
>
> I think that gforge has also tasks. I just do not find right now any
> gforge site with a task site.
Joomla's tracker i
Vesa Jääskeläinen escribió:
Joomla's tracker is a bit more what I was thinking about. It handles
tasks quite nicely. Has task dependency support.
I think that gforge has also tasks. I just do not find right now any
gforge site with a task site.
adrian15
___
Robert Millan escribió:
On Mon, Jun 18, 2007 at 12:22:47PM +0200, adrian15 wrote:
* pause command
How about calling it "read" command, and giving it read-like syntax, to keep
the trend of maintaining some consistency with the GNU cli environment?
It's good idea. I also wanted to do somethi
Robert Millan wrote:
> On Mon, Jun 18, 2007 at 12:22:47PM +0200, adrian15 wrote:
>>> Ideas are welcome where to store this information are also welcome :).
>>> We would need to track requirements for features on component level.
>>> More automated the better.
>> Can we use the bugs system maybe?
>>
On Mon, Jun 18, 2007 at 12:22:47PM +0200, adrian15 wrote:
> * pause command
How about calling it "read" command, and giving it read-like syntax, to keep
the trend of maintaining some consistency with the GNU cli environment?
> # Short term development
> * grub-disk scripts
Not sure what
Vesa Jääskeläinen escribió:
Hi all!
I think it would be wise to keep some kind of status updates from time
to time so we can keep track on what people are doing (related to grub
2). If we continue with current situation we are long in 2010's before
we have next release.
You're too optimistic. :)
On 6/17/07, Vesa Jääskeläinen <[EMAIL PROTECTED]> wrote:
Hi all!
I think it would be wise to keep some kind of status updates from time
to time so we can keep track on what people are doing (related to grub
2). If we continue with current situation we are long in 2010's before
we have next rele
On Sun, Jun 17, 2007 at 03:47:23PM +0300, Vesa Jääskeläinen wrote:
>
> Anyway. First of all I would like to hear if you are developing
> something above or something else, reply this e-mail and tell us about
> it, there is no reason that work should be duplicated. Especially if you
> are already d
Hi all!
I think it would be wise to keep some kind of status updates from time
to time so we can keep track on what people are doing (related to grub
2). If we continue with current situation we are long in 2010's before
we have next release.
I think it would also be important to coordinate more
25 matches
Mail list logo