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

Encode ID in extension metadata and verify when using #31

Open
alexlarsson opened this issue May 25, 2016 · 0 comments
Open

Encode ID in extension metadata and verify when using #31

alexlarsson opened this issue May 25, 2016 · 0 comments

Comments

@alexlarsson
Copy link
Member

In some cases you really need the extension to match the exact version of the main runtime. For instance in the debug info extension case. For these cases we should support recording some kind of id in the main runtime and the extension and if they don't match, avoid using an installed extension.

The obvious id to record would be the commit id, but there are cases when it changes post-creation, such as when we re-commit a build to the stable repo, so its not a great idea.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant