Deutsch   English   Français   Italiano  
<v5gs0a$23d7q$2@dont-email.me>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!fu-berlin.de!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: Vir Campestris <vir.campestris@invalid.invalid>
Newsgroups: comp.lang.c
Subject: Re: Baby X is bor nagain
Date: Wed, 26 Jun 2024 11:54:00 +0100
Organization: A noiseless patient Spider
Lines: 20
Message-ID: <v5gs0a$23d7q$2@dont-email.me>
References: <v494f9$von8$1@dont-email.me> <v4pei3$m5th$2@dont-email.me>
 <v4plsk$nn9o$2@dont-email.me> <v4pnq6$o4fs$1@dont-email.me>
 <v4q245$si2n$1@dont-email.me> <v4q2rl$sqk3$1@dont-email.me>
 <v52308$2nli8$3@dont-email.me> <v53i4s$33k73$2@dont-email.me>
 <v53lf7$34huc$1@dont-email.me> <v53vh6$368vf$1@dont-email.me>
 <v54se1$3bqsk$1@dont-email.me> <v5948h$bale$1@dont-email.me>
 <v59p2j$eodu$1@dont-email.me> <v5a2tk$gouo$1@dont-email.me>
 <v5acfs$imuh$1@dont-email.me> <v5aee8$irp6$1@dont-email.me>
 <Ru3eO.139817$iz_6.69528@fx14.iad> <v5bao4$r66u$2@dont-email.me>
 <v5bkkt$svuf$1@dont-email.me> <v5bmae$thpd$2@dont-email.me>
 <v5bqmt$ucpm$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Wed, 26 Jun 2024 12:54:02 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="33717825154947d0235c868c3b1181dd";
	logging-data="2209018"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX1/FAPcj8WT+EyDV3aQauSm+VE5I7Rj4WSk="
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:iicnnZRT8droOvV703hGZ4sr8OA=
Content-Language: en-GB
In-Reply-To: <v5bqmt$ucpm$1@dont-email.me>
Bytes: 2331

On 24/06/2024 14:01, bart wrote:
>>
> 
> Then people have different concepts of what a 'build' is.
> 
> My definition is a full translation from source code to executable 
> binary. That, I have never had any trouble with for my own projects, and 
> have never had to hang about for it either, because I define and control 
> the process (and most often write the necessary tools too, AND design 
> the language involved to that end).
> 
To me that is part, but not all, of a build.

At the very least (at least, for production code) there will be some 
kind of packaging.

And I really hope you have some automated tests to run. Which also count 
as part of the build process.

Andy