Skip to content

Fix resolving mixins that mix themselves in#1467

Merged
lsegal merged 2 commits intolsegal:mainfrom
ccutrer:self-mixins
Apr 8, 2023
Merged

Fix resolving mixins that mix themselves in#1467
lsegal merged 2 commits intolsegal:mainfrom
ccutrer:self-mixins

Conversation

@ccutrer
Copy link
Contributor

@ccutrer ccutrer commented Nov 12, 2022

Description

module A
  B.include(self)
end

Wasn't working properly

Completed Tasks

  • I have read the [Contributing Guide][contrib].
  • The pull request is complete (implemented / written).
  • Git commits have been cleaned up (squash WIP / revert commits).
  • I wrote tests and ran bundle exec rake locally (if code is attached to PR).

@lsegal lsegal merged commit d4472d8 into lsegal:main Apr 8, 2023
@lsegal
Copy link
Owner

lsegal commented Apr 8, 2023

Sorry about the delay-- thanks for the PR!

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