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

[2051] Additional Core Files #2100

Merged
merged 12 commits into from
Nov 22, 2023
Merged

Conversation

Rixxan
Copy link
Contributor

@Rixxan Rixxan commented Nov 18, 2023

Description

Updates a few more of the supporting core EDMC files. The focus here is to retire outdated typing hints, improve overall readability, and implement minor pythonic improvements.

Additionally, where practical, if both os.path and pathlib are in use, one has been chosen instead of mixing both.

A new command flag for EDMC has been added, the --start_min flag. This attempts to instruct the program to start minimized.

Derived from #2068.

Closes #1379.

Type of change

  • Rewrite of Existing Code
  • Addition of new features

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

  • Tests of installation, operation, and building on the developer's machine
  • All PyTest tests pass

@Rixxan Rixxan added enhancement help wanted code cleanup Cleaning up code python Pull requests that update Python code ui User Interface labels Nov 18, 2023
@Rixxan Rixxan added this to the 5.10.0 milestone Nov 18, 2023
@Rixxan Rixxan requested a review from C1701D November 18, 2023 02:10
@Rixxan Rixxan self-assigned this Nov 18, 2023
Copy link
Member

@C1701D C1701D left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Two small things, rest of the PR looks good and has been tested successfully.

EDMarketConnector.py Show resolved Hide resolved
EDMarketConnector.py Outdated Show resolved Hide resolved
Rixxan and others added 2 commits November 21, 2023 20:44
Copy link
Member

@C1701D C1701D left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@C1701D C1701D merged commit 467779e into EDCD:develop Nov 22, 2023
1 check passed
@C1701D C1701D deleted the enhancement/2051/main_files branch November 22, 2023 15:31
@Rixxan Rixxan linked an issue Dec 1, 2023 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code cleanup Cleaning up code enhancement help wanted python Pull requests that update Python code ui User Interface
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Audit Existing Code - Non Breaking Updates
2 participants