[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 1/1] Factor out a common pattern into a procedure.
From: |
Ian Denhardt |
Subject: |
Re: [PATCH 1/1] Factor out a common pattern into a procedure. |
Date: |
Sun, 19 Oct 2014 17:12:17 -0400 |
User-agent: |
alot/0.3.6 |
Quoting Ludovic Courtès (2014-10-19 16:24:17)
> Ian Denhardt <address@hidden> skribis:
>
> > How about this: separate it out into to functions: version-prefix, which
> > is the same as what I have now, but takes a (mandatory) argument
> > specifying the number of fields, and feature-version, which is defined
> > like:
> >
> > (define (feature-version version) (version-prefix version 2))
> >
> > ..with an appropriate docstring explaining the use case. Thoughts?
>
> Sounds good to me, although I’d rather call ‘feature-version’, say,
> ‘version-major+minor’, on the grounds that the semantics of version
> numbers are specific to each project. Mark?
Sounds good to me; I'll update the patch soon.
-Ian
signature.asc
Description: signature
Re: [PATCH 1/1] Factor out a common pattern into a procedure., Mark H Weaver, 2014/10/19
Re: [PATCH 0/1] *** SUBJECT HERE ***, Ian Denhardt, 2014/10/18