Skip to Content.
Sympa Menu

sm-sorcery-bugs - [SM-Sorcery-Bugs] [Bug 14668] "removing dependees" should actually remove dependees

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 14668] "removing dependees" should actually remove dependees
  • Date: 28 Aug 2008 11:25:03 -0000

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


Jaka Kranjc <jakakranjc AT email.si> changed:

What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED




--- Comment #3 from Jaka Kranjc <jakakranjc AT email.si> 2008-08-28 06:25:03 ---
fixed in devel

now a lot of them get removed. Here's an excerpt from the commit message:
Example dep tree:
a1 - b1 - c1 -d1
- b2 - c2
- b3
a2 - - c2
a3

you cast a1 a2 a3 and c1 fails horribly. First c1 and d1 (due to the
crash)
and then b1 and a1 (dependees) will be removed and finally their deps -
b2 and b3, but not c2, since a2 needs it and a2 is fine.
So in the end, you'd get asked about casting: c2, a2, a3


--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.




Archive powered by MHonArc 2.6.24.

Top of Page