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

closure At initialization time upper is not necessarily initialized #397

Merged
merged 4 commits into from
Nov 5, 2018

Conversation

pyama86
Copy link
Collaborator

@pyama86 pyama86 commented Nov 3, 2018

Pull-Request Check List

ref: #350

@pyama86 pyama86 changed the title Add test for enable iv of v2 closure At initialization time upper is not necessarily initialized Nov 3, 2018
@matsumotory
Copy link
Owner

Thanks! I'll merge this after CI succeeds.

pyama86 added 3 commits November 4, 2018 00:55
d9e25325 Remove reserved symbols for now.
9c5e2864 Merge pull request #4151 from take-cheeze/remove_op_symidx
788e4388 Merge branch 'take-cheeze-fix_dump_load'
57a435aa Suppress warning
659c680a Fix dump and load with endianess
0419f079 Add `NULL` checks for `mrb->ci` and `proc->upeer`; #4024
f2084f30 Add tests for empty patterns for `tr` and `count`; #4156 #4157
8e596956 Empty pattern string for `String#tr` should remove characters; fix #4157
65b04066 Empty pattern string can generate `TR_UNINITIALIZED` pattern; fix #4156
7ad53273 Silence Appveyor's VC compilation warnings.
d68da042 The `env` object referenced from fibers may be freed; fix #4154
830321fe Merge pull request #4155 from mimaki/fix-4153
73727aeb Fixed a bug in INIT_DISPATCH for non direct threading; fix #4153
31eb5f4e Merge pull request #4152 from take-cheeze/build_debug_flag
cca5e097 VS 2017 C does not understand inline struct initialization; ref #4153
08bd0954 Add debug flag to `MRuby::Build`
6a6586ca Reduce unnecessary symbol table entry
486c9d90 Fix codedumper
7d51a7bb Fix document
557805da Fix operator
68714ab6 Fix SEGV
e0220803 Define null symbol
3248de83 Reduce instruction size
eebb5671 Merge pull request #4149 from take-cheeze/static_tr_pattern
ae5463c9 Merge pull request #4148 from take-cheeze/rename_libmruby_stuff
63fade13 Merge pull request #4147 from take-cheeze/add_missing_dep
a7e42a20 Merge pull request #4146 from take-cheeze/sup_sleep_warn
c7327c84 Merge pull request #4145 from take-cheeze/sort_test_rbfiles
b37b3120 Rename libmruby stuff to avoid confusion
c240aead Add missing dependency of source code generator
1b185f08 Suppress sleep test script warning
ac512e9d Sort test script list too
52d55e60 Keep tr_pattern static
fa33a4d7 We need no write barrier here; ref #4143
3dc3643e Marking from terminated fibers are not needed; ref #4143
34872e90 Re-implement `Array#_inspect` and `Hash#_inspect` without blocks.
dffa203d Need to mark shared env objects as `MRB_TT_FREE`; fix #4143
7ff84789 Add argument check to `Array#clear`; fix #4144
b3a181aa Fixed a bug in processing `OP_EXT?` instructions.
80b5a56f Need to freeze string keys.
e89676a6 Merge pull request #4142 from iij/mergesort
91444c47 replace quicksort with mergesort.

git-subtree-dir: mruby
git-subtree-split: d9e253255218b04fd54a55980c4d8b6d61b1697c
@matsumotory matsumotory merged commit c10ed4a into master Nov 5, 2018
@matsumotory matsumotory deleted the support-iv branch November 5, 2018 15:48
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

Successfully merging this pull request may close these issues.

2 participants