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

Fetch plugin commands from multiple runtimes #273

Open
FichteFoll opened this issue Dec 16, 2019 · 1 comment
Open

Fetch plugin commands from multiple runtimes #273

FichteFoll opened this issue Dec 16, 2019 · 1 comment
Assignees

Comments

@FichteFoll
Copy link
Member

FichteFoll commented Dec 16, 2019

With ST4000+ switching to a multi-runtime plugin environment, our method of fetching all plugin-defined commands is currently only able to fetch those of the same runtime. Since the other runtime is isolated, the only solution I can think of is a command-based communication between the main PD host and a shim package that only fetches the commands of the other runtime, comparable to what AutomaticPackageReloader does. (randy3k/AutomaticPackageReloader#37)

For now, PD and most other packages won't run on plugin_host-3.8 due Package Control not being updated to it and our reliance on dependencies, but we can still generate a package shim to fetch the Default commands.

@FichteFoll
Copy link
Member Author

Will be a high priority once PC has proper support for the 3.8 host.

@FichteFoll FichteFoll self-assigned this Sep 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant