ITDP / the-online-brt-planning-guide

Online collaborative version of the BRT Planning Guide
https://brtguide.itdp.org
Other
6 stars 20 forks source link

Is there a safeguard against infinite loops with \include command #22

Closed dcpaschall closed 8 years ago

dcpaschall commented 8 years ago

\include

jonasmalacofilho commented 8 years ago

A safeguard is indeed necessary. It is in the plans... Direct recursion is easy to solve, but more complex (and maybe even more common) cycles require a cache and/or a stack. We already have a cache, but we don't yet use it.