Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Commit 72dafc5

Browse files
author
Reini Urban
committed
Release cperl-5.24.0-RC3
1 parent 9684ef2 commit 72dafc5

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

STATUS.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ someone else to allow it.
1414
Currently it is about 1.5x faster than perl5.22 overall, >2x faster
1515
then 5.14 and uses the least amount of memory measured since 5.6,
1616
i.e. less than 5.10 and 5.6.2, which were the previous leaders. While
17-
perl5.22 uses the most memory yet measured. cperl-5.24 is about 2x faster
17+
perl5.22 uses the most memory yet measured. cperl 5.24 is about 2x faster
1818
than 5.22.
1919

2020
But not all of the wanted features are merged. The plan is to support
@@ -28,7 +28,7 @@ Tested and developed on linux and darwin 64bit. darwin 32bit fails
2828
on two unrelated core tests (issignaling setpayloadsig + chmod linked in).
2929

3030
The current release [5.22.3c](https://github.com/perl11/cperl/releases/)
31-
is stable. cperl-5.24.0 is planned within the next 2 weeks.
31+
is stable. cperl-5.24.0 is alomst done.
3232

3333
All tests pass. CPAN works.
3434

@@ -148,17 +148,17 @@ and install it into drive and directory `C:\cperl`.
148148

149149
See the github issues: [github.com/perl11/cperl/issues](https://github.com/perl11/cperl/issues)
150150

151-
The perl debugger is unstable with signatures, and tailcalls (AUTOLOAD).
151+
The perl debugger is unstable with signatures and tailcalls (AUTOLOAD).
152152

153-
The CPAN modules Scope::Upper and autovivification have no patches yet.
153+
The CPAN modules Scope::Upper and autovivification have no patches for 5.24.0c yet.
154154

155155
# FAQ
156156

157157
## Test::More::skip errors
158158

159159
**skip** has the historical problem of mixed up arguments of `$why`
160160
and `$count`, so those arguments are now stricter typed to catch all
161-
wrong arguments.
161+
wrong arguments. At compile-time.
162162

163163
When you use one or two args for `Test::More::skip()`, they need to
164164
properly typed.
@@ -291,17 +291,18 @@ They also revert some wrong decisions p5p already made.
291291

292292
[code](http://github.com/perl11/cperl/commits/feature/gh24-new-hash-table)
293293

294-
lots of small attempts, but still too hairy. needs a complete hash rewrite probably.
294+
lots of small attempts, but still too hairy. needs a complete hash table rewrite.
295295

296296
* [feature/gh16-multi](https://github.com/perl11/cperl/issues/16)
297297

298298
[code](http://github.com/perl11/cperl/commits/feature/gh16-multi)
299299

300-
class, method and multi keywords but no dispatch, subtyping and type checks yet. in work.
300+
class, method and multi keywords but no dispatch, subtyping and type checks yet.
301+
in work.
301302

302303
## Soon
303304

304-
* user facing types and classes, multiple dispatch (fast for binary, slow for mega)
305+
* user facing classes, multiple dispatch (fast for binary, slow for mega)
305306

306307
* builtin macros
307308

pod/perlhist.pod

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -594,6 +594,7 @@ the strings?).
594594

595595
rurban 5.24.0c-RC1 2016-Jun-08 cperl 5.24
596596
rurban 5.24.0c-RC2 2016-Jun-17
597+
rurban 5.24.0c-RC3 2016-Jun-22
597598

598599
Ricardo 5.25.0 2016-May-09 The 5.25 development track
599600
Sawyer X 5.25.1 2016-May-20

0 commit comments

Comments
 (0)