Skip to Content.
Sympa Menu

sm-sorcery-bugs - [SM-Sorcery-Bugs] [Bug 9078] New: ARCH variable set in spells

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 9078] New: ARCH variable set in spells
  • Date: Thu, 9 Jun 2005 11:31:25 -0700 (PDT)

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

Summary: ARCH variable set in spells
Product: Sorcery
Version: Untargetted future release
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: codexroutines
AssignedTo: sm-sorcery-bugs AT lists.ibiblio.org
ReportedBy: dmlb2000 AT excite.com


A lot of this was talked about on irc, but I'd like to see the ARCH variable
passed to spells. It would be an array, but I think it would be good to make
the
array contain the full path from the arch file base directory.

For Example:
if your arch file is i686:
ARCH[0] = ia32
ARCH[1] = i686

if your arch file is k8_64:
ARCH[0] = k8_64
ARCH[1] = amd64
ARCH[2] = x86-64

I'm not sure if it would be better to do it in descending order or ascending
order, from the spell side the archspec file would always be ARCH[0] then
instead of the way the examples have it...

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



  • [SM-Sorcery-Bugs] [Bug 9078] New: ARCH variable set in spells, bugzilla-daemon, 06/09/2005

Archive powered by MHonArc 2.6.24.

Top of Page