Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 14781] New: some spells are triggering too aggressively

sm-grimoire-bugs AT lists.ibiblio.org

Subject: SourceMage Grimoire Bug List

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-grimoire-bugs AT lists.ibiblio.org
  • Subject: [SM-Grimoire-Bugs] [Bug 14781] New: some spells are triggering too aggressively
  • Date: 3 Oct 2008 13:43:58 -0000

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

Summary: some spells are triggering too aggressively
Product: Codex
Version: stable grimoire
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P3
Component: Unknown
AssignedTo: sm-grimoire-bugs AT lists.ibiblio.org
ReportedBy: jakakranjc AT email.si


$ ggn show_up_depends | grep -v 1
audio-libs/faad2/UP_TRIGGERS:9: for each in $(show_up_depends $SPELL); do
crypto/krb5/UP_TRIGGERS:6: for each in $(show_up_depends $SPELL); do
devel/ghc/UP_TRIGGERS:6: for each in $(show_up_depends $SPELL); do
devel/guile/UP_TRIGGERS:4: for each in $(show_up_depends $SPELL); do
devel/perl/UP_TRIGGERS:5: for name in $(show_up_depends perl); do
devel/tcl/UP_TRIGGERS:8: for each in $(show_up_depends $SPELL); do
gnome2-libs/libgsf/UP_TRIGGERS:7: for each in $(show_up_depends $SPELL); do
graphics-libs/giflib/UP_TRIGGERS:6: for each in $(show_up_depends libungif);
do
libcompat:32:declare -f show_up_depends &> /dev/null ||
libcompat:33:function show_up_depends() {
libs/expat/UP_TRIGGERS:9: for each in $(show_up_depends $SPELL); do
libs/libcap/UP_TRIGGERS:9: for each in $(show_up_depends $SPELL); do
utils/dbus/UP_TRIGGERS:9: for each in $(show_up_depends $SPELL); do

This means all their dependees and their dependees and their ... get
triggered.
This is rarely needed. Most of these if not all should also pass 1 - the level
argument to show_up_depends, so only the direct dependees are triggered.


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



  • [SM-Grimoire-Bugs] [Bug 14781] New: some spells are triggering too aggressively, bugzilla-daemon, 10/03/2008

Archive powered by MHonArc 2.6.24.

Top of Page