Commit 3631784
committed
Fix date filter over JSON-RPC: send Time/Date as ISO 8601 string
YAML parses date strings as Time objects. Time responds to to_liquid,
so DropProxy.wrap was wrapping it as an RPC drop. The server's
RpcDropProxy is not a Time, so the date filter couldn't format it.
Fix: add Time/Date/DateTime cases to wrap that send iso8601 string.
The date filter parses the string on the server side.
JSON-RPC: 4286 passes, 6 failures (down from 9), 992 skipped.
Remaining 6: 4 filesystem error messages, 2 resource limits.1 parent 34b13b9 commit 3631784
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
75 | 81 | | |
76 | 82 | | |
77 | 83 | | |
| |||
0 commit comments