Skip to Content.
Sympa Menu

sm-sorcery-bugs - [SM-Sorcery-Bugs] [Bug 15782] New: USER_SPELL_*FLAGS are not applied

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 15782] New: USER_SPELL_*FLAGS are not applied
  • Date: 31 Jul 2010 19:37:14 -0000

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

Summary: USER_SPELL_*FLAGS are not applied
Product: Sorcery
Version: 1.14.x
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P3
Component: Sorcery
AssignedTo: sm-sorcery-bugs AT lists.ibiblio.org
ReportedBy: kirikaza AT rambler.ru


Created an attachment (id=7487)
--> (http://bugs.sourcemage.org/attachment.cgi?id=7487)
Patch to resurrect supporting of USER_SPELL_*FLAGS

PROBLEM:
If you specify per-spell compilation flags scry save them to depends/$SPELL.p
and loads them from the file but it does not apply these flags to build the
spell.

REASON:
scry invokes persistent_save() before every optimize() call. Since
persistent_save() unsets variables USER_SPELL_*FLAGS optimize() does not have
these variables and cannot append them to general variables *FLAGS.

SOLUTION:
Jaka Kranjc gave some instructions and I wrote a patch.

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




Archive powered by MHonArc 2.6.24.

Top of Page