-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Prep gcore splitup: move various symbols into their own modules
#2746
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
f86a055 to
0c0b723
Compare
0c0b723 to
755c018
Compare
1a3ea16 to
1bfc773
Compare
1bfc773 to
23a3af7
Compare
7b8e81f to
49c43c4
Compare
gcore symbolsgcore symbols into their own modules
f6fae5b to
7c794a8
Compare
gcore symbols into their own modulesgcore splitup: move various symbols into their own modules
TrueDoctor
reviewed
Jun 27, 2025
TrueDoctor
approved these changes
Jun 27, 2025
7c794a8 to
be9f978
Compare
be9f978 to
699fe42
Compare
Collaborator
Author
|
Removed commit "move nodes from This PR can be merged. |
urisinger
pushed a commit
to urisinger/Graphite
that referenced
this pull request
Jul 15, 2025
…aphiteEditor#2746) * move `trait AsU32` from `gcore::vector::misc` to `gcore` * move blending and gradient to their own modules * fix unused warnings * move `Quad`, `Rect` and `BBox` to `gcore::math` * extract `ReferencePoint` and transform nodes from `transform` * move color-related code to `mod color` * fix unused warning in test code * move blending-related nodes and code to `mod blending_nodes` * move ClickTarget code to `mod vector::click_target`
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Moving some symbols within
gcoreto their own modules, to allow them to remain withingcoreand move the rest into separate crates in a later PR.