Skip to content

Non-root cargo manifest file #217

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

Merged
merged 2 commits into from
Apr 12, 2024
Merged

Non-root cargo manifest file #217

merged 2 commits into from
Apr 12, 2024

Conversation

AJIOB
Copy link
Contributor

@AJIOB AJIOB commented Mar 30, 2024

Should implement & fix #210

@AJIOB AJIOB changed the title WIP: Non-root cargo manifest file Non-root cargo manifest file Mar 30, 2024
@AJIOB AJIOB marked this pull request as ready for review March 30, 2024 18:03
Copy link
Owner

@macisamuele macisamuele left a comment

Choose a reason for hiding this comment

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

Change looks good.
If tests are green this will be merged and released shortly

@macisamuele macisamuele enabled auto-merge March 31, 2024 17:02
auto-merge was automatically disabled March 31, 2024 17:54

Base branch was modified

@AJIOB
Copy link
Contributor Author

AJIOB commented Apr 1, 2024

I've fixed the tests passing & rebase to the latest master changes.

@macisamuele, recheck the PR, please

Copy link

codecov bot commented Apr 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (d0d4efa) to head (6e59270).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##            master      #217   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           10        10           
  Lines          336       337    +1     
=========================================
+ Hits           336       337    +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@macisamuele macisamuele enabled auto-merge April 2, 2024 05:12
filename = os.path.abspath(filename)

manifest_file = os.path.join(manifest_root, "Cargo.toml")
print(manifest_file)
Copy link
Owner

@macisamuele macisamuele Apr 2, 2024

Choose a reason for hiding this comment

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

please remove prints from tests

Copy link
Owner

@macisamuele macisamuele left a comment

Choose a reason for hiding this comment

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

Thanks for fixing the tests.
I would suggest to rebase this PR on top of latest master.

After that I should be able to merge this change.

auto-merge was automatically disabled April 2, 2024 08:12

Head branch was pushed to by a user without write access

@AJIOB
Copy link
Contributor Author

AJIOB commented Apr 2, 2024

All was fixed & updated. CI is also green.

@AJIOB AJIOB requested a review from macisamuele April 3, 2024 05:56
@macisamuele macisamuele enabled auto-merge April 12, 2024 17:54
@macisamuele macisamuele merged commit 56166fc into macisamuele:master Apr 12, 2024
23 checks passed
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.

Rust: add support to non-root folder Config.toml
2 participants