Commit d574502
committed
Fix #171 - require render namespaces ahead of time
This is required to facilitate passing records to render functions.
`boot.core/with-pod` was a promising candidate, but requires the
record's namespace to be required in the calling pod, which doesn't
fit with Perun's model.1 parent 2270931 commit d574502
1 file changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
168 | 168 | | |
169 | 169 | | |
170 | 170 | | |
171 | | - | |
| 171 | + | |
| 172 | + | |
172 | 173 | | |
173 | | - | |
| 174 | + | |
| 175 | + | |
174 | 176 | | |
175 | 177 | | |
176 | 178 | | |
| |||
0 commit comments