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

Serialize process working directory as working-dir #831

Merged
merged 2 commits into from
Jun 12, 2024

Conversation

runesoerensen
Copy link
Contributor

@runesoerensen runesoerensen commented Jun 11, 2024

Launch processes configured with a WorkingDirectory::Directory are currently incorrectly serialized. This PR fixes that by renaming the serialized launch.toml process working directory key from working-directory to working-dir (as defined in the spec).

This could be a breaking change for users of the library. However, a quick GitHub search didn't reveal any public/internal code that configures the working directory outside this repository.

@runesoerensen runesoerensen self-assigned this Jun 11, 2024
@runesoerensen runesoerensen added bug Something isn't working libcnb-data labels Jun 11, 2024
@runesoerensen runesoerensen marked this pull request as ready for review June 11, 2024 21:05
@runesoerensen runesoerensen requested a review from a team as a code owner June 11, 2024 21:05
Copy link
Member

@Malax Malax left a comment

Choose a reason for hiding this comment

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

Nice, thanks! :)

@runesoerensen runesoerensen merged commit 5d59632 into main Jun 12, 2024
4 of 6 checks passed
@runesoerensen runesoerensen deleted the fix-process-working-dir-serialization branch June 12, 2024 14:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working libcnb-data
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants