Re: [PATCH] [MELT] Fix loading of .c files

2011-08-29 Thread Alexandre Lissy
Le 29/08/2011 17:22, Alexandre Lissy a écrit : > Le 29/08/2011 17:08, Alexandre Lissy a écrit : >> Le 29/08/2011 16:57, Alexandre Lissy a écrit : >>> Le 29/08/2011 16:44, Alexandre Lissy a écrit : Le 29/08/2011 15:15, Basile Starynkevitch a écrit : > On Mon, Aug 29, 2011 at 12:21:12PM +020

Re: [PATCH] [MELT] Fix loading of .c files

2011-08-29 Thread Alexandre Lissy
Le 29/08/2011 17:08, Alexandre Lissy a écrit : > Le 29/08/2011 16:57, Alexandre Lissy a écrit : >> Le 29/08/2011 16:44, Alexandre Lissy a écrit : >>> Le 29/08/2011 15:15, Basile Starynkevitch a écrit : On Mon, Aug 29, 2011 at 12:21:12PM +0200, Alexandre Lissy wrote: > Files containing the

Re: [PATCH] [MELT] Fix loading of .c files

2011-08-29 Thread Alexandre Lissy
Le 29/08/2011 16:57, Alexandre Lissy a écrit : > Le 29/08/2011 16:44, Alexandre Lissy a écrit : >> Le 29/08/2011 15:15, Basile Starynkevitch a écrit : >>> On Mon, Aug 29, 2011 at 12:21:12PM +0200, Alexandre Lissy wrote: Files containing the MELT translated to C code were not loaded correctly >

Re: [PATCH] [MELT] Fix loading of .c files

2011-08-29 Thread Alexandre Lissy
Le 29/08/2011 16:44, Alexandre Lissy a écrit : > Le 29/08/2011 15:15, Basile Starynkevitch a écrit : >> On Mon, Aug 29, 2011 at 12:21:12PM +0200, Alexandre Lissy wrote: >>> Files containing the MELT translated to C code were not loaded correctly >>> due to bad search path when working with an insta

Re: [PATCH] [MELT] Fix loading of .c files

2011-08-29 Thread Alexandre Lissy
Le 29/08/2011 15:15, Basile Starynkevitch a écrit : > On Mon, Aug 29, 2011 at 12:21:12PM +0200, Alexandre Lissy wrote: >> Files containing the MELT translated to C code were not loaded correctly >> due to bad search path when working with an installed plugin. Present >> commit fixes this by: >> -

Re: [PATCH] [MELT] Fix loading of .c files

2011-08-29 Thread Alexandre Lissy
Le 29/08/2011 15:15, Basile Starynkevitch a écrit : > On Mon, Aug 29, 2011 at 12:21:12PM +0200, Alexandre Lissy wrote: >> Files containing the MELT translated to C code were not loaded correctly >> due to bad search path when working with an installed plugin. Present >> commit fixes this by: >> -

Re: [PATCH] [MELT] Fix loading of .c files

2011-08-29 Thread Alexandre Lissy
Le 29/08/2011 15:15, Basile Starynkevitch a écrit : > On Mon, Aug 29, 2011 at 12:21:12PM +0200, Alexandre Lissy wrote: >> Files containing the MELT translated to C code were not loaded correctly >> due to bad search path when working with an installed plugin. Present >> commit fixes this by: >> -

Re: [PATCH] [MELT] Fix loading of .c files

2011-08-29 Thread Alexandre Lissy
Le 29/08/2011 15:15, Basile Starynkevitch a écrit : > On Mon, Aug 29, 2011 at 12:21:12PM +0200, Alexandre Lissy wrote: >> Files containing the MELT translated to C code were not loaded correctly >> due to bad search path when working with an installed plugin. Present >> commit fixes this by: >> -

Re: [PATCH] [MELT] Fix loading of .c files

2011-08-29 Thread Basile Starynkevitch
On Mon, Aug 29, 2011 at 12:21:12PM +0200, Alexandre Lissy wrote: > Files containing the MELT translated to C code were not loaded correctly > due to bad search path when working with an installed plugin. Present > commit fixes this by: > - using a melt find to search in current dir > - ensuring t

[PATCH] [MELT] Fix loading of .c files

2011-08-29 Thread Alexandre Lissy
Files containing the MELT translated to C code were not loaded correctly due to bad search path when working with an installed plugin. Present commit fixes this by: - using a melt find to search in current dir - ensuring the melt_modulename in melt descriptor only contains the module name, and