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

Add a shared id to a chain of check commands #453

Open
foresterre opened this issue Aug 8, 2022 · 0 comments
Open

Add a shared id to a chain of check commands #453

foresterre opened this issue Aug 8, 2022 · 0 comments

Comments

@foresterre
Copy link
Owner

e.g. The following events

{"type":"check_toolchain","toolchain":{"version":"1.35.0","target":"x86_64-pc-windows-msvc"},"scope":"start"}
{"type":"setup_toolchain","toolchain":{"version":"1.35.0","target":"x86_64-pc-windows-msvc"},"scope":"start"}
{"type":"setup_toolchain","toolchain":{"version":"1.35.0","target":"x86_64-pc-windows-msvc"},"scope":"end"}
{"type":"check_method","toolchain":{"version":"1.35.0","target":"x86_64-pc-windows-msvc"},"method":{"type":"rustup_run","args":["1.35.0-x86_64-pc-windows-msvc","cargo","check"],"path":"..\\air3\\"}}
{"type":"check_result","toolchain":{"version":"1.35.0","target":"x86_64-pc-windows-msvc"},"is_compatible":false,"report":{"type":"incompatible","error":"error: failed to parse lock file at: ..\\air3\\Cargo.lock\n\nCaused by:\n  invalid serialized PackageId for key `package.dependencies`\n"}}
{"type":"check_toolchain","toolchain":{"version":"1.35.0","target":"x86_64-pc-windows-msvc"},"scope":"end"}

Are all part of the same compatibility check. By giving it a unique id they can be more easily linked together.

What works today: Use the toolchain(.version) fields instead. They're the same within a chain.

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