Skip to content

Fix serde dependency not actually being optional in renderdag#1009

Open
jakobhellermann wants to merge 1 commit into
facebook:mainfrom
jakobhellermann:renderdag-dependency-optional
Open

Fix serde dependency not actually being optional in renderdag#1009
jakobhellermann wants to merge 1 commit into
facebook:mainfrom
jakobhellermann:renderdag-dependency-optional

Conversation

@jakobhellermann

Copy link
Copy Markdown

The serde feature of bitflags was unconditionally enabling serde.

Fixing this cuts a potentially critical chain in the compilation of jujutsu:

syn -> serde_derive -> serde -> bitflags -> rustix -> tempfile -> termwiz -> sapling-streampager
->
bitflags -> rustix -> ...
@facebook-github-bot

Copy link
Copy Markdown
Contributor

@facebook-github-bot has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. (Because this pull request was imported automatically, there will not be any future comments.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

2 participants