Nobuyoshi Nakada
|
69ce154d6e
|
FL_USER flags on ohter than T_DATA are reserved [Misc #18059]
|
2021-09-25 15:38:38 +09:00 |
|
Nobuyoshi Nakada
|
b409a34b41
|
Taint flags has been deprecated in 3.1
|
2021-01-27 14:45:31 +09:00 |
|
Koichi Sasada
|
fde136152e
|
should not check taint flag on rubyspec.
Now taint flag is obsolete and it is used fro shareaable flag.
So we should not check this flag.
|
2020-09-25 12:52:53 +09:00 |
|
Koichi Sasada
|
c25d249e63
|
RBasci::flags (VALUE) doesn't match int.
The type of RBasic::flags is VALUE, and INT2FIX(flags) does not
make sense. Use correct type to represent.
|
2020-07-15 13:36:38 +09:00 |
|
Nobuyoshi Nakada
|
8af098b40e
|
Show unreserved bits only
`RUBY_FL_SEEN_OBJ_ID` can be set by #object_id.
|
2020-05-03 14:36:56 +09:00 |
|
Nobuyoshi Nakada
|
e964f67b89
|
append newline at EOF [ci skip]
|
2020-05-02 23:15:00 +09:00 |
|
Benoit Daloze
|
c9213aa864
|
Update to ruby/spec@d394dfd
|
2020-05-02 16:03:14 +02:00 |
|