Cat Stevens

Results 53 comments of Cat Stevens

> Just got this failure message when "make test" under Mac. So this is because there's only one hard drive in the system? No, it is referring to memory storage...

Which libraries are listed as missing?

any argument or justification why? Procyon is actively developed, but if you want to allow multiple backends maybe write a pull request?

In Bash it is not possible to escape *any* character inside single quotes `'...'`. I'm not sure what your code is trying to do, but (I think) you could write...

This is because `\` in strings creates an escape sequence. The string `"\d"` is actually interpreted as being the escape sequence `d` but because Lua doesn't know the `\d` escape...

yep that sounds about right, good bug report then! :)

What do you mean by "it does not work as it is supposed to work"?

Hey, could you post the output of `getconf -a | grep LONG` please.

`shc` doesn't check `sysconfig(_SC_ARG_MAX)` returns `-1` or sets `errno`, which it does if it gets an unknown argument. I can try to look into writing a fix for these. @hanyunfan...