chiark / gitweb /
strategy: add a TODO since Base Ends Supreme is not defined anywhere
[topbloke-formulae.git] / strategy.tex
index 2f676bb7808acc38e7e6033cf437d260fd6a178f..499ec3414d611b4017d802efb227af49ca270645 100644 (file)
@@ -84,7 +84,7 @@ all of its dependencies will be updated.
 \item[ $h : \pc^{+/-} \mapsto \set H^{\pc^{+/-}}$ ]
 Function for getting the existing heads $\set H$ of the branch $\pc^{+/-}$.
 
-\item[ $w : \pc^{+/-} \mapsto \set W_0^{\pc^{+/-}}$ ]
+\item[ $w : \pc^{+/-} \mapsto W_0^{\pc^{+/-}}$ ]
 
 Function for getting the existing local head of the branch
 $\pc^{+/-}$.  I.e., the current value of the branch ref for $\pc^{+/-}$.
@@ -130,8 +130,9 @@ $\allreach$ varies over time as we generate more commits.  Each
 commit we generate will have only reachable commits as ancestors, so
 generating a new commit (only) adds that new commit to $\allreach$.
 
-\item[ $\allreachof{\py}$ ]
-The set of reachable commits at the point where we have just generated
-$\tippy$, i.e. just after $\alg{Merge-Tip}(\p)$.
+\item[ $\allreachof{\pn}$, $\allreachof{\py}$ ]
+The sets of reachable commits at the point where we have just generated
+$\tippn$ or $\tippy$, i.e. just after $\alg{Merge-Base}(\p)$ or
+$\alg{Recreate-Base}(\p)$, or $\alg{Merge-Tip}(\p)$, respectively.
 
 \end{basedescript}