Re: Rob's going to hate me... (Remainder bug)
- Posted by Derek Parnell <ddparnell at bigpond.com> Nov 08, 2003
- 588 views
----- Original Message ----- From: "Urzumph" <Urzumph at HotPOP.com> To: <EUforum at topica.com> Subject: Re: Rob's going to hate me... (Remainder bug) > > > > Don't lol too hard. > > Your first one wasn't a bug, and neither is this one. > > As far as I am concerned, the first one WAS a bug. If someone wants to > include the same file twice within their program, and have them act as > two completely seperate copies of the same file, they should be able to > - and the only concieveable way I can see of refering to them seperately > is by usage of the namespace function. I re-wrote my include file so it > handled being initated twice differently, but the point is, I should > have been able to do it that way. > > And this one IS a bug, just not a bug with euphoria :P The definition of BUG that I use is "an implementation that does not conform to the designer's specifications". Thus I do not see this as a bug, anymore than 'goto' not being supported is a bug. Not that I'm saying that a way of multiple 'include'-ing file is a bad thing. I would support a new key word, like 'insert', to implement this concept though and leave 'include' alone. -- Derek