Commit e31f0e4
handle new declare_global intrinsic (#138)
* handle new declare_global intrinsic
Ensures all tests pass before and after
JuliaLang/julia#58279
based on change from `Expr(:globaldecl, GlobalRef(M, S))`
to `Core.declare_global(M, S, true)`, while still ignoring
`Expr(:global, S)` from `struct` expanding to `strong=false`.
* Update src/codeedges.jl
---------
Co-authored-by: Shuhei Kadowaki <[email protected]>1 parent da85f5e commit e31f0e4
1 file changed
+15
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
339 | 339 | | |
340 | 340 | | |
341 | 341 | | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
342 | 357 | | |
343 | 358 | | |
344 | 359 | | |
| |||
0 commit comments