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

Use cross-platform paths in tool receipt entry point paths #4638

Merged
merged 1 commit into from
Jun 29, 2024

Conversation

zanieb
Copy link
Member

@zanieb zanieb commented Jun 28, 2024

As #4324 did for lock files, updates the tool receipts to use portable paths. This resolves CI failures on Windows in #4634 where the toml string literal type changes depending on the platform.

@zanieb zanieb marked this pull request as ready for review June 28, 2024 21:33
@zanieb zanieb added the preview Experimental behavior label Jun 28, 2024
@zanieb
Copy link
Member Author

zanieb commented Jun 28, 2024

I'll merge this all downstack into #4634 so we can merge something that passes CI but feel free to review separately.

@zanieb zanieb merged commit 0b57fad into zb/tool-receipt-format Jun 29, 2024
47 checks passed
@zanieb zanieb deleted the zb/tool-receipt-path-platform branch June 29, 2024 03:34
zanieb added a commit that referenced this pull request Jun 29, 2024
As #4324 did for lock files, updates
the tool receipts to use portable paths. This resolves CI failures on
Windows in #4634 where the toml string literal type changes depending on
the platform.
zanieb added a commit that referenced this pull request Jun 29, 2024
As #4324 did for lock files, updates
the tool receipts to use portable paths. This resolves CI failures on
Windows in #4634 where the toml string literal type changes depending on
the platform.
zanieb added a commit that referenced this pull request Jun 29, 2024
We need this to power uninstallations! 

The latter two commits were reviewed in:

- #4637 
- #4638 

Note this is a breaking change for existing tool installations, but it's
in preview and very new. In the future, we'll need a clear upgrade path
for tool receipt changes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
preview Experimental behavior
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants