tech-pkg archive

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

Re: [RFC] Ruby version handling changes



"OBATA Akio" <obata%lins.jp@localhost> writes:

> +# RUBY_VERSIONS_ACCEPTED
>  #      The Ruby versions that are acceptable for the package.
>  #
>  #              Possible values: 18 193 200 21
>  #              Default: 200 193 18 21

This is an ordered list, it seems.   Perhaps that's really obvious, but
it would be nice to have a comment explaining that the user's default is
used if it's in the list, and otherwise the first one (filtered by
versions that are missing on this platform??).

> -RUBY_VERSION_SUPPORTED?= 200 193 18 21
> +RUBY_VERSIONS_ACCEPTED?= ${RUBY_VERSION_SUPPORTED:U200 193 18 21}
> +RUBY_VERSIONS_INCOMPATIBLE?=   # empty

Presumably there should be a warning for use of a deprecated variable.
Or, it could be in pkglint.

Attachment: pgp0aX7x8qUIe.pgp
Description: PGP signature



Home | Main Index | Thread Index | Old Index