Re: colorls in base

2019-02-15 Thread Phil Rulon
m...@netbsd.org writes: > There's a topic on peace-keeping in a large project. > > There are two types of feedback: > > - "this change makes the code simpler and twice as fast" (it's > objectively better) > - "I like colorful terminals" (my personal opinion) > > Objecting to a diff like this caus

Lua shared object asymmetry loading Xlib.

2018-12-27 Thread Phil Rulon
Over the last few days, an unusual issue has come to light. If a lua module loads Xlib and makes calls into it lua is returning a boolean value instead of a table. This is happening with lua 5.3.4 from pkgsrc. If the core lua5.3.3 is used the module will load properly but segfault at program exi