yarv-dev-en:280
From: "Meinrad Recheis" <meinrad.recheis gmail.com>
Date: Mon, 5 Mar 2007 21:03:10 +0100
Subject: [yarv-dev-en:280] multiple VMs in a process?
dear YARV enthusiasts,
1)
i am evalutating YARV as embedded interpreter for my business
solutions and the first thing i need to know is how to embed multiple
interpreters in a single process. how would this to be done?
2)
there is an issue in latest yarvs irb in locale.rb
def search_file(path, file)
if File.exists?(p1 = path + lc_path(file, "C"))
if File.exists?(p2 = path + lc_path(file))
return p2
else
end
return p1
else
end
nil
end
it should be File.exist? instead of File.exists?
3)
i did check out the latest revision from yarv trunk and it compiled
well on my machine (intel 32 / win32)
on annother machine of mine (AMD 64 dual core / win32) it compiled but
then miniruby.exe crashes on a call to IO.popen during configuration
tasks at the end. any clues?
If you are interested I will reproduce the crash and send it in.
thanks in advance,
-- henon
--
ML: yarv-dev-en quickml.atdot.net
Info: http://www.atdot.net/~ko1/quickml
-> 280 2007-03-06 05:03 [meinrad.recheis gmai] multiple VMs in a process? 284 2007-03-08 06:14 ┣[ruby-forum-incoming ] 287 2007-03-21 21:55 ┃┗[ko1 atdot.net ] 286 2007-03-21 21:54 ┗[ko1 atdot.net ]