Project

General

Profile

Actions

Feature #12639

open

Updated by nobu (Nobuyoshi Nakada) almost 9 years ago

I'm not sure if it is acceptable for rubygems to skip loaded features.

+VALUE
+rb_f_loaded_feature(VALUE obj, VALUE fname)
+{
+  return rb_provided(RSTRING_PTR(rb_str_encode_ospath(fname))) ? Qtrue : Qfalse;
+}

Why is this function global?
And the argument of RSTRING_PTR should not have side effects.

Updated by hsbt (Hiroshi SHIBATA) almost 7 years ago

  • Status changed from Open to Assigned
  • Assignee set to hsbt (Hiroshi SHIBATA)
Actions

Also available in: Atom PDF

Like0
Like0Like0