Ok well that answered my question about whether this functionality was already in the libary. Ill have a dig around in the source and see how it all hangs together.
Out of interest, if I create an in memory impl it worth submitting a patch or is there a reason this functionality has been left out of the lib? Date: Mon, 5 Apr 2010 09:49:24 +0300 Subject: Re: [rhino-tools-dev] Rhino.DSL create a DSL from a string input From: [email protected] To: [email protected] This is certainly possible, yes.You can create an in memory implementation of IDslEngineStorage , which would allow you to continue using the cache. On Mon, Apr 5, 2010 at 1:15 AM, Chris <[email protected]> wrote: Hi, I'm looking at Rhino.DSL and I wonder if there is any way to instantiate a registered DSL instance type based upon a string input instead of a file path? I understand that Rhino.DSL handles caching of generated boo assemblies and I guess the filename is some kind of cache key here, so this may not be possible here. Cheers, Chris. -- You received this message because you are subscribed to the Google Groups "Rhino Tools Dev" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rhino-tools-dev?hl=en. -- You received this message because you are subscribed to the Google Groups "Rhino Tools Dev" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rhino-tools-dev?hl=en. _________________________________________________________________ http://clk.atdmt.com/UKM/go/195013117/direct/01/ -- You received this message because you are subscribed to the Google Groups "Rhino Tools Dev" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rhino-tools-dev?hl=en.
