I found it. On Thu, Apr 2, 2009 at 9:04 AM, Craig Neuwirt <[email protected]> wrote:
> Gonna try and try this out. I can see SaveAssembly, but not EmitAssembly. > Is that in a different namespace from the others? > > > On Sat, Mar 28, 2009 at 1:47 PM, Ayende Rahien <[email protected]> wrote: > >> Please note that this will not do a full validation.a = "" >> a = 1 >> >> will compile, for example. >> member resolution will not be done, etc. >> The best solution, now that I think about it, is to use remove the >> EmitAssembly and SaveAssembly from the compiler pipeline >> that way we process it normally, including all the error checking, but we >> don't have to load the assembly. >> >> BTW, >> Can you tell me why you need this? >> >> >> On Fri, Mar 27, 2009 at 7:04 PM, Craig Neuwirt <[email protected]>wrote: >> >>> Great! I'll give it a try >>> >>> thanks Ayende >>> >>> >>> On Fri, Mar 27, 2009 at 6:29 PM, Ayende Rahien <[email protected]>wrote: >>> >>>> BooParser.Parse will give you a pretty good indication on that. >>>> >>>> >>>> On Wed, Mar 25, 2009 at 4:34 PM, Craig Neuwirt <[email protected]>wrote: >>>> >>>>> Is it possible to determine if a dsl is valid without loading the >>>>> Assembly in the current AppDomain or creating a new AppDomain? >>>>> Basically, I >>>>> just want to verify the syntax is valid >>>>> >>>>> thanks, >>>>> craig >>>>> >>>>> >>>>> >>>> >>>> >>>> >>> >>> >>> >> >> >> >> > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
