-
-
Notifications
You must be signed in to change notification settings - Fork 90
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
Use runtime extensions for language dependencies, don't copy em #602
Conversation
Makes it easier to get things like bugfixes for Rust faster. Signed-off-by: Dallas Strouse <[email protected]>
Copying them after compile really slows the development workflow, using runtime extensions will be wonderful. |
The main issue is, does this even work? Because using a generated bundle, it looks like it doesn't. The Vala extension isn't pulled in when installing it if I omit it from sdk-extensions. It should be, but isn't. |
Not sure, I was getting some build errors myself with my branch last week and now I see #604. |
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.
What is the difference between sdk-extensions
and add-extensions
?
Do we need add-extensions
if we use org.gnome.Sdk
as runtime
?
|
yes but if we use Sdk as runtime I guess it endsup not making a difference? Anyway, I have created a ticket about Workbench size #621 |
You still don't get the extensions installed as dependencies when using the
SDK as a runtime.
…On Fri, Sep 22, 2023 at 5:23 AM Sonny Piers ***@***.***> wrote:
yes but if we use Sdk as runtime I guess it endsup not making a difference?
Anyway, I have created a ticket about Workbench size #621
<#621>
—
Reply to this email directly, view it on GitHub
<#602 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AWHH7L6ANKHCH2ZIZ6ZDP4TX3VRKRANCNFSM6AAAAAA434TZZU>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
I'm aware :) |
I created a ticket about reducing Workbench size #621 I think we an close this if you want. |
I'd rather do this, but whatever works. |
This doesn't work unfortunately. |
Makes it easier to get things like bugfixes for Rust faster.
Needs lots of testing, and I'm not sure this'll even work. But it's an attempt.