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

Dec: drop old decoder and dead code #91

Merged
merged 7 commits into from
Apr 2, 2024

Conversation

drewdzzz
Copy link
Collaborator

@drewdzzz drewdzzz commented Jan 30, 2024

The patch drops the old decoder and entities that are not used after the removal.

Dead code that have nothing in common with decoder is dropped along the way.

The old decoder is no longer suuported - let's remove it. There is 0.1.0
version of tntcxx for ones who want to use it.
@drewdzzz drewdzzz changed the title Dec: drop old decoder Dec: drop old decoder and dead code Jan 30, 2024
The commit drops ObjHolder class and header because it was used by old
decoder and is not used after its removal.
The commit drops ItrRange since it is not used in tntcxx.
The header is unused - let's remove it.
The commit drops the class and its header since they are not used.
@drewdzzz drewdzzz force-pushed the drop_old_decoder branch 4 times, most recently from 9080251 to 9446844 Compare January 30, 2024 21:31
The helper is not used since it is trivial to decode data with new
decoder, so let's drop it.

Along the way, alias Buf_t is moved from TupleReader.hpp since it has
nothing in common with tuple definition. Also, the header is renamed to
UserTuple.hpp since it contains only tuple definition now. And, while we
are here, headers in Client tests and UserTuple.hpp are sorted, linter
warning are fixed.
@drewdzzz
Copy link
Collaborator Author

I don't know how to fix this FP in linter, so let's ignore it.

The header contains strerror definition used in this file. Along the
way, the headers in System.hpp are sorted.
@drewdzzz drewdzzz marked this pull request as ready for review January 30, 2024 21:59
@CuriousGeorgiy
Copy link
Member

CuriousGeorgiy commented Feb 1, 2024

@drewdzzz

I don't know how to fix this FP in linter, so let's ignore it.

#86 (comment)

@alyapunov alyapunov merged commit 3cfffe0 into tarantool:master Apr 2, 2024
36 of 37 checks passed
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.

3 participants