We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 391b8c3 commit 3b90363Copy full SHA for 3b90363
ChangeLog
@@ -1,3 +1,8 @@
1
+Fri Sep 18 07:39:22 2015 Aaron Patterson <tenderlove@ruby-lang.org>
2
+
3
+ * ext/objspace/objspace_dump.c (obj_type): add IMEMO types to the heap
4
+ dump information.
5
6
Thu Sep 17 22:33:07 2015 SHIBATA Hiroshi <hsbt@ruby-lang.org>
7
8
* common.mk: fix command error with outside builddir.
ext/objspace/objspace_dump.c
@@ -116,6 +116,7 @@ obj_type(VALUE obj)
116
CASE_TYPE(SYMBOL);
117
CASE_TYPE(RATIONAL);
118
CASE_TYPE(COMPLEX);
119
+ CASE_TYPE(IMEMO);
120
CASE_TYPE(UNDEF);
121
CASE_TYPE(NODE);
122
CASE_TYPE(ZOMBIE);
0 commit comments