Skip to content

Commit 2a541ff

Browse files
committed
wip
1 parent afc114b commit 2a541ff

File tree

4 files changed

+28
-0
lines changed

4 files changed

+28
-0
lines changed

07-distage-tests-functional-scala/dev

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../dev
Binary file not shown.

07-distage-tests-functional-scala/distage-tests-functional-scala.tex

+21
Original file line numberDiff line numberDiff line change
@@ -461,6 +461,27 @@ \section{Dual Test Tactic}
461461
\end{scalacode}
462462
\end{frame}
463463

464+
\begin{frame}
465+
\begin{figure}
466+
\Huge \color{RubineRed} dist✪ge
467+
\end{figure}
468+
469+
\begin{figure}
470+
471+
\huge \dots is a module system for Scala\dots \\
472+
\Large \dots with automatic garbage-collecting solver
473+
\end{figure}
474+
475+
\begin{figure}
476+
\large You may call it a ``Dependency Injection'' mechanism
477+
\end{figure}
478+
479+
\begin{figure}
480+
\large But it lacks many traits of a typical DI thingy\dots \\
481+
And has many unique properties
482+
\end{figure}
483+
\end{frame}
484+
464485

465486
\begin{frame}
466487
\begin{figure}

dev

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
SOURCE=$(ls *.tex)
2+
3+
while :; do
4+
make
5+
wait_on -w -h $SOURCE
6+
done

0 commit comments

Comments
 (0)