1. commenting not work right with with

I was profiling by time, then just wanted to profile, so I commented out time
and it does this.


Daniel

ex.err
C:\IMG\fat4215.e:8
unknown with/without option
with profile--_time
                  ^

new topic     » topic index » view message » categorize

2. Re: commenting not work right with with

Daniel Kluss wrote:
> 
> 
> I was profiling by time, then just wanted to profile, so I commented out time
> and it
> does this.
> 
> 
> Daniel
> 
> ex.err
> C:\IMG\fat4215.e:8
> unknown with/without option
> with profile--_time
>                   ^
> 

Did you try placing a space between profile and --
like this:

       with profile -- _time

Bernie

My files in archive:

http://www.rapideuphoria.com/w32engin.zip
http://www.rapideuphoria.com/mixedlib.zip
http://www.rapideuphoria.com/eu_engin.zip
http://www.rapideuphoria.com/win32eru.zip

new topic     » goto parent     » topic index » view message » categorize

3. Re: commenting not work right with with

Daniel Kluss wrote:
> I was profiling by time, then just wanted to profile, so I commented out time
> and it
> does this.
> ...
>
> C:\IMG\fat4215.e:8
> unknown with/without option
> with profile--_time
>                   ^

OK, I've fixed it.
It wants to see some whitespace before the start of the comment,
but that shouldn't be required in a with/without statement.

However in an include statement:
   include myfile--comment
will correctly try to open "myfile--comment"
since that's a legal filename.

Regards,
   Rob Craig
   Rapid Deployment Software
   http://www.RapidEuphoria.com

new topic     » goto parent     » topic index » view message » categorize

4. Re: commenting not work right with with

Thanks, did you ever fix the problem with having
#!c:\euphoria\bin\exw.exe, at the top of a file, then binding it, and
it not working?



On Sat, 25 Sep 2004 18:13:52 -0700, Robert Craig
<guest at rapideuphoria.com> wrote:
> 
> posted by: Robert Craig <rds at RapidEuphoria.com>
> 
> Daniel Kluss wrote:
> > I was profiling by time, then just wanted to profile, so I commented out
> > time and it
> > does this.
> > ...
> >
> > C:\IMG\fat4215.e:8
> > unknown with/without option
> > with profile--_time
> >                   ^
> 
> OK, I've fixed it.
> It wants to see some whitespace before the start of the comment,
> but that shouldn't be required in a with/without statement.
> 
> However in an include statement:
>   include myfile--comment
> will correctly try to open "myfile--comment"
> since that's a legal filename.
> 
> Regards,
>   Rob Craig
>   Rapid Deployment Software
>   http://www.RapidEuphoria.com
> 
> 
> 
> 
>

new topic     » goto parent     » topic index » view message » categorize

5. Re: commenting not work right with with

codepilot Gmail Account wrote:
> Thanks, did you ever fix the problem with having
> #!c:\euphoria\bin\exw.exe, at the top of a file, then binding it, and
> it not working?

Yes.
The binder has been completely rewritten for 2.5, 
and that problem can't happen anymore.

Regards,
   Rob Craig
   Rapid Deployment Software
   http://www.RapidEuphoria.com

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu