chore(tazjin/presentations): last minute changes to tvix-eval talk
Change-Id: I788a17f846b35f5635ed7a9ec0d3249b05653d44 Reviewed-on: https://cl.tvl.fyi/c/depot/+/9273 Tested-by: BuildkiteCI Autosubmit: tazjin <tazjin@tvl.su> Reviewed-by: tazjin <tazjin@tvl.su>
This commit is contained in:
parent
e163656edd
commit
0f4eb908ec
2 changed files with 7 additions and 7 deletions
|
@ -1,12 +1,12 @@
|
||||||
struct Env {
|
struct Env {
|
||||||
Value * values[0];
|
// ... some struct fields ...
|
||||||
// ... some more fields
|
Value* values[0];
|
||||||
};
|
};
|
||||||
|
|
||||||
// ....
|
// ....
|
||||||
|
|
||||||
if (env->type == Env::HasWithExpr) {
|
if (env->type == Env::HasWithExpr) {
|
||||||
Value * v = allocValue();
|
|
||||||
evalAttrs(*env->up, (Expr *) env->values[0], *v, noPos, "<borked>");
|
|
||||||
// ...
|
// ...
|
||||||
|
evalAttrs(*env->up, (Expr *) env->values[0], *v, noPos, "<borked>");
|
||||||
|
// ^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
}
|
}
|
||||||
|
|
|
@ -69,10 +69,10 @@
|
||||||
\end{frame}
|
\end{frame}
|
||||||
|
|
||||||
%% Slide 5:
|
%% Slide 5:
|
||||||
\section{``Давайте перепишем Nix!''}
|
\section{``Let's rewrite it in Rust!''}
|
||||||
|
|
||||||
%% Slide 6:
|
%% Slide 6:
|
||||||
\section*{Спасибо, jD91mZM2!\\\normalsize{автор ``rnix-parser'', 2002-2021}}
|
\section*{Спасибо, jD91mZM2!\\\normalsize{автор ``rnix-parser''; *2002 - \textdagger 2021}}
|
||||||
|
|
||||||
%% Slide 7:
|
%% Slide 7:
|
||||||
\begin{frame}{tvix-eval, - (язык) Nix, на Rust}
|
\begin{frame}{tvix-eval, - (язык) Nix, на Rust}
|
||||||
|
@ -142,7 +142,7 @@
|
||||||
\includegraphics[width=6cm,keepaspectratio=true]{qrcode.png}
|
\includegraphics[width=6cm,keepaspectratio=true]{qrcode.png}
|
||||||
|
|
||||||
https://tazj.in/blog/tvix-eval-talk-2023 \\
|
https://tazj.in/blog/tvix-eval-talk-2023 \\
|
||||||
t.me/tazjin | tazjin@tvl.su
|
t.me/tazjin | t.me/tazlog
|
||||||
\end{center}
|
\end{center}
|
||||||
\end{frame}
|
\end{frame}
|
||||||
\end{document}
|
\end{document}
|
||||||
|
|
Loading…
Reference in a new issue