PyPy 15.11 release is imminent

I claim at least a part of the jitted code change is a fluke. A part is due to disabling of retracing, which never worked properly as far as I know anyway, we'll reenable that somehow at some point. I would not put it in the release announcement. On Fri, Oct 16, 2015 at 2:33 PM, Matti Picus <matti.picus@gmail.com> wrote:

On Sat, Oct 17, 2015 at 11:57 AM, Armin Rigo <arigo@tunes.org> wrote:
I don't see the reason then. You can't jump back to plain versions. I used to do this versioning, but then realized that if I do major API break or just commit something huge, nobody will get the idea. -- anatoly t.

On Sunday, 18 October 2015 08:34:43 anatoly techtonik wrote:
I agree, I prefer to use semantic versioning (see http://semver.org/). Not sure if it is too late but has this been considered, and rejected?

..........
I agree, I prefer to use semantic versioning (see http://semver.org/). Not sure if it is too late but has this been considered, and rejected?
...... I think the intention is just year:month, but how does this relate to the python version semantics ie does 15.11 support 2.7 only? -- Robin Becker

why using yy.mm instead of just a single increasing int number like Chrome? To avoid confusions, we should probably skip pypy 3 and start releasing from pypy 4. It looks just simpler than 15.11 and friends to me. ciao, Anto On Fri, Oct 16, 2015 at 7:12 AM, Matti Picus <matti.picus@gmail.com> wrote:

I claim at least a part of the jitted code change is a fluke. A part is due to disabling of retracing, which never worked properly as far as I know anyway, we'll reenable that somehow at some point. I would not put it in the release announcement. On Fri, Oct 16, 2015 at 2:33 PM, Matti Picus <matti.picus@gmail.com> wrote:

On Sat, Oct 17, 2015 at 11:57 AM, Armin Rigo <arigo@tunes.org> wrote:
I don't see the reason then. You can't jump back to plain versions. I used to do this versioning, but then realized that if I do major API break or just commit something huge, nobody will get the idea. -- anatoly t.

On Sunday, 18 October 2015 08:34:43 anatoly techtonik wrote:
I agree, I prefer to use semantic versioning (see http://semver.org/). Not sure if it is too late but has this been considered, and rejected?

..........
I agree, I prefer to use semantic versioning (see http://semver.org/). Not sure if it is too late but has this been considered, and rejected?
...... I think the intention is just year:month, but how does this relate to the python version semantics ie does 15.11 support 2.7 only? -- Robin Becker

why using yy.mm instead of just a single increasing int number like Chrome? To avoid confusions, we should probably skip pypy 3 and start releasing from pypy 4. It looks just simpler than 15.11 and friends to me. ciao, Anto On Fri, Oct 16, 2015 at 7:12 AM, Matti Picus <matti.picus@gmail.com> wrote:
participants (10)
-
Alexander Walters
-
anatoly techtonik
-
Antonio Cuni
-
Armin Rigo
-
David Naylor
-
Maciej Fijalkowski
-
Matti Picus
-
Phyo Arkar
-
Robin Becker
-
Yury V. Zaytsev