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

Add cast of message type in command interpreter #75

Merged
merged 2 commits into from
Aug 3, 2022

Conversation

abbiemery
Copy link
Collaborator

@abbiemery abbiemery commented Aug 1, 2022

Fixes #74

Co-authored-by: Garry O'Donnell garry.o'donnell@diamond.ac.uk Callum Forrester 29771545+callumforrester@users.noreply.github.com

@abbiemery abbiemery changed the title #74 Add cast of message type in command interpreter Add cast of message type in command interpreter Aug 1, 2022
Copy link
Contributor

@callumforrester callumforrester 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, should wait until #71 is reviewed and merged so we can see the CI passing

Co-authored-by: Garry O'Donnell <garry.o'donnell@diamond.ac.uk>
@abbiemery
Copy link
Collaborator Author

abbiemery commented Aug 2, 2022

Looks good, should wait until #71 is reviewed and merged so we can see the CI passing

@callumforrester I also need to sort the command interpreter tests since they now fail.

@abbiemery abbiemery self-assigned this Aug 2, 2022
@abbiemery abbiemery force-pushed the 74_command_interpreter_cast_types branch from 24c79a4 to 467bbdf Compare August 2, 2022 13:52
Co-authored-by: Callum Forrester <29771545+callumforrester@users.noreply.github.com>
@abbiemery abbiemery force-pushed the 74_command_interpreter_cast_types branch from 4678280 to 37f711c Compare August 2, 2022 16:12
@codecov
Copy link

codecov bot commented Aug 2, 2022

Codecov Report

Merging #75 (37f711c) into master (db5cde0) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master      #75   +/-   ##
=======================================
  Coverage   98.56%   98.56%           
=======================================
  Files          65       65           
  Lines        2084     2085    +1     
=======================================
+ Hits         2054     2055    +1     
  Misses         30       30           
Impacted Files Coverage Δ
...apters/interpreters/command/command_interpreter.py 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us.

@abbiemery abbiemery merged commit 3dbfeb9 into master Aug 3, 2022
@abbiemery abbiemery deleted the 74_command_interpreter_cast_types branch February 28, 2023 14:05
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.

Command Interpreter does not cast messages to correct types
2 participants