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

fix busy text file during plugin installation #929

Merged
merged 2 commits into from
Sep 17, 2024

Conversation

mandelsoft
Copy link
Contributor

@mandelsoft mandelsoft commented Sep 16, 2024

What this PR does / why we need it

A binary just written cannot be executed while the file is still open for write (even on Unix).
Therefore, we have to close the file for the plugin executable, before it can be executed to extract
the plugin descriptor.

Which issue(s) this PR fixes

@mandelsoft mandelsoft added the area/ipcei Important Project of Common European Interest label Sep 16, 2024
Copy link
Contributor

@fabianburth fabianburth left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A short description of the issue and the proposed solution in the pull request description would be great!

@mandelsoft mandelsoft merged commit de49dd0 into open-component-model:main Sep 17, 2024
14 of 15 checks passed
@mandelsoft mandelsoft deleted the fix branch September 17, 2024 14:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/ipcei Important Project of Common European Interest
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants