hardcoded dependency to readline in lua module

Hi,

Whereas it is possible to compile with -DTASKBROWSER_EDITLINE,
for using libedit instead of readline (that has a GPL license) with the
task browser,
the lua module always depends on readline .

Is it planned to add a similar choice for it ?

Regards
Thierry

ThierryBultel's picture

hardcoded dependency to readline in lua module

Hi,

Whereas it is possible to compile with -DTASKBROWSER_EDITLINE,
for using libedit instead of readline (that has a GPL license) with the
task browser,
the lua module always depends on readline .

Is it planned to add a similar choice for it ?

Regards
Thierry

hardcoded dependency to readline in lua module

On Sat, 8 Feb 2014, Thierry Bultel wrote:

> Hi,
>
> Whereas it is possible to compile with -DTASKBROWSER_EDITLINE,
> for using libedit instead of readline (that has a GPL license) with the task browser,
> the lua module always depends on readline .
>
> Is it planned to add a similar choice for it ?

That decision might be made easier if you could provide a patch to realise
this request? :-)

> Regards
> Thierry

Herman

hardcoded dependency to readline in lua module

Hi Thierry,

On So, Feb 09, 2014 at 10:33:58 +0100, Thierry Bultel wrote:
>Hi,
>Whereas it is possible to compile with -DTASKBROWSER_EDITLINE,
>for using libedit instead of readline (that has a GPL license) with the task
>browser,
>the lua module always depends on readline .
>Is it planned to add a similar choice for it ?

Not by me at least, however a nice clean patch would have excellent
chances to be accepted :-)

Markus