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

Normalizing multi-component modules and module aliases #44

Merged
merged 2 commits into from
Nov 13, 2021

Conversation

jiegillet
Copy link
Contributor

Closes #43 (first commit).
Closes #33.
Addresses the alias part of #40. I haven't done the import yet, this PR is big enough as it is.

I also slightly modified represent so that it's easier to test inputs with iex.

@jiegillet jiegillet added x:action/improve Improve existing functionality/content x:module/representer Work on Representers x:type/coding Write code that is not student-facing content (e.g. test-runners, generators, but not exercises) x:size/large Large amount of work labels Nov 6, 2021
Copy link
Member

@angelikatyborska angelikatyborska left a comment

Choose a reason for hiding this comment

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

Looks good to me!

Two.three()

Five.Six.Seven.nine()
Eight.Seven.nine()
Copy link
Member

Choose a reason for hiding this comment

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

So close to "why is six afraid of seven?" 😁

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Oh no! Is it too late to change the test? lol

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
x:action/improve Improve existing functionality/content x:module/representer Work on Representers x:size/large Large amount of work x:type/coding Write code that is not student-facing content (e.g. test-runners, generators, but not exercises)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add _ to list of special variables Normalize module names with multiple parts
2 participants