Skip to content

chore: update gimli#76

Open
philipc wants to merge 1 commit intoswananan:mainfrom
philipc:gimli
Open

chore: update gimli#76
philipc wants to merge 1 commit intoswananan:mainfrom
philipc:gimli

Conversation

@philipc
Copy link

@philipc philipc commented Mar 13, 2026

There were a few breaking changes in the gimli 0.33.0 release, and I've done this update to see what impact they had here. Most of these changes are straightforward. but a couple are notable.

UnitSectionOffset is no longer an enum. I've replaced all of its uses with DebugInfoOffset, since the code already didn't handle .debug_types, and it's unlikely it will ever need to.

next_dfs no longer returns the change in depth. The depth is now available from DebuggingInformationEntry::depth. However, it looks like the previous code was wrong: it treated the returned value as a depth, not a change in depth. So there may be a noticeable change in behaviour here which you may want to verify works as expected.

My own testing has been simply to check that CI passes.

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