Skip to Content.
Sympa Menu

sm-sorcery-bugs - [SM-Sorcery-Bugs] [Bug 6893] PATCH: Finer installation cache control

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 6893] PATCH: Finer installation cache control
  • Date: Sat, 29 May 2004 14:45:53 -0400

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





------- Additional Comments From acedit AT armory.com 2004-05-29 14:45 -------
So since theres an "enable archive for some spells" maybe there should
be an arguably useless "disable archive for some spells".

It looks like in the "some" case all the spell names are stored in the
ARCHIVE variable, I'd rather see a state file for that list, as it could
concievably get rather large.

Then ARCHIVE can be one of
"on", "off", "on-some", "off-some" where on-some means that only some
spells will get archived, and off-some means that only some spells
won't be archived. Or use some other pair of keywords.

Then you can have a function somewhere that looks at $ARCHIVE and if
necessary greps this new state file, then decides whether or not
to return true or false. Then anyone can check if the spell is being
archived with

if [ check_if_archiving $SPELL ]; then
...
fi

or something similar.



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