On Thu, Feb 23, 2017 at 12:25 PM, Daniel KochmaĆski
wrote:
> Fixes are already commited to the repository.
You're fast! :-) Thank you, Daniel.
--
Jerry James
http://www.jamezone.org/
BUILD/ecl-16.1.3/src/c/file.d:1630:32: warning:
comparison of constant '16' with boolean expression is always false
[-Wbool-compare]
That refers to this line:
if (ECL_BASE_STRING_P(strng) == t_base_string) {
shouldn't that be:
if (ECL_BASE_STRING_P(strng)) {
?
Regards,
--
Jerry James
http://www.jamezone.org/
already packaged in
Fedora? Run 'sudo dnf install ecl' to get it.
Version 16.1.2 has already been built for the upcoming Fedora 24, by
the way. See http://bugz.fedoraproject.org/ecl/ for more information
on the package.
--
Jerry James
http://www.jamezone.org/
be
that happened last release, too, and I wasn't paying attention. So
what do the version numbers mean now?
--
Jerry James
http://www.jamezone.org/