-
Notifications
You must be signed in to change notification settings - Fork 8
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
Blead to 710 prototype #177
base: blead
Are you sure you want to change the base?
Conversation
Temporary disable travis and GitHub CI
(cherry picked from commit 21d681b) Signed-off-by: Nicolas R <[email protected]>
(cherry picked from commit f69f4f3) Signed-off-by: Nicolas R <[email protected]>
(cherry picked from commit 0382c61) Signed-off-by: Nicolas R <[email protected]>
(cherry picked from commit a1e82ab) Signed-off-by: Nicolas R <[email protected]>
./perl -Ilib Porting/bump-perl-version -i 5.32.0 7.0.0
This moves things from vutil.h, and into handy.h; this is required for v7 (cherry picked from commit 9b6e951) Signed-off-by: Nicolas R <[email protected]>
This is fixing lib/perl5db.t
Note: also pull the 5.033001 changes so it will be easier to resolve conflict later.
We will probably be getting a lot of core dumps, especially on threaded builds, until we have a better grasp on their problems. We don't really need to have 'git status' nag us about them. (cherry picked from commit 76b3236) Signed-off-by: Nicolas R <[email protected]>
This changes from Devel-PPPort is adding support for Perl 7.0 and fixes the testsuite with a Perl 7.0.0 binary.
These modules should have been bump earlier. This is fixig porting/cmp_version.t
@@ -0,0 +1,55 @@ | |||
name: lite |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is going to be removed from the final commit
@@ -47,23 +48,23 @@ addons: | |||
- zlib1g-dev | |||
- libbz2-dev | |||
|
|||
notifications: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
would be restored
@@ -22,15 +22,16 @@ env: | |||
- CONFIGURE_ARGS='-Uusethreads' | |||
- CONFIGURE_ARGS='-Dusethreads' | |||
# test scripts can be sensitive to PERL_UNICODE, and check long doubles | |||
- CONFIGURE_ARGS='-Duseshrplib -Dusesitecustomize -Duselongdouble' PERL_UNICODE='' LANG='en_US.UTF-8' | |||
#- CONFIGURE_ARGS='-Duseshrplib -Dusesitecustomize -Duselongdouble' PERL_UNICODE='' LANG='en_US.UTF-8' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
would be restored
view semver.org for more informations
Use semantic version for Perl
used for review/comments
I plan to squash and cleanup this branch