Skip to Content.
Sympa Menu

sm-sorcery-bugs - [SM-Sorcery-Bugs] [Bug 4000] New: warn_rejected enhancement

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 4000] New: warn_rejected enhancement
  • Date: Sun, 17 Aug 2003 15:58:18 -0400

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

Summary: warn_rejected enhancement
Product: Sorcery
Version: 1.x Series
Platform: Other
OS/Version: other
Status: NEW
Severity: enhancement
Priority: P2
Component: Cast
AssignedTo: sm-sorcery-bugs AT lists.ibiblio.org
ReportedBy: ashaman AT flyingtemple.com


I tried to program this myself, but couldn't get it to work.

in the warn_rejected function, I'd like the ability to abrieviate the 3 base
cases for rejection: binary, license, and both.

what I tried doing was having 3 if statements at the very beginning of the
warn_rejected function:

if [ "$REJECT" == "BIN" ]
REJECT="is binary"
fi
if [ "$REJECT" == "LIC" ]
REJECT="has licensing issues"
fi
if [ "$REJECT" == "BL" ]
REJECT="is binary and has licensing issues"
fi

then the 4th case would be an "OTHER" which the spell would have the full
written warning message.

Anyways, if this could be added, that'd be great.



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



  • [SM-Sorcery-Bugs] [Bug 4000] New: warn_rejected enhancement, bugzilla-daemon, 08/17/2003

Archive powered by MHonArc 2.6.24.

Top of Page