-
-
Notifications
You must be signed in to change notification settings - Fork 225
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
Cloud eval preparation #1467
base: main
Are you sure you want to change the base?
Cloud eval preparation #1467
Conversation
8abeb7a
to
a1ef755
Compare
transitionDuration: Duration.zero, | ||
popoverTransitionBuilder: (_, child) => child, | ||
); | ||
if (eval is LocalEval) { |
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.
I think we should also display a popover when it is a cloud eval but I didn't find a good way to do it.
a1ef755
to
5e39800
Compare
- add websocket eval events in BroadcastAnalysisController - use ClientEval type instead of LocalEval in AnalysisCurrentNode and engine widgets - add doc comments and necessary properties to ClientEval - edit engine depth widget to display a cloud icon when it is a cloud eval
5e39800
to
43a7614
Compare
This is tricky. Will review this thoroughly next week. |
Also this code is already complex, and with cloud eval will become even more. We need to add tests. |
Prepare cloud eval implementation :