NetLogo / NetLogo

turtles, patches, and links for kids, teachers, and scientists
http://ccl.northwestern.edu/netlogo/
1.01k stars 242 forks source link

using `extensions` keyword inside an `.nls` file doesn't always work #115

Open SethTisue opened 12 years ago

SethTisue commented 12 years ago

it sometimes works in the GUI, but it doesn't work in e.g. a headless BehaviorSpace run. you may get errors like e.g. table:get is not defined

it's not clear whether to fix it so it always works, or just prohibit it and always signal a compile error

reported by Thomas Delattre

SethTisue commented 12 years ago

I doubt we'll be addressing this anytime soon. the workaround is simply to move the extensions declaration to the main model