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 limited support for cargo 3ds test --doc #32

Merged
merged 4 commits into from
Apr 11, 2023

Conversation

ian-h-chamberlain
Copy link
Member

Closes #31

For now let's not bother supporting running doctests, as it adds a lot of complexity since each example has a separate binary. Eventually it would be nice to support multiple executables but for now I'll settle for just building .elfs for them.

Warn user that no 3dsx will be built in this case, and use "human"
formatting so that we get colored rustc output (since we don't need to
parse the JSON output in this case anyway).
Copy link
Member

@Meziu Meziu left a comment

Choose a reason for hiding this comment

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

LGTM 👍

@ian-h-chamberlain ian-h-chamberlain merged commit 78a652f into master Apr 11, 2023
@ian-h-chamberlain ian-h-chamberlain deleted the feature/doctests branch April 11, 2023 15:23
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

Successfully merging this pull request may close these issues.

Add test --doc support
2 participants