Skip to content

fix: bugs where interfaces would unpack in the wrong spot #2555

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 1 commit into from
Mar 16, 2025

Conversation

antazoey
Copy link
Member

What I did

project.unpack() was not properly handling interfaces... The condition was flipped mistakenly so it would double unpack them... That is fine, but it still would unpack them in the wrong spot anyway, with an extra nested "interfaces" keyword.

How I did it

get the relative path from the parent of the project's path instead of the project's path

How to verify it

Checklist

  • All changes are completed
  • Change is covered in tests
  • Documentation is complete

@antazoey antazoey merged commit 045c0e8 into ApeWorX:main Mar 16, 2025
18 checks passed
@antazoey antazoey deleted the fix/interfaces-unpack-bug branch March 16, 2025 19:55
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.

2 participants