-
Notifications
You must be signed in to change notification settings - Fork 91
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
Support lune scripts as directories with init.lua(u)
files in them
#119
Conversation
f159708
to
60098d5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the PR! In the future we can probably find a better solution than the long or_else
chain but for now extending it works fine. I left a single comment to check out.
What exactly could an alternative to it be? It doesn't feel very correct, imo. |
Looking a bit closer at this, I don't think we actually need to lengthen the |
Oh that's great, hadn't noticed that! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thank you for the PR!
Title is pretty self-explanatory (one of the simplest PRs I've ever made honestly). Let me know if I missed anything, not too familiar with the discovery side of the lune codebase.
Closes #98.