usrb...@yahoo.com
unread,Mar 30, 2013, 12:33:33 PM3/30/13Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to a...@chromium.org, sligh...@google.com, traceur-comp...@googlegroups.com, re...@codereview-hr.appspotmail.com
Note: I'm just cleaning out old issues. New patches will go through
github once I get up to speed on it.
----
Patch order at a glance:
Add isStopIteration to '@iter' module. Update the tests to use it.
https://codereview.appspot.com/7610045/
## you are here
Fix setting of StopIteration and GeneratorReturn.
https://codereview.appspot.com/7757044/
----
#--cut--
dl_check() {
local f=$(basename $1)
test -e $f || curl -sO $1
openssl sha1 < $f | grep -q "= $2" && return 0
echo sha1 mismatch! && return 1
}
git checkout 4b95bde73a18eb81 # last merge with branch master
git checkout -b issue7757044-stopiteration-fix
dl_check
https://codereview.appspot.com/download/issue7610045_3001.diff
\
f6fe7fd74cd4e6a7 && git apply issue7610045_3001.diff && make test
#git commit -m issue7610045_3001.diff
## force test-list remake since we're about to add a test.
rm test/test-list.js
## you are here
dl_check
https://codereview.appspot.com/download/issue7757044_10001.diff
\
56c03866b252d5c9 && git apply issue7757044_10001.diff && make test
#git commit -m issue7757044_10001.diff
## To undo all the above repo changes
#git reset --hard
#git checkout master
#git branch -D issue7757044-stopiteration-fix
#--cut--
https://codereview.appspot.com/7757044/