Skip to Content.
Sympa Menu

sm-sorcery-bugs - [SM-Sorcery-Bugs] [Bug 6957] Loop in depends on a cast.

sm-sorcery-bugs AT lists.ibiblio.org

Subject: Bugs for Sorcery are reported here

List archive

Chronological Thread  
  • From: bugzilla-daemon AT metalab.unc.edu
  • To: sm-sorcery-bugs AT lists.ibiblio.org
  • Subject: [SM-Sorcery-Bugs] [Bug 6957] Loop in depends on a cast.
  • Date: Mon, 7 Jun 2004 11:36:34 -0400

http://bugs.sourcemage.org/show_bug.cgi?id=6957

acedit AT armory.com changed:

What |Removed |Added
----------------------------------------------------------------------------
CC| |acedit AT armory.com
Component|subroutines |video
Product|Sorcery |Codex
Version|Devel |devel grimoire



------- Additional Comments From acedit AT armory.com 2004-06-07 11:36 -------
Since local is as 'local' as we can get, spells need to declare their
private variables local otherwise bad stuff like this happens.

The only variables that spells should be using should be declared local
or be part of the persistant variable stuff (which would include DETAILS
iirc).

The fix for this spell would be
local i j

I suspect that other spells might be doing stuff like this too, just
they didnt happen to pick something that clashed with sorcery, and so
we haven't seen it anywhere. Its up to the grimoire team to decide
what action to take.



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.




Archive powered by MHonArc 2.6.24.

Top of Page