tvl-depot/web
Aspen Smith dfe137786c refactor(tvix/eval): Builderize Evaluation
Make constructing of a new Evaluation use the builder pattern rather
than setting public mutable fields. This is currently a pure
refactor (no functionality has changed) but has a few advantages:

- We've encapsulated the internals of the fields in Evaluation, meaning
  we can change them without too much breakage of clients
- We have type safety that prevents us from ever changing the fields of
  an Evaluation after it's built (which matters more in a world where we
  reuse Evaluations).

More importantly, this paves the road for doing different things with
the construction of an Evaluation - notably, sharing certain things like
the GlobalsMap across subsequent evaluations in eg the REPL.

Fixes: b/262
Change-Id: I4a27116faac14cdd144fc7c992d14ae095a1aca4
Reviewed-on: https://cl.tvl.fyi/c/depot/+/11956
Tested-by: BuildkiteCI
Autosubmit: aspen <root@gws.fyi>
Reviewed-by: flokli <flokli@flokli.de>
2024-07-06 15:03:46 +00:00
..
atom-feed chore(3p/sources): Bump channels & overlays 2022-09-28 08:02:31 +00:00
atward chore(web/atward): bump cargo dependencies 2023-11-12 22:47:09 +00:00
blog feat(web/blog): add option to disable tagfilter per-post 2023-09-08 13:51:26 +00:00
bubblegum feat(tvix/docs): switch to mdbook 2024-03-03 16:52:38 +00:00
cgit-tvl refactor(web/cgit-tvl): Move cgit config back out of module 2022-06-27 14:15:07 +00:00
converse chore(web/converse): bump all dependencies within bounds 2022-12-02 14:27:30 +00:00
panettone feat(web/panettone): Create users table 2024-04-19 18:42:37 +00:00
pwcrypt chore(3p/sources): Bump channels & overlays 2024-06-08 15:20:48 +00:00
static refactor(tazjin/homepage): long overdue entry list rework 2023-06-15 23:26:57 +00:00
todolist chore(3p/sources): Bump channels & overlays 2022-09-28 08:02:31 +00:00
tvixbolt refactor(tvix/eval): Builderize Evaluation 2024-07-06 15:03:46 +00:00
tvl chore: update links to tvixbolt 2024-02-24 10:17:56 +00:00
volgasprint feat(web/volgasprint): add sprint logo(s) 2024-03-05 10:26:58 +00:00
inbox.nix feat(web/inbox): add landing page for inbox.tvl.su 2022-12-28 08:17:45 +00:00