Navigation Menu

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

5.22.1 blockers #14753

Closed
p5pRT opened this issue Jun 12, 2015 · 20 comments
Closed

5.22.1 blockers #14753

p5pRT opened this issue Jun 12, 2015 · 20 comments

Comments

@p5pRT
Copy link

p5pRT commented Jun 12, 2015

Migrated from rt.perl.org#125394 (status was 'resolved')

Searchable as RT125394$

@p5pRT
Copy link
Author

p5pRT commented Jun 12, 2015

From @steve-m-hay

Blockers for 5.22.1

@p5pRT
Copy link
Author

p5pRT commented Jun 12, 2015

From @steve-m-hay

There is no ticket for it, but I'm just noting here (until new voting files are sorted out) that JDB has nominated

http​://perl5.git.perl.org/perl.git/commit/16ac183d95cef3f9028737e9949a7e78a750c9fe

for inclusion in 5.22.1.

@p5pRT
Copy link
Author

p5pRT commented Jun 12, 2015

From [Unknown Contact. See original ticket]

There is no ticket for it, but I'm just noting here (until new voting files are sorted out) that JDB has nominated

http​://perl5.git.perl.org/perl.git/commit/16ac183d95cef3f9028737e9949a7e78a750c9fe

for inclusion in 5.22.1.

@p5pRT
Copy link
Author

p5pRT commented Aug 3, 2015

From @jhi

I'd like to note two INSTALL tweaks related to quadmath​:

b7ce25d
9380394

@p5pRT
Copy link
Author

p5pRT commented Aug 3, 2015

From [Unknown Contact. See original ticket]

I'd like to note two INSTALL tweaks related to quadmath​:

b7ce25d
9380394

@p5pRT
Copy link
Author

p5pRT commented Aug 3, 2015

From @jhi

Some more commits of mine, doc-like​:

23ce015 - important Tolkien quote :-)
ec610f8 - broken link
21ac16f - comment detypo
8757ed9 - comment cleanup
4943a71 - perlop on negative shiftees

Small code quality tweaks​:

3c9658f - pacify gcc 5.1.0
976258e - pacify clang 3.7
d1992db - there really isn't SSize_t_size, never has been

The last one is possibly debatable since it has the chance of changing behavior...

@p5pRT
Copy link
Author

p5pRT commented Aug 3, 2015

From [Unknown Contact. See original ticket]

Some more commits of mine, doc-like​:

23ce015 - important Tolkien quote :-)
ec610f8 - broken link
21ac16f - comment detypo
8757ed9 - comment cleanup
4943a71 - perlop on negative shiftees

Small code quality tweaks​:

3c9658f - pacify gcc 5.1.0
976258e - pacify clang 3.7
d1992db - there really isn't SSize_t_size, never has been

The last one is possibly debatable since it has the chance of changing behavior...

@p5pRT
Copy link
Author

p5pRT commented Aug 3, 2015

From @jhi

Some more commits of mine, doc-like​:

23ce015 - important Tolkien quote :-)
ec610f8 - broken link
21ac16f - comment detypo
8757ed9 - comment cleanup
4943a71 - perlop on negative shiftees

Small code quality tweaks​:

3c9658f - pacify gcc 5.1.0
976258e - pacify clang 3.7
d1992db - there really isn't SSize_t_size, never has been

The last one is possibly debatable since it has the chance of changing behavior...

@p5pRT
Copy link
Author

p5pRT commented Aug 3, 2015

From [Unknown Contact. See original ticket]

Some more commits of mine, doc-like​:

23ce015 - important Tolkien quote :-)
ec610f8 - broken link
21ac16f - comment detypo
8757ed9 - comment cleanup
4943a71 - perlop on negative shiftees

Small code quality tweaks​:

3c9658f - pacify gcc 5.1.0
976258e - pacify clang 3.7
d1992db - there really isn't SSize_t_size, never has been

The last one is possibly debatable since it has the chance of changing behavior...

@p5pRT
Copy link
Author

p5pRT commented Aug 3, 2015

From @karenetheridge

I would suggest these documentation patches (they are ordered newest to oldest)​:

* 9fcc231 Aristotle Pagaltzis perlvar​: discourage $OLD_PERL_VERSION
* 83c1fff Karen Etheridge Document $OLD_PERL_VERSION's history
* 87518e9 Karl Williamson perldata​: Change pod to reflect reality
* 4e9736a Herbert Breunung perlcommunity.pod updates
* 3f9ec86 Ricardo Signes do not try printing undef
* 256ca3d Aristotle Pagaltzis perlvar​: fix list of defaulted array operators
* f0b1ad2 Karl Williamson perlebcdic​: Fix typo
* b6d5ddf Tony Cook [perl #123264] explicitly document the return value of sysopen
* bace499 Rafael Garcia-Suarez Perl example style nit in docs for sort()
* 63602a3 Chase Whitener Prefer 'Foo->new' to 'new Foo' in examples of constructors. For​: RT #125313

@p5pRT
Copy link
Author

p5pRT commented Aug 3, 2015

The RT System itself - Status changed from 'new' to 'open'

@p5pRT
Copy link
Author

p5pRT commented Aug 9, 2015

From @jhi

Actual bug fix (https://rt-archive.perl.org/perl5/Ticket/Display.html?id=125633)

5488d37 - fix for "double-double" printf %a
5356d32 - cleanup for the above

@p5pRT
Copy link
Author

p5pRT commented Aug 21, 2015

From @jhi

Another bug fix, for "double-double long double" platforms (e.g. ppc linux)​:

09b94b1

Fixes

[perl #125669] op/pack.t failures with PPC long double (double double) builds

@p5pRT
Copy link
Author

p5pRT commented Aug 21, 2015

From [Unknown Contact. See original ticket]

Another bug fix, for "double-double long double" platforms (e.g. ppc linux)​:

09b94b1

Fixes

[perl #125669] op/pack.t failures with PPC long double (double double) builds

@p5pRT
Copy link
Author

p5pRT commented Aug 21, 2015

From @jhi

POSIX doc tweak​:

d7a0f0b

Unfortunately it seems that the very last fragment might fail to apply because of the nearby signaling nan changes (which do not belong in 5.22). If in doubt, ask me for more details.

@p5pRT
Copy link
Author

p5pRT commented Aug 21, 2015

From [Unknown Contact. See original ticket]

POSIX doc tweak​:

d7a0f0b

Unfortunately it seems that the very last fragment might fail to apply because of the nearby signaling nan changes (which do not belong in 5.22). If in doubt, ask me for more details.

@p5pRT
Copy link
Author

p5pRT commented Sep 3, 2015

From @jhi

8c1ed85 - a malformed #ifdef

(Fix rationale​: can break builds in some environments.)

Might not apply cleanly to 5.22 since surroundings have moved, feel free to ask me for assistance.

@p5pRT
Copy link
Author

p5pRT commented Sep 3, 2015

From [Unknown Contact. See original ticket]

8c1ed85 - a malformed #ifdef

(Fix rationale​: can break builds in some environments.)

Might not apply cleanly to 5.22 since surroundings have moved, feel free to ask me for assistance.

@p5pRT
Copy link
Author

p5pRT commented Dec 15, 2015

From @steve-m-hay

5.22.1 is released. No unresolved tickets were left here, so closing now.

@p5pRT p5pRT closed this as completed Dec 15, 2015
@p5pRT
Copy link
Author

p5pRT commented Dec 15, 2015

@steve-m-hay - Status changed from 'open' to 'resolved'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant