-
Notifications
You must be signed in to change notification settings - Fork 70
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
Distinguish between library and plugin IDs in component dependencies #1912
base: main
Are you sure you want to change the base?
Conversation
db30b3f
to
5206211
Compare
5206211
to
ab50890
Compare
/// Checks whether the [`CompilationUnitComponent`] represents a plugin package. | ||
pub fn is_cairo_plugin(&self) -> bool { | ||
self.package.is_cairo_plugin() | ||
} | ||
} |
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.
Can component ever be a plugin? cc @maciektr
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.
I suppose components representing procedural macros will return true
here
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.
commit-id:8452ee94
ab50890
to
2150227
Compare
Stack: