Gary V. Vaughan

Results 114 comments of Gary V. Vaughan

Thanks for the report and the diagnosis. Actually a reproducible failure is less important than a reproducible success case that proves everything is fixed correctly. Are you interested in working...

Please file separate issues for any new bugs you find, so I don’t lose track - luaposix is a fairly large project for one person to maintain, so I do...

Done! If you pull the latest `build-aux/luke` (version 0.2.2) from https://github.com/gvvaughan/luke into `luaposix/build-aux/luke`, you can then change the relevant section of `lukefile` to something like: ```lua ['posix.time'] = { defines...

I’m afraid of changing those defines... it took a lot of trial and error to reach a selection that exposes all the right POSIX2008 APIs that we rely on. It...

Well, I'd quite like to have this too, but none of the functions you mentions are in the POSIX spec: http://pubs.opengroup.org/onlinepubs/007908799/cursesix.html `KEY_MOUSE` was introduced when I audited the defined `KEY_`...

Agreed. I'll leave this ticket open as a reminder that this work remains to be done. As a first step, could you open a new luacurses github project as a...

I'm happy to perform the split (no promises as to when, mind you!), but don't have permission to create the github project under the luaposix user. If you could create...

....unless, of course, you think a luacurses/luacurses project makes more sense... in which case I can handle that part too.

True enough... then I'll get to in due course :-) @daurnimator your patches will certainly speed things along considerably!

@daurnimator your patches **would** certainly speed things along considerably (compared to waiting for me to do it)!