Skip to content

Shuffle things to avoid circular dep#1331

Merged
rsheeter merged 1 commit intomainfrom
ivs
Jan 24, 2025
Merged

Shuffle things to avoid circular dep#1331
rsheeter merged 1 commit intomainfrom
ivs

Conversation

@rsheeter
Copy link
Copy Markdown
Collaborator

@rsheeter rsheeter commented Jan 24, 2025

font-test-data/Cargo.toml no longer depends on read/write fonts, meaning there isn't a cycle formed by a regular dependency from font-test-data => read/write-fonts and the dev-dependency from read/write-fonts to font-test-data. Despite being theoretically OK this was confusing things during import into other enviornments.

Meant to unblock #1329 , if this looks ok please mark that approved as well.

Copy link
Copy Markdown
Member

@cmyr cmyr left a comment

Choose a reason for hiding this comment

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

slightly confused about moving both BeBuffer into font-test-data and also moving code that uses it out of font-test-data, I assume there was some rationale there? Otherwise lgtm...

@rsheeter
Copy link
Copy Markdown
Collaborator Author

BeBuffer is useful for creation of binary testdata so it is handy to have in font-test-data (and used). It's just the use of read/write types that's problemmatic so that part moves and then gets BeBuffer from font-test-data.

@rsheeter rsheeter merged commit d440df4 into main Jan 24, 2025
@rsheeter rsheeter deleted the ivs branch January 24, 2025 23:14
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.

2 participants