Actions
Feature #5174
closedExport ruby_init_prelude()
Description
Please export ruby_init_prelude() so that ruby embedded applications such as mod_ruby can call it without calling ruby_options().
Files
Updated by unexist (Christoph Kappel) about 13 years ago
That would be really helpful! I know that ruby wasn't meant for embedding, but it makes life easier for embedders with just minor changes.
Updated by shyouhei (Shyouhei Urabe) over 12 years ago
- Status changed from Open to Assigned
Updated by mame (Yusuke Endoh) almost 12 years ago
- Target version changed from 2.0.0 to 2.6
Updated by nobu (Nobuyoshi Nakada) almost 12 years ago
- Status changed from Assigned to Feedback
I don't think exporting it is a nice idea.
What's wrong with ruby_options(0, 0)?
Updated by gfim (Graham Menhennitt) almost 12 years ago
Unfortunately, ruby_options(0, 0) causes a SEGV in 1.9.3p327. The crash has been fixed ([Bug #7423]), but I don't think that ruby_options(0, 0) works correctly. It causes the embedded Ruby interpreter to read from standard input (the same as if you just typed "ruby" at a command prompt). I agree that ruby_options(0, 0) would be an acceptable alternative if it worked.
Actions
Like0
Like0Like0Like0Like0Like0Like0