-
Notifications
You must be signed in to change notification settings - Fork 177
Added monitor state TypedDict definitions #1206
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
Draft
A-UNDERSCORE-D
wants to merge
27
commits into
EDCD:develop
Choose a base branch
from
A-UNDERSCORE-D:enhancement/typed-state-dict
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
3c4174d
Added monitor state TypedDict definitions
A-UNDERSCORE-D 481170f
Updated definitions based on feedback
A-UNDERSCORE-D 65464f0
resolved type errors
A-UNDERSCORE-D 649d086
resolved additional suit related errors
A-UNDERSCORE-D a540e2b
Set SuitCurrent to an empty dict by default
A-UNDERSCORE-D 68354d9
removed comments
A-UNDERSCORE-D a974b59
re-added import missed in rebase
A-UNDERSCORE-D b4a42c0
Added rank/reputation/engineers
A-UNDERSCORE-D ad8b1f7
fixed spell checker complaints
A-UNDERSCORE-D 7a6943d
added modules
A-UNDERSCORE-D 01cc8a2
removed Optional from ShipID, ShipName, and ShipType
A-UNDERSCORE-D 34325a6
workaround for autopep8 issues
A-UNDERSCORE-D a8b06c7
added suit and suit loadouts
A-UNDERSCORE-D d79ded6
update state usage
A-UNDERSCORE-D c4db544
clear up assumptions and type monitor state usage
A-UNDERSCORE-D 9070b67
Re-type plugins as needed for MonitorStateDict
A-UNDERSCORE-D b0abf0f
change default to 0, rearange comments
A-UNDERSCORE-D a1dec24
removed Optional for multicrew items
A-UNDERSCORE-D e43a38e
Noted that 0-1 is a workaround for autopep8
A-UNDERSCORE-D 6ccf6ca
Moved some comments around
A-UNDERSCORE-D 66b39b5
ensured that a missing locName doesnt explode
A-UNDERSCORE-D c236798
add extra entry for empty crew role
A-UNDERSCORE-D dc7c745
note hacky use of undoccumented attr
A-UNDERSCORE-D 4724042
missed two Captian and Role sets
A-UNDERSCORE-D 2e245f6
removed TYPE_CHECKING guard
A-UNDERSCORE-D 581a5d8
resolve flake8 complaints
A-UNDERSCORE-D 6a24473
fixed import order
A-UNDERSCORE-D File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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 assume this is the change of behaviour you mentioned on Discord.
Before this if CAPI says no suit loadouts we'll None our copy. With this, it won't.
So now the question is do we really distrust CAPI that much ? I'm inclined to allow this change as the Journal is in much better shape and we should always be picking things up properly from it now.
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.
yeah Im undecided here. The other option is to blank our loadouts and return?