Re: [dev] [vis] vis lua integration not working when using lua 5.3

2016-01-21 Thread Silvan Jegen
On Thu, Jan 21, 2016 at 9:11 AM, Silvan Jegen wrote: > I came up with only two general approaches. Either send error messages > to the UI (including a sleep() so that errors further down in the call > chain don't get eclipsed) or log them to a file (both approaches feel like > bad choices). I wond

Re: [dev] [vis] vis lua integration not working when using lua 5.3

2016-01-21 Thread Silvan Jegen
On Wed, Jan 20, 2016 at 07:17:09PM +0100, Marc André Tanner wrote: > On Wed, Jan 20, 2016 at 03:07:28PM +0100, Silvan Jegen wrote: > > Has anyone used vis successfully with lua 5.3? > > Yes I had it running with 5.3 at some point. I guess you do > not have LPeg installed (for 5.3). A first try wou