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

Removing unused code #1 #944

Merged
merged 7 commits into from Dec 26, 2023
Merged

Removing unused code #1 #944

merged 7 commits into from Dec 26, 2023

Conversation

kushti
Copy link
Contributor

@kushti kushti commented Dec 18, 2023

In this PR, different unused imports, assignments, arguments are removed

@aslesarenko
Copy link
Collaborator

@kushti, please fix the tests.

@kushti
Copy link
Contributor Author

kushti commented Dec 18, 2023

@kushti, please fix the tests.

fixed

@aslesarenko aslesarenko changed the base branch from develop to v5.0.14-RC December 19, 2023 17:12
Copy link
Collaborator

@aslesarenko aslesarenko left a comment

Choose a reason for hiding this comment

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

Looks good, but needs to be merged with v5.0.14-RC, as this is the latest version.

@@ -256,7 +252,6 @@ object ValueSerializer extends SigmaSerializerCompanion[Value[SType]] {

def printSerInfo(): String = {
serializerInfo.map { case (_, s) =>
val ser = getSerializer(s.opCode)
s.toString
Copy link
Collaborator

Choose a reason for hiding this comment

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

This is sanity check, to make sure only resolvable serializers got printed.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

assignment is not needed anyway, fixed with a note

@kushti
Copy link
Contributor Author

kushti commented Dec 26, 2023

Looks good, but needs to be merged with v5.0.14-RC, as this is the latest version.

Merging done. please make another round

@aslesarenko aslesarenko merged commit 112346c into v5.0.14-RC Dec 26, 2023
4 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.

None yet

2 participants