1. ERROR: includes are nested too deeply

I get this strange error message:

C:\EUPHORIA\include\file.e:3
includes are nested too deeply
include sort.e
             ^

Now I'm asking what to do about this?
I am using my library TSLibrary, where each file has to include all include
files it needs, that's my philosophy.
I see in interpreter source code that depth of include files is set to 10,
this is too small. Rob please set it higher, to about 100, or better
infinite. Display warning instead of error.

new topic     » topic index » view message » categorize

2. Re: ERROR: includes are nested too deeply

Tone Skoda writes:
> I see in interpreter source code that depth of include files is set to 10,
> this is too small. Rob please set it higher, to about 100, or better infinite.

You are the first person to ever ask that the limit be raised.
I don't mind raising it. It just costs a bit of memory per level reserved. 
How big do you really need it?
It's hard to believe that you would need much more 
than 10 levels of nested includes. 

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

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

3. Re: ERROR: includes are nested too deeply

----- Original Message -----
From: "Robert Craig" <rds at RapidEuphoria.com>

> You are the first person to ever ask that the limit be raised.
> I don't mind raising it. It just costs a bit of memory per level reserved.
> How big do you really need it?

Maybe 30 would be enough.

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

4. Re: ERROR: includes are nested too deeply

Tone Skoda writes:
> Maybe 30 would be enough.

Ok, thanks.
I'll raise the limit on nested includes to at least that for
the next release.

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