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

Suppress warning outputs during testing #125

Closed
iuliadmtru opened this issue Dec 6, 2022 · 4 comments · Fixed by #181
Closed

Suppress warning outputs during testing #125

iuliadmtru opened this issue Dec 6, 2022 · 4 comments · Fixed by #181
Assignees
Labels
enhancement New feature or request

Comments

@iuliadmtru
Copy link
Contributor

Right now warnings that are generated by tests appear in the log messages. I think we can suppress them (since we intentionally test for them), it would be easier to read the logs.

@smishr
Copy link
Contributor

smishr commented Dec 8, 2022

Can #42 be used to solve this?

@smishr smishr added the enhancement New feature or request label Dec 12, 2022
@smishr
Copy link
Contributor

smishr commented Jan 4, 2023

@iuliadmtru add a PR for this into singledesign branch.

@iuliadmtru
Copy link
Contributor Author

This was mostly solved with #168, apart from three warnings: two coming from sturges and freedman_diaconis which I mentioned in this comment in the same PR, and one that is the last log when running julia make.jl:

┌ Warning: Documenter could not auto-detect the building environment Skipping deployment.
└ @ Documenter ~/.julia/packages/Documenter/48VFh/src/deployconfig.jl:75

I don't know how we can avoid this, or even if we can.

@smishr smishr linked a pull request Jan 15, 2023 that will close this issue
@smishr
Copy link
Contributor

smishr commented Jan 15, 2023

New SurveyDesign doesnt have warnings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants