-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* NEWS: Update for lazy size evaluation [Feature ruby#6636]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37526 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- Loading branch information
Showing
2 changed files
with
38 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,30 @@ | ||
Wed Nov 7 02:06:40 2012 Marc-Andre Lafortune <[email protected]> | ||
|
||
* enumerator.c: New method #size; constructor accepts size. | ||
Have #to_enum accept a block | ||
Warn when using deprecated form of constructor | ||
Support #size for enumerators created from enumerators | ||
Support for lazy.{map|flat_map|...}.size. | ||
|
||
* include/ruby/intern.h: RETURN_SIZED_ENUMERATOR for support of | ||
sized enumerators. | ||
|
||
* array.c: Support for various enumerator.size. | ||
|
||
* enum.c: ditto. | ||
|
||
* hash.c: ditto. | ||
|
||
* numeric.c: ditto. | ||
|
||
* range.c: ditto. | ||
|
||
* string.c: ditto. | ||
|
||
* struct.c: ditto. | ||
|
||
* vm_eval.c: ditto. | ||
|
||
Tue Nov 6 20:40:28 2012 Aaron Patterson <[email protected]> | ||
|
||
* object.c (rb_mod_const_get): Fix constant missing exception class | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters