Commit a36d852
Custom forward rule for
Frames and I tracked down an issue where the type argument to an
`Expr(:new, )` (argument #1) was getting wrapped in a `ZeroBundle`.
This commit adds a special-case for `Expr(:new, )` into
`forward_diff_no_inf!()` that mimics what we see elsewhere, making use
of `∂☆new`.Expr(:new, ) in forward_diff_no_inf!
1 parent fb4e03d commit a36d852
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
280 | 280 | | |
281 | 281 | | |
282 | 282 | | |
283 | | - | |
| 283 | + | |
284 | 284 | | |
285 | 285 | | |
286 | 286 | | |
287 | | - | |
| 287 | + | |
| 288 | + | |
288 | 289 | | |
289 | 290 | | |
290 | 291 | | |
| |||
0 commit comments