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

Deprecate BezPath::flatten, prefer flatten. #361

Conversation

waywardmonkeys
Copy link
Contributor

The free-standing function is more useful as it works on a wider range of types. The BezPath method has the documentation though and is just a wrapper around the free-standing function.

Most people will want to use the free-standing function, so we can encourage that and make that the place where the docs live.

@waywardmonkeys waywardmonkeys force-pushed the deprecate-bezpath-flatten-in-favor-of-free-standing branch from cdd7842 to d7f955a Compare August 3, 2024 00:41
@waywardmonkeys waywardmonkeys force-pushed the deprecate-bezpath-flatten-in-favor-of-free-standing branch from d7f955a to 7df198b Compare August 3, 2024 12:56
CHANGELOG.md Outdated Show resolved Hide resolved
The free-standing function is more useful as it works on a wider
range of types. The `BezPath` method has the documentation though
and is just a wrapper around the free-standing function.

Most people will want to use the free-standing function, so we
can encourage that and make that the place where the docs live.
@waywardmonkeys waywardmonkeys force-pushed the deprecate-bezpath-flatten-in-favor-of-free-standing branch from 7df198b to 12d2af1 Compare August 6, 2024 07:45
@waywardmonkeys waywardmonkeys added this to the August, 2024 Release milestone Aug 6, 2024
Copy link
Contributor

@raphlinus raphlinus left a comment

Choose a reason for hiding this comment

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

Yup, makes sense, thanks!

@waywardmonkeys waywardmonkeys added this pull request to the merge queue Aug 15, 2024
Merged via the queue into linebender:main with commit 5af38eb Aug 15, 2024
15 checks passed
@waywardmonkeys waywardmonkeys deleted the deprecate-bezpath-flatten-in-favor-of-free-standing branch August 15, 2024 00:54
@DJMcNab DJMcNab mentioned this pull request Sep 2, 2024
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.

3 participants