Some comments from the 1.12 update PR #714, to be checked at some point. - [ ] Resizing `bb_code.debuginfo.codelocs` to `3n` in `bbcode.jl` seems like a quick fix for incorrect handling of line numbers elsewhere. - [ ] One of the `@zero_derivative` calls for logging in `avoiding_non_differentiable_code.jl` might be unnecessary. - [ ] The `integration testing for invalid global ref errors` test is currently disabled for 1.12, is this the right thing to do? - [ ] Why was `has_equal_data_internal` added for `Method`, `CodeInstance` and `MethodInstance`? - [ ] `resolve_unbound_globalrefs` needs to be checked again.
Some comments from the 1.12 update PR #714, to be checked at some point.
bb_code.debuginfo.codelocsto3ninbbcode.jlseems like a quick fix for incorrect handling of line numbers elsewhere.@zero_derivativecalls for logging inavoiding_non_differentiable_code.jlmight be unnecessary.integration testing for invalid global ref errorstest is currently disabled for 1.12, is this the right thing to do?has_equal_data_internaladded forMethod,CodeInstanceandMethodInstance?resolve_unbound_globalrefsneeds to be checked again.