Skip to content

Prune dependencies of timezone_provider in normal mode, add depcheck#310

Merged
nekevss merged 2 commits intoboa-dev:mainfrom
Manishearth:provider-deps
May 23, 2025
Merged

Prune dependencies of timezone_provider in normal mode, add depcheck#310
nekevss merged 2 commits intoboa-dev:mainfrom
Manishearth:provider-deps

Conversation

@Manishearth
Copy link
Copy Markdown
Contributor

@Manishearth Manishearth commented May 23, 2025

Fixes #309

@Manishearth Manishearth force-pushed the provider-deps branch 2 times, most recently from c7ee348 to 49f0df3 Compare May 23, 2025 00:51
Comment thread depcheck/src/main.rs
];

pub const COMPILED_DEPS: &[&str] = &[
"bytes",
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

None of these parser deps should be showing up here.

@Manishearth Manishearth changed the title Prune dependencies of timezone_provider in normal mode Prune dependencies of timezone_provider in normal mode, add depcheck May 23, 2025
@Manishearth Manishearth force-pushed the provider-deps branch 2 times, most recently from 1ecc9cc to 5043427 Compare May 23, 2025 01:15
Copy link
Copy Markdown
Member

@nekevss nekevss left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thank for looking into this and putting together the depcheck tool!

@nekevss nekevss merged commit 5cfe407 into boa-dev:main May 23, 2025
8 checks passed
@Manishearth Manishearth deleted the provider-deps branch May 23, 2025 20:57
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.

compiled_data feature pulls in runtime parsing deps

2 participants