Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace Context::new with Loader::new #296

Merged
merged 1 commit into from
May 19, 2024
Merged

Conversation

philipc
Copy link
Contributor

@philipc philipc commented May 17, 2024

The Loader encapsulates the process of loading the DWARF data and keeping it alive so that the Context can refer to it. It also handles tasks such as loading dSYM or DWO files.

This allows us to remove the object crate from the public API.

Closes #253

@philipc philipc force-pushed the issue-253 branch 5 times, most recently from 5bc13ee to 0b6d301 Compare May 18, 2024 02:37
The Loader encapsulates the process of loading the DWARF data
and keeping it alive so that the Context can refer to it.
It also handles tasks such as loading dSYM or DWO files.

This allows us to remove the `object` crate from the public API.
@philipc philipc merged commit c60b7e0 into gimli-rs:master May 19, 2024
11 checks passed
@philipc philipc deleted the issue-253 branch May 19, 2024 06:03
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.

Remove Context::new
1 participant