Tom Alexander
8d85d5ef79
Fix clippy.
format Build format has succeeded
clippy Build clippy has succeeded
rust-test Build rust-test has succeeded
2025-02-22 19:42:24 -05:00
Tom Alexander
72952adb6b
Add post_blank to the rust types.
2023-12-21 15:09:13 -05:00
Tom Alexander
8b85c02ef1
Wrap the intermediate Registry in an IntermediateContext.
...
This is currently just to maintain consistency with the render phase's RenderContext but in the future it should allow us to include immutable data that is not locked behind the ArcMutex.
2023-12-21 13:53:56 -05:00
Tom Alexander
4bb1f9983a
Standardize the construction of intermediate BlogPostPage.
2023-12-19 17:31:16 -05:00
Tom Alexander
ada11816fb
Run cargo fix.
2023-10-29 22:31:29 -04:00
Tom Alexander
1f3b5262b8
Fix build by making the registry guarded by an ArcMutex.
2023-10-29 22:29:28 -04:00
Tom Alexander
f63620b547
Registry being mutuably borrowed.
2023-10-29 22:29:28 -04:00
Tom Alexander
f1e985fb32
Lifetime issue.
2023-10-29 22:29:28 -04:00
Tom Alexander
a966be8122
Remove closures from iselector macro.
2023-10-29 22:29:28 -04:00
Tom Alexander
24b9782146
Avoid closures for the intermediate macro.
2023-10-29 22:29:28 -04:00
Tom Alexander
3d44d20384
Running into borrow issue on intermediate.
2023-10-29 18:46:14 -04:00
Tom Alexander
f98a09bc59
Use macros for creating the intermediate stage.
...
This is to make it easier to change function signatures by consolidating the places where the signatures exist.
2023-10-29 18:46:14 -04:00