Skip to content
This repository was archived by the owner on Aug 30, 2025. It is now read-only.

Fixed protocol consolidation#265

Merged
scohen merged 1 commit into
mainfrom
fix_consolidation
Jul 13, 2023
Merged

Fixed protocol consolidation#265
scohen merged 1 commit into
mainfrom
fix_consolidation

Conversation

@scohen

@scohen scohen commented Jul 12, 2023

Copy link
Copy Markdown
Collaborator

Turns out that protocols are consolidated into files named after the protocol, and not the module that's being consolidated. Our old patterns would only apply namespacing to beam files with certain names, which wouldn't catch stuff like Enumerable.

A small change to the glob fixes the issue.

Fixes #262

Turns out that protocols are consolidated into files named after the
protocol, and not the module that's being consolidated. Our old
patterns would only apply namespacing to beam files with certain
names, which wouldn't catch stuff like `Enumerable`.

A small change to the glob fixes the issue.

Fixes #262

@scottming scottming left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

I tried it, works well

@scohen scohen merged commit 6065805 into main Jul 13, 2023
@scohen scohen deleted the fix_consolidation branch July 13, 2023 19:04
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Protocol consolidation not working for namepaced builds

2 participants