Skip to content

fix: support JuliaInterpreter 0.11#118

Merged
pfitzseb merged 1 commit into
mainfrom
sp/juliainterpreter-0.11-compat
Jul 15, 2026
Merged

fix: support JuliaInterpreter 0.11#118
pfitzseb merged 1 commit into
mainfrom
sp/juliainterpreter-0.11-compat

Conversation

@pfitzseb

Copy link
Copy Markdown
Member

Extend the compat bound to allow JuliaInterpreter 0.11 and stop reading the codelocs field of CodeInfo, which was removed in Julia 1.12. calls_on_line and calls_in_frame now bound their pc iteration with length(src.code), which is equivalent (one entry per statement) and available on all supported Julia versions.

Extend the compat bound to allow JuliaInterpreter 0.11 and stop reading
the `codelocs` field of `CodeInfo`, which was removed in Julia 1.12.
`calls_on_line` and `calls_in_frame` now bound their pc iteration with
`length(src.code)`, which is equivalent (one entry per statement) and
available on all supported Julia versions.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@pfitzseb
pfitzseb merged commit fc8b7ee into main Jul 15, 2026
75 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant