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

Variable optimization for absolute path checking methods #5737

Closed
wants to merge 1 commit into from
Closed

Conversation

wulei01
Copy link
Contributor

@wulei01 wulei01 commented Jul 20, 2023

The optimized method avoids creating unnecessary intermediate variable abs_path.
and directly processes on the original variable file_path, making the code more concise.

Signed-off-by: wulei01 [email protected]

The optimized method avoids creating unnecessary intermediate variable abs_path
and directly processes on the original variable file_path, making the code more concise.

Signed-off-by: wulei01 <[email protected]>
@mr-avocado
Copy link

mr-avocado bot commented Jul 20, 2023

Dear contributor,
Avocado is currently under sprint #103, which is due to release an LTS (Long Term Stability) release.
Please avoid merging changes that do not fall into these categories:

  • Bug fixes
  • Usability Improvements
  • Documentation updates

As for the Avocado utility modules (“avocado.utils”) it is OK to introduce new functionality,
but changes to the existing APIs (including interface and behavior) should be avoided.
These kind of changes should wait until sprint #104.

@clebergnu clebergnu requested a review from richtja July 20, 2023 11:18
@richtja
Copy link
Contributor

richtja commented Jul 24, 2023

Hi @wulei01, thank you for your contribution. Unfortunately, some of are CI test are failing, can you please fix them before I do the review? Thank you.

@wulei01 wulei01 closed this Aug 9, 2023
@wulei01 wulei01 reopened this Aug 9, 2023
@wulei01 wulei01 closed this by deleting the head repository Aug 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants