-
-
Notifications
You must be signed in to change notification settings - Fork 614
Bulk rename gcore
-> gstd
in editor
#2729
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
base: master
Are you sure you want to change the base?
Conversation
gcore
-> gstd
in editor
gcore
-> gstd
in editor
Can you rexport |
And you could rename the gcore::raster module to something else to avoid coflicts. Then we don't have to rename anything in editor |
use graphene_core::raster::image::{Image, RasterDataTable}; | ||
use graphene_core::raster::{Alpha, AlphaMut, Bitmap, BitmapMut, CellularDistanceFunction, CellularReturnType, Channel, DomainWarpType, FractalType, LinearChannel, Luminance, NoiseType, RGBMut}; | ||
use graphene_core::raster::image::RasterDataTable; | ||
pub use graphene_core::raster::*; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@TrueDoctor that's the reexport I added. But since this mod already contains a mod image
through the node macro, that mod takes priority over the glob reexport. And I can't insert a glob reexport into the image mod itself, since it's fully contained within the node macro's output.
This PR makes |
0215b5a
to
c182610
Compare
c182610
to
1bcf60c
Compare
1bcf60c
to
8c7b22e
Compare
Requires #2733
bulk renames, for code changes see #2729