Skip to Content.
Sympa Menu

sm-sorcery-bugs - [SM-Sorcery-Bugs] [Bug 10189] Dispel not obeying dependency options

sm-sorcery-bugs AT lists.ibiblio.org

Subject: Bugs for Sorcery are reported here

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-sorcery-bugs AT lists.ibiblio.org
  • Subject: [SM-Sorcery-Bugs] [Bug 10189] Dispel not obeying dependency options
  • Date: 11 Dec 2005 19:18:00 -0000

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





------- Additional Comments From acedit AT armory.com 2005-12-11 13:18 -------
thanks for the log, makes it so much easier to see what the problem is.

strip_parameters is supposed to return a list of spells to dispel, but does so
with newline seperators. That list is then passed verbatim into the dispel
depends machinery. At one point we do a list_find on that, and list_find
doesnt
expect newlines to seperate items and it doesnt find what it expects to find.
Our list structures explicitly use space as the seperator, so dispel is at
fault.

It should either ensure that the list is space seperatorated, or pass in one
spell from the command line at a time to dispel_depends_engine. I haven't
decided which would be better yet.

--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- 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