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

Remove diagnostics #957

Merged
merged 48 commits into from
May 29, 2020
Merged

Remove diagnostics #957

merged 48 commits into from
May 29, 2020

Conversation

jdahm
Copy link
Contributor

@jdahm jdahm commented May 7, 2020

Technical Description

Removes the diagnostics objects and generally cleans up printing log messages, e.g. all "raw" std::cout calls inside dawn are removed and replaced by general ostreams that are hooked up to use the dawn::log::{info,warn,error}.stream() std::ostreams.

Resolves / Enhances

Resolves #950.

Dependencies

Depends on #955 and #956.

@jdahm jdahm marked this pull request as ready for review May 13, 2020 15:53
@jdahm
Copy link
Contributor Author

jdahm commented May 13, 2020

launch jenkins

@jdahm
Copy link
Contributor Author

jdahm commented May 20, 2020

launch jenkins

@jdahm jdahm requested a review from twicki May 20, 2020 20:40
@jdahm
Copy link
Contributor Author

jdahm commented May 20, 2020

Daint is locked down, but I tested this elsewhere in the docker env and it works. Should be ready for a review whenever you have a chance, @twicki.

@jdahm
Copy link
Contributor Author

jdahm commented May 22, 2020

launch jenkins

Copy link
Contributor

@twicki twicki left a comment

Choose a reason for hiding this comment

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

minor points

dawn/src/dawn/IIR/DependencyGraphAccesses.cpp Show resolved Hide resolved
dawn/src/dawn/Optimizer/PassFieldVersioning.cpp Outdated Show resolved Hide resolved
dawn/src/dawn/Optimizer/PassSetBlockSize.cpp Outdated Show resolved Hide resolved
dawn/src/dawn/Support/Array.h Show resolved Hide resolved
dawn/src/dawn/Support/SourceLocation.h Show resolved Hide resolved
dawn/src/dawn/Support/Twine.h Show resolved Hide resolved
@jdahm
Copy link
Contributor Author

jdahm commented May 27, 2020

launch jenkins

@jdahm
Copy link
Contributor Author

jdahm commented May 28, 2020

launch jenkins

@jdahm
Copy link
Contributor Author

jdahm commented May 28, 2020

launch jenkins

@jdahm jdahm requested a review from twicki May 28, 2020 23:40
@jdahm
Copy link
Contributor Author

jdahm commented May 29, 2020

launch jenkins

Copy link
Contributor

@twicki twicki left a comment

Choose a reason for hiding this comment

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

lgtm

@jdahm jdahm merged commit 019b82c into MeteoSwiss-APN:master May 29, 2020
@jdahm jdahm deleted the remove_diagnostics branch May 29, 2020 16:52
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.

Merge diagnostics and logging
2 participants