Skip to Content.
Sympa Menu

sm-sorcery-bugs - [SM-Sorcery-Bugs] [Bug 4354] New: gaze dependencies

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 4354] New: gaze dependencies
  • Date: Mon, 15 Sep 2003 22:38:00 -0400

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

Summary: gaze dependencies
Product: Sorcery
Version: All Versions
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: Gaze
AssignedTo: sm-sorcery-bugs AT lists.ibiblio.org
ReportedBy: afrayedknot AT thefrayedknot.armory.com


as nuch as i like the gaze dependencies feature I was tenpted to try and
break it.

I dont think it handles cyclical dependencies. try making two dummy spells
and make them depend on each other, or a single spell depend on itself.

It will unfortunatly recurse forever...one solution would be to have a
list of all visited spells and each recursive step copy that list down
the stack, and upon being called, take that list and append to it, and
ignoring things already on the list (parent spells, which would lead
to unbounded recursion)...

although arguably spells depends shouldnt be cyclical...



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



  • [SM-Sorcery-Bugs] [Bug 4354] New: gaze dependencies, bugzilla-daemon, 09/15/2003

Archive powered by MHonArc 2.6.24.

Top of Page