-
Notifications
You must be signed in to change notification settings - Fork 3
Lune v10 #25
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
base: main
Are you sure you want to change the base?
Lune v10 #25
Conversation
Fix require mode + sync upstream
Fix require mode sync
fix pesde install + optimize darklua.process calls
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.
This file seems unnecessary, as it seems to be used only for the AsPath type. You just need to rebuild AsPath.
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.
Not quite sure I get what you mean?
I guess I could export only the AsPathType from the module but I don't really see a reason not to export the other types (I can't remove them if that's what you mean as they are used inside the AsPathType).
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.
Oh, sorry! I misread. I didn't realize building AsPath would be so much work.. I think we need to expose some kind of function that checks if it's AsPath in pathfs.
Closes #15