summaryrefslogtreecommitdiff
path: root/spec/ruby/optional/capi/ext/rbasic_spec.c
AgeCommit message (Collapse)Author
2021-01-27Taint flags has been deprecated in 3.1Nobuyoshi Nakada
2020-09-25should not check taint flag on rubyspec.Koichi Sasada
Now taint flag is obsolete and it is used fro shareaable flag. So we should not check this flag. Notes: Merged: https://github.com/ruby/ruby/pull/3575
2020-07-15RBasci::flags (VALUE) doesn't match int.Koichi Sasada
The type of RBasic::flags is VALUE, and INT2FIX(flags) does not make sense. Use correct type to represent.
2020-05-03Show unreserved bits onlyNobuyoshi Nakada
`RUBY_FL_SEEN_OBJ_ID` can be set by #object_id.
2020-05-02append newline at EOF [ci skip]Nobuyoshi Nakada
2020-05-02Update to ruby/spec@d394dfdBenoit Daloze