From: Eric B. R. <eb...@tc...> - 2003-02-12 20:12:32
|
On Wednesday, February 12, 2003, at 02:58 PM, Lane Sharman wrote: > Does anyone know if eric's concern will about passing unknown > directives to the stream is workable or not? > > I am in the middle of a making a significant verisign ecommerce macro > contribution to wm/macros. I would like to test both the macros and > the pass-through. #unknownDirectives and #unknownMacros are the same thing to WebMacro. There is absolutely no difference. eric > > -Lane > > Eric B. Ridge wrote: > >> On Tuesday, February 11, 2003, at 04:12 PM, Lane Sharman wrote: >> >>> ebr: >>> >>> Can you make a stab at modifying eeh so that we can try this out? >> >> >> I can, yes... when I find the time. >> >> The issue here is that EEH is used as a "runtime" thing, not a >> "buildtime" thing, so I'm not sure how it will interact with the >> BuildContext (if it all). >> >> Assuming I can work that out, I guess we want: >> CrankyEEH to *always* throw on #unknown directives >> DefaultEEH to *always* pass #unknown directives to the stream as >> string literals >> MarcEEH to do whatever Marc wants, to be written by him. :) >> >> eric >> >>> >>> -l >>> >>> Eric B. Ridge wrote: >>> >>>> On Tuesday, February 11, 2003, at 03:35 PM, Brian Goetz wrote: >>>> >>>>>> This problem is elegantly solved thru the introduction of a >>>>>> property, >>>>>> StrictDirectiveTypeChecking. Invariably, there will be times when >>>>>> you >>>>>> cannot "include as text" a DW file because you will want to add >>>>>> some WM >>>>>> var reference to it! >>>>> >>>>> >>>>> >>>>> I'd rather see "strict directive checking" rolled in with other >>>>> forms >>>>> of strict checking (like the Cranky EEH), rather than have seven >>>>> different >>>>> things a user would have to do to get strict checking. >>>> >>>> >>>> >>>> Better yet (maybe), roll this thing through EEH... if that's even >>>> possible. >>>> >>>> eric >>>> >>>> >>>> >>>> ------------------------------------------------------- >>>> This SF.NET email is sponsored by: >>>> SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! >>>> http://www.vasoftware.com >>>> _______________________________________________ >>>> Webmacro-devel mailing list >>>> Web...@li... >>>> https://lists.sourceforge.net/lists/listinfo/webmacro-devel >>>> >>> >>> -- >>> Lane Sharman >>> http://opendoors.com Conga, GoodTimes and Application Hosting >>> Services >>> http://opendoors.com/lane.pdf BIO >>> >>> >>> >>> >>> >>> >>> ------------------------------------------------------- >>> This SF.NET email is sponsored by: >>> SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! >>> http://www.vasoftware.com >>> _______________________________________________ >>> Webmacro-devel mailing list >>> Web...@li... >>> https://lists.sourceforge.net/lists/listinfo/webmacro-devel >> >> >> >> >> ------------------------------------------------------- >> This SF.NET email is sponsored by: >> SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! >> http://www.vasoftware.com >> _______________________________________________ >> Webmacro-devel mailing list >> Web...@li... >> https://lists.sourceforge.net/lists/listinfo/webmacro-devel >> > > -- > Lane Sharman > http://opendoors.com Conga, GoodTimes and Application Hosting Services > http://opendoors.com/lane.pdf BIO > > > > |