comp.lang.ada
 help / color / mirror / Atom feed
From: Stephen Leake <stephen_leake@stephe-leake.org>
Subject: Re: Exclude parts of a package
Date: Sun, 08 Dec 2013 14:00:35 -0600
Date: 2013-12-08T14:00:35-06:00	[thread overview]
Message-ID: <85vbyz15b0.fsf@stephe-leake.org> (raw)
In-Reply-To: 52a0de7e$0$23162$2c885b36@post.eweka.nl

Felix Krause <usenet@flyx.org> writes:

> Take for example OpenCLAda: The user of the library should be able to
> choose which version of the OpenCL API he wants to use (1.0, 1.1, …).
> This choice should result in subroutines added in newer versions not
> being available.

Use a configuration management system (I recommend monotone) to maintain
versions of the Ada code that match the versions of OpenCL.

When you fix a bug in version 1.0, propagate the changes to 1.1 ...

That mimics the actual development of OpenCL; that's what CM systems are
for.

This is "massive code duplication", but it is manageable with any
decent CM system.

-- 
-- Stephe


  parent reply	other threads:[~2013-12-08 20:00 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-05 20:13 Exclude parts of a package Felix Krause
2013-12-06  1:58 ` gautier_niouzes
2013-12-06  7:51 ` Chris Moore
2013-12-06  8:04 ` playerdark
2013-12-06 11:14 ` Brian Drummond
2013-12-06 11:14 ` Brian Drummond
2013-12-06 11:41 ` Brian Drummond
2013-12-06 20:48   ` Felix Krause
2013-12-06 21:27     ` Shark8
2013-12-07  8:41       ` Felix Krause
2013-12-07 11:55         ` Brian Drummond
2013-12-08 20:00 ` Stephen Leake [this message]
2013-12-12 14:30   ` Marius Amado-Alves
2013-12-13 13:16     ` Felix Krause
2013-12-13 16:17     ` Stephen Leake
2014-01-02 15:06       ` Marius Amado-Alves
2014-01-02 15:07       ` Marius Amado-Alves
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox