Issue Type: New Feature New Feature
Affects Versions: JRuby 1.7.0.pre2
Assignee: Unassigned
Components: Core Classes/Modules, Embedding, Java Integration, Parser
Created: 12/Aug/12 5:30 PM
Description:

This is a case from Ruboto, but research shows it surfaces regularly. How can I send a block of Ruby code to a Java receiver without using a direct reference?

We can send the code as a string, and that is ok, but the code is then not parsed and analysed for syntax and semantic errors in the editor or the runtime.

We do not need the local binding in our case. We only use it to define methods on the receiving end.

The initial naive effort was to serialize RubyProc. Is that viable?

Any ideas?

Fix Versions: JRuby 1.7.0.RC1
Project: JRuby
Priority: Major Major
Reporter: Uwe Kubosch
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
--------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

Reply via email to