Re: [PATCH] LUA script engine for grub2

2009-05-16 Thread Felix Zielcke
Am Samstag, den 16.05.2009, 20:37 +0800 schrieb Bean: > Hi, > > Committed. Hi Bean, I think it would be good if you could document this in the Wiki. -- Felix Zielcke ___ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listin

Re: [PATCH] LUA script engine for grub2

2009-05-16 Thread Bean
Hi, Committed. -- Bean ___ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel

Re: [PATCH] LUA script engine for grub2

2009-04-14 Thread Bean
Hi, Oh nice, can you confirm that there is no license conflict in porting code from lua ? On Tue, Apr 14, 2009 at 11:33 PM, Yoshinori K. Okuji wrote: > On Monday 13 April 2009 23:27:32 Robert Millan wrote: >> On Tue, Apr 07, 2009 at 10:31:44PM +0800, Bean wrote: >> > Hi, >> > >> > This patch int

Re: [PATCH] LUA script engine for grub2

2009-04-14 Thread Yoshinori K. Okuji
On Monday 13 April 2009 23:27:32 Robert Millan wrote: > On Tue, Apr 07, 2009 at 10:31:44PM +0800, Bean wrote: > > Hi, > > > > This patch integrate the LUA script engine to grub2. > > Hi, > > I don't have any opinion for or against using LUA, but note that we need > approval from Marco or Okuji befo

Re: [PATCH] LUA script engine for grub2

2009-04-13 Thread Robert Millan
On Tue, Apr 07, 2009 at 10:31:44PM +0800, Bean wrote: > Hi, > > This patch integrate the LUA script engine to grub2. Hi, I don't have any opinion for or against using LUA, but note that we need approval from Marco or Okuji before we can integrate external code. -- Robert Millan The DRM opt-

Re: [PATCH] LUA script engine for grub2

2009-04-08 Thread Bean
On Wed, Apr 8, 2009 at 10:40 PM, Colin D Bennett wrote: > Bean wrote: >> 2009/4/8 Vesa Jääskeläinen : >> > Bean wrote: >> >> Hi, >> >> >> >> This patch integrate the LUA script engine to grub2 > > Cool! > >> I add a grub library to lua, now it only contain grub.run, but it >> would be easy to add

Re: [PATCH] LUA script engine for grub2

2009-04-08 Thread Colin D Bennett
Bean wrote: > 2009/4/8 Vesa Jääskeläinen : > > Bean wrote: > >> Hi, > >> > >> This patch integrate the LUA script engine to grub2 Cool! > I add a grub library to lua, now it only contain grub.run, but it > would be easy to add more function. I think it would be useful to add > function to interfa

Re: [PATCH] LUA script engine for grub2

2009-04-07 Thread Bean
2009/4/8 Vesa Jääskeläinen : > Bean wrote: >> Hi, >> >> This patch integrate the LUA script engine to grub2. Before applying >> this patch, you should apply the split module patch split_3.diff >> first. >> >> BTW, I forget to add Makefile.in the previous split_3.diff, so that >> handler.lst will no

Re: [PATCH] LUA script engine for grub2

2009-04-07 Thread Vesa Jääskeläinen
Bean wrote: > Hi, > > This patch integrate the LUA script engine to grub2. Before applying > this patch, you should apply the split module patch split_3.diff > first. > > BTW, I forget to add Makefile.in the previous split_3.diff, so that > handler.lst will not be generated, I include it in this

Re: [PATCH] LUA script engine for grub2

2009-04-07 Thread phcoder
Is it all from scratch? Wau. Very nice job. Unfortunately I don't know any lua but I'll test this as time permits Bean wrote: Hi, This patch integrate the LUA script engine to grub2. Before applying this patch, you should apply the split module patch split_3.diff first. BTW, I forget to add Ma