Skip to Content.
Sympa Menu

sm-sorcery-bugs - [SM-Sorcery-Bugs] [Bug 8557] TRIGGERS and run_script bug

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 8557] TRIGGERS and run_script bug
  • Date: Tue, 5 Apr 2005 09:14:06 -0700 (PDT)

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





------- Additional Comments From acedit AT armory.com 2005-04-05 09:14 -------
First rule of sorcery, never touch IFS. It causes too many problems with
anything called after IFS is touched since all the rules are different (this
goes for spells too).

We use iterate instead, it bundles all the IFS hackery into one spot.

Throw all the code in the loop into a function called trigger_sub
then right after that hand the grep output to the iterate function along with
trigger_sub as the callback and $'\n' as the delimiter.

--
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