Computing Reviews
Today's Issue Hot Topics Search Browse Recommended My Account Log In
Review Help
Search
Version control and separate compilation in Ada
Dausmann M.  Ada-components: libraries and tools (, Stockholm, Sweden, May 26-28, 1987)1701987.Type:Proceedings
Date Reviewed: Jan 1 1989

It is common that parts of a large program will both be revised many times and exist in multiple variants at any one time (for different hardware versions, different speed/capacity tradeoffs, etc.). Furthermore, a particular version or variant of one part may depend on certain versions or variants of another part. Keeping track of the actual combinations in delivered versions of the program, and knowing what combinations are allowed, is often a critical and difficult task for the project administrator.

This paper reviews the problem and outlines some solutions within the context of the Ada programming language. Ada provides a clear language concept of the “compilation unit,” which would be the natural part for which to keep variant and revision histories. Ada is only a programming language, however, and so does not (and should not) dictate a regime for version control. Its aim instead is to leave the implementor as much flexibility as possible, given minimal requirements for compiler-enforced compatibility dependencies between compilation units. Consequently, a simple-minded implementation needs to provide means for keeping track of only a single variant of the latest revision of each unit. The main thrust of the paper is what a more ambitious implementation could do.

The paper defines the problem in the Ada context, describes extra information that would be of assistance in version control, and discusses the effects of the library structure and of recompilations. There is also a review of related work in other languages and of problems still to be solved.

The paper satisfies the promises of its title. I would have preferred more on library structure and on the issue of when a recompilation represents a revision and not simply the obsolescence of a throwaway debug version, but clearly the author was constrained by the limitations of a conference presentation. English is not the author’s mother tongue, so we get errors such as “parts…is,” but in general it was easy to grasp his intent.

In summary, the paper is a useful introduction to version control in Ada for a general audience.

Reviewer:  Kit Lester Review #: CR112738
Bookmark and Share
 
Version Control (D.2.7 ... )
 
 
Ada (D.3.2 ... )
 
 
Compilers (D.3.4 ... )
 
 
Software Libraries (D.2.2 ... )
 
Would you recommend this review?
yes
no
Other reviews under "Version Control": Date
Distributed version management for read-only actions
Weihl W. IEEE Transactions on Software Engineering 13(1): 55-64, 1987. Type: Article
Jan 1 1988
RCS--a system for version control
Tichy W. (ed) Software--Practice & Experience 15(7): 637-654, 1985. Type: Article
Apr 1 1986
Program integration for languages with procedure calls
Binkley D., Horwitz S., Reps T. Journal of Algebraic Combinatorics: An International Journal 4(1): 3-35, 1995. Type: Article
Mar 1 1996
more...

E-Mail This Printer-Friendly
Send Your Comments
Contact Us
Reproduction in whole or in part without permission is prohibited.   Copyright 1999-2024 ThinkLoud®
Terms of Use
| Privacy Policy