Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 8936] grimoire/sorcery compatibility checking

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 8936] grimoire/sorcery compatibility checking
  • Date: Fri, 20 May 2005 05:17:37 -0700 (PDT)

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





------- Additional Comments From v.merkatz AT gmx.net 2005-05-20 05:17 -------
I like the idea of using something like
declare -f unpack_file &> /dev/null ||
function unpack_file() {
message "This spell uses a function only available in sorcery x.x, please
update."
return 1
}

Preferably in the grimoire or section FUNCTIONS file, so there's no need to
edit
every spell using that new function.
Essentially we would have a libcompat in the grimoire that contains all
functions needed by that grimoire defined in the above way.

--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




Archive powered by MHonArc 2.6.24.

Top of Page