mailing list of musl libc
 help / color / mirror / code / Atom feed
From: Rich Felker <dalias@libc.org>
To: musl@lists.openwall.com
Subject: Re: call it musl 1.2.0?
Date: Fri, 9 Aug 2019 11:54:15 -0400	[thread overview]
Message-ID: <20190809155415.GI9017@brightrain.aerifal.cx> (raw)
In-Reply-To: <CAMKF1srC7RDnYuA2dNsUGR+d0QxjvOXTsB9rHtDUEnGfp7JJoQ@mail.gmail.com>

On Fri, Aug 09, 2019 at 08:30:03AM -0700, Khem Raj wrote:
> On Thu, Aug 8, 2019 at 10:48 PM Rich Felker <dalias@libc.org> wrote:
> >
> > An idea crossed my mind today regarding the time64 conversion: should
> > we call the first release with it switched over musl 1.2.0 instead of
> > 1.1.25? This would both reflect that there's something ABI-significant
> > (and a big functional milestone) about the release, and would admit
> > keeping a 1.1.x branch around for a while with backports of any major
> > bug fixes, since there will probably be some users hesitant to switch
> > over to 64-bit time_t right away before it's well-tested.
> >
> 
> I like the idea.

Thanks for the feedback!

> what do you think about 2.0

I generally don't like version inflation, and to me major versions
still signify heavy, usually-incompatible changes. time64 is a big
deal for preserving the long-term viability of the platform, but it's
not something users will immediately get new or different outward
behavior out of. If anything, in the short term it's going to be a bit
of a headache, fixing code making bad assumptions like ability to use
syscalls with time arguments directly or even just stuff using %ld to
format time_t values.

What I might envision for a "2.0" is a refactorization of library to
kernel glue and reorganization of directory structure that makes musl
capable of filling more of a newlib-like role. I'm still not even sure
if it makes sense to do that, but I'm using it here as an example of
the scope/order of magnitude.

Rich


      reply	other threads:[~2019-08-09 15:54 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-08-09  5:48 Rich Felker
2019-08-09 15:30 ` Khem Raj
2019-08-09 15:54   ` Rich Felker [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190809155415.GI9017@brightrain.aerifal.cx \
    --to=dalias@libc.org \
    --cc=musl@lists.openwall.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).