chicken-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-hackers] [PATCH] Add missing "C_" prefix to a snprintf call


From: Peter Bex
Subject: Re: [Chicken-hackers] [PATCH] Add missing "C_" prefix to a snprintf calls in a tcp module
Date: Sun, 19 Oct 2014 16:17:00 +0200
User-agent: Mutt/1.4.2.3i

On Sun, Oct 19, 2014 at 06:02:45PM +0400, Oleg Kolosov wrote:
> Hello, seeing the patches flowing, I’ve decided to give it a try too, and 
> push few things related to the MS Visual Studio support.
> 
> This one is pretty harmless, just to check the process out.

Hello Oleg,

Thanks for the patch, it looks good.  I've pushed it to master and
chicken-5.  Please note that this is not the best test for the process,
because we normally require double sign-off on patches, but for trivial
ones we can push them straight away.

See http://wiki.call-cc.org/development-process for more info.

> I have patched few other things in the core (like cond fixes, nan/inf 
> handling, removed gcc specifics, added missing ifdefs and so) but you will 
> not be able to test those without changing the build system to use msvc 
> compiler (or using CMake). I can extract them and submit here if you are 
> interested. AFAIKT Unix platforms are not affected.

I'd hesitate to apply them, because we wouldn't be able to maintain
them.  We'd need msvc support so we can verify things still work if
we change things up.  Do you think you could write a Windows Makefile
which uses the msvc compiler?

Alternatively, we maybe we could consider adding your CMake build,
perhaps as an alternative that co-exists with GMake.  That way we can
try out how well we can maintain it.  Eventually, the GNU Make support
could be phased out, if it turns out we're able to maintain it.
I know that maintaining two build systems is redundant extra work, and
painful, but switching to CMake altogether is too much of a gamble IMHO.

I'd like to know what the other hackers think about this.

Cheers,
Peter
-- 
http://www.more-magic.net



reply via email to

[Prev in Thread] Current Thread [Next in Thread]