Håkan Mattsson

Results 48 comments of Håkan Mattsson

Thanks. How do I do to reproduce it? Do you have a executable test case? /Håkan On Mar 17, 2017 17:36, "pillravi" wrote: > Yes, the issue is reproducible on...

Thanks for the test case. It reproduced the error. It looks that there is an extra carriage return causing the problem. The runpty program (in lux) reads and writes chunks...

It may work now. Can you re-run using lux on the develop-branch? /Håkan On Thu, Mar 23, 2017 at 8:27 PM, pillravi wrote: > Here is an example test case:...

The main purpose with the doc tags are to provide a (static) overview of what the purpose is with the various test cases. A simplified test spec. Supporting variables in...

An alternate approach is to use the "tail" (or "t" for short) command in the debugger. (The debugger is normally enabled and reads commands from stdin. Just enter a command...

The debugger is also enabled when you use the more compact TAP printout (enabled with "lux -t"). I our Jenkins runs we use "lux -t" to shrink the output on...

Now (1.9.5) you can have newlines and tabs in the [progress] command. /Håkan On Fri, Oct 30, 2015 at 11:06 AM, Håkan Mattsson [email protected] wrote: > The debugger is also...

Have you experienced re's execution of compiled regexps to be inefficient? (An annoying upper limit is not the same as being inefficient.) Do you have a suggestion of a more...