[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Relaxed STATUS voting rules for experimental features?

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Mon, 12 Feb 2018 15:00:26 +0000

The shelving functionality is experimental:

    /** Shelve a change.
     ⋮
     * @since New in 1.10.
     * @warning EXPERIMENTAL.
     */
    SVN_EXPERIMENTAL
    svn_error_t *
    svn_client_shelve(const char *name,
                      const apr_array_header_t *paths,
                      svn_depth_t depth,
                      const apr_array_header_t *changelists,
                      svn_boolean_t keep_local,
                      svn_boolean_t dry_run,
                      svn_client_ctx_t *ctx,
                      apr_pool_t *pool);

Shall we relax the STATUS voting criteria for such features?

Currently they are "three +1's"; we could relax to "two +1's".

WDYT?

Cheers,

Daniel
Received on 2018-02-12 16:00:39 CET

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.