-
Notifications
You must be signed in to change notification settings - Fork 159
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
First Pass Logic Audit #2068
Closed
Closed
First Pass Logic Audit #2068
Conversation
This file contains 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
Why am I doing it this way? Because this is probably going to break something and I'd like to get it down to 3 files.
Going to need to look at Monitor more carefully.
Breaks frozen but not script version? WTF?
…lSeals/EDMarketConnector into enhancement/2051/logic-audit
Avoids touching Theme too much for now.
Add some missing ones, remove some no-longer needed ones. Also updates type hints.
Rixxan
commented
Aug 26, 2023
C1701D
reviewed
Sep 19, 2023
Rixxan
force-pushed
the
enhancement/2051/logic-audit
branch
from
September 20, 2023 00:10
04cf0c2
to
0f17c09
Compare
Rixxan
force-pushed
the
enhancement/2051/logic-audit
branch
from
September 20, 2023 00:17
0f17c09
to
2056199
Compare
Breaking this apart into composite parts. |
Rixxan
added a commit
to HullSeals/EDMarketConnector
that referenced
this pull request
Oct 19, 2023
Broken out of EDCD#2068
This was referenced Oct 19, 2023
This was referenced Nov 16, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
Contains the first pass of a major SemVer-compliant logic overhaul to excise some of the remaining Python 2 code and optimize the existing Python to start to take advantage of new features and PEP8 optimal paths. This should not break any existing installs or the public API, though further testing is in order.
Also includes previous updates which include the option to open the log folder (previously merged) and add the ability to start EDMC minimized by passing command arguments.
Full Changes:
--start_min
argument.Type of change
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration