aboutsummaryrefslogtreecommitdiff
path: root/src/interp/nruncomp.boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2011-08-18 14:03:04 +0000
committerdos-reis <gdr@axiomatics.org>2011-08-18 14:03:04 +0000
commit44936f3d978b3a47cc67a3a51fe43030b24e0a9e (patch)
tree826342b00ebcbd4f173174885f3c92c71d1bdfd9 /src/interp/nruncomp.boot
parent562e4ac985b89cf4fc8ff66119e3ca5b97bd9bb5 (diff)
downloadopen-axiom-44936f3d978b3a47cc67a3a51fe43030b24e0a9e.tar.gz
* interp/c-util.boot (categoryAssociatedTypes): Rename from
categoryHierarchy. Adjust callers. (categoryPrincipals): New. (categoryAncestors): Likewise. (categoryLocals): Likewise. (categoryParameters): Likewise. (extendsCategoryForm): Use them. * interp/category.boot: Likewise. * interp/cattable.boot: Likewise. * interp/define.boot: Likewise. * interp/functor.boot: Likewise. * interp/modemap.boot: Likewise. * interp/nruncomp.boot: Likewise. * interp/database.boot (getCategoryAttributes): Remove. (getPrincipalAncestors): Likewise. (getCategoryParents): Likewise. * algebra/domain.spad.pamphlet (Category): Adjust.
Diffstat (limited to 'src/interp/nruncomp.boot')
-rw-r--r--src/interp/nruncomp.boot10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/interp/nruncomp.boot b/src/interp/nruncomp.boot
index 0752edc4..d8703729 100644
--- a/src/interp/nruncomp.boot
+++ b/src/interp/nruncomp.boot
@@ -503,7 +503,8 @@ buildFunctor($definition is [name,:args],sig,code,$locals,$e) ==
--we will clobber elements; copy since $domainShell may be a cached vector
$template := newShell($NRTbase + $NRTdeltaLength)
$SetFunctions := newShell # domainShell
- $catvecList := [domainShell,:[emptyVector for u in second domainShell.4]]
+ $catvecList :=
+ [domainShell,:[emptyVector for u in categoryAncestors domainShell]]
-- list of names n1..nn for each view
viewNames := ['$,:[genvar() for u in rest catvecListMaker]]
domname := 'dv_$
@@ -607,13 +608,14 @@ NRTsetVector4a(sig,form,cond) ==
sig is '$ =>
domainList :=
[simplifyVMForm COPY comp(d,$EmptyMode,$e).expr or d
- for d in $domainShell.4.0]
+ for d in categoryPrincipals $domainShell]
$uncondList := append(domainList,$uncondList)
if isCategoryForm(form,$e) then $uncondList := [form,:$uncondList]
$uncondList
evalform := eval mkEvalableCategoryForm form
- cond = true => $uncondList := [form,:append(evalform.4.0,$uncondList)]
- $condList := [[cond,[form,:evalform.4.0]],:$condList]
+ cond = true =>
+ $uncondList := [form,:append(categoryPrincipals evalform,$uncondList)]
+ $condList := [[cond,[form,:categoryPrincipals evalform]],:$condList]
NRTmakeSlot1Info() ==
-- 4 cases: