Commit f590a4d
authored
Adjust to JuliaLang/julia#59915 (#67)
Since JuliaLang/julia#59915, `Base._which` now takes
`Compiler.MethodTableView` instead of `MethodTable`, so this change is
necessary.
However, with this change, it seems that CassetteOverlay and external
abstract interpreter packages cannot be composed. If this becomes
necessary, we may need to change the interface of
`CassetteOverlay.method_table`.1 parent 8cfa7c5 commit f590a4d
2 files changed
+5
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | 3 | | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
| 108 | + | |
| 109 | + | |
109 | 110 | | |
110 | 111 | | |
111 | 112 | | |
| |||
193 | 194 | | |
194 | 195 | | |
195 | 196 | | |
196 | | - | |
| 197 | + | |
| 198 | + | |
197 | 199 | | |
198 | 200 | | |
199 | 201 | | |
| |||
0 commit comments