-
Notifications
You must be signed in to change notification settings - Fork 24
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
Drop support for Knossos cubes #5085
Conversation
…nossos into no-more-knossos-cubes
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.
Wow that makes the code easier tor read 🎉
I just reviewed the code, so I did not test it yet. Do you think it's necessary before merging?
I'm pretty confident that this shouldn't cause any problems after reading the code.
One style question: Do we want to rename all Formats to jsonFormat
in the future?
) | ||
} | ||
result | ||
implicit ec: ExecutionContext): Fox[Array[Byte]] = |
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.
Why is it a Fox[..]
? I think the DataCubeCache can be rewrote to only use Box[..]
, but maybe that's another issue.
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.
Yes could be right, but since this is not a change introduced here, I’d defer that. The Fox does not do any harm here for now :)
Thanks for the quick review! |
As discussed previously, the Knossos dataformat support has not been tested in a while, and it never was 100% compatible anyway. Since all our datasets have by now been converted to wkw, the Knossos code can be removed.
I also added a few more type annotations to the datastore code.
Steps to test:
Issues: