Commit b314a06
Write cookie attributes one value per call in stringify
Base's varargs write(io, x1, xs...) iterates a heterogeneous tuple and
dispatches each element dynamically, which juliac --trim=safe cannot
statically resolve. Cookie stringify used it in four places; writing one
value per call is byte-identical in output and compiles to direct calls.
The server-side Request rebuild half of this work already landed via
#1349. Found trimming a Servo app on Julia nightly (JuliaCon 2026
workshop); together with #1349 this clears the last HTTP-owned verify
errors there.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent 444b92b commit b314a06
1 file changed
Lines changed: 23 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
127 | | - | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
128 | 133 | | |
129 | | - | |
130 | | - | |
131 | | - | |
132 | | - | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
133 | 151 | | |
134 | 152 | | |
135 | 153 | | |
| |||
0 commit comments