- Notifications
You must be signed in to change notification settings - Fork497
Commit21dd8c9
Use symbol :display instead of function (#2721)
* Use symbol :display instead of functionI believe these Dict keys are meant to be Symbols rather thanthe `display` function. Caught inhttps://github.com/JuliaIO/JSON.jl/actions/runs/14942383442/job/42145192605?pr=374where JSON.jl will no longer automatically call string on non-string-like Dict keys.* Set version to 1.11.2---------Co-authored-by: Morten Piibeleht <morten.piibeleht@gmail.com>1 parent92adad9 commit21dd8c9
3 files changed
+12
-4
lines changedLines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
6 | 12 |
| |
7 | 13 |
| |
8 | 14 |
| |
| |||
1505 | 1511 |
| |
1506 | 1512 |
| |
1507 | 1513 |
| |
| 1514 | + | |
1508 | 1515 |
| |
1509 | 1516 |
| |
1510 | 1517 |
| |
| |||
2067 | 2074 |
| |
2068 | 2075 |
| |
2069 | 2076 |
| |
| 2077 | + | |
2070 | 2078 |
| |
2071 | 2079 |
| |
2072 | 2080 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
|
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
192 | 192 |
| |
193 | 193 |
| |
194 | 194 |
| |
195 |
| - | |
196 |
| - | |
197 |
| - | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
198 | 198 |
| |
199 | 199 |
| |
200 | 200 |
| |
|
0 commit comments
Comments
(0)