-
Notifications
You must be signed in to change notification settings - Fork 1
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
issue-108, unnecessary comments and code were removed #121
Conversation
1908210
to
0e48469
Compare
Some TODO's have broad implications, let them stay in place OR create a issue for each one of them seems a better option. |
Ok, let's keep the TODOs, I am going to review them and create separate issues for the important ones |
@testisnullus can you check the conflicts and resolve them? Thanks! |
I checked and resolved them |
6dba0dc
to
01aaac7
Compare
593e985
to
1bcdba7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's remove:
- prometheus-remote (It is too broken to make sense)
- tools/dwt_finder.rs (It was a test tool)
- tools/flac_reader_tester.rs (It was a test tool)
- tools/mid_channel_computing.rs (It was a test tool)
- optimizer (It was related to prometheus and the WAV format)
I will continue the review but let's do these things in the meanwhile.
Also this is removing a lot of comments. I would focus on removing unused code paths/structures and less on comments. They are a protection for our (and others) future selfs. |
1bcdba7
to
dd7ed83
Compare
There are a lot of comments like
Almost all comments that were removed looked like these. In such cases code is self-documented. Should I recover them? |
The self explanatory can go. Thanks |
|
dd7ed83
to
72a5803
Compare
Removed |
Yes, updated |
348e8e5
to
a427eba
Compare
I left only meaningful comments and deleted unnecessary ones. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we check if this whole file can go? This is from the early implementations and we no longer have a definition of metric (or tags) inside the compressor.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Checked, and removed because it wasn't used anywhere
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is a couple of comments, but they can be address later.
Thanks for this PR is a massive cleanup effort that needed to be done!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The preprocessor folder looks redundant since it contains only empty mod.rs
.
1610173
to
da6d7a8
Compare
Closes #108