-
-
Notifications
You must be signed in to change notification settings - Fork 185
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
Move GoodSignal from Service.lua
to its own file
#1244
Conversation
Lacks the additional backwards compatibility that was setup with the in-Service version, will review with changes later today when I get time |
Indeed |
I did a diffcheck and the only changes were the removals of |
This was due to GoodSignal being the replacement of the old wrapped BindableEvents. They had those methods existing so I didn't want to break existing events someone might have/use. |
But wouldn't removal exactly break said existing events? This pull doesn't remove anything but the one in |
I modified GoodSignal with additional methods as wrapped BindableEvents were removed from the Events system. I am not sure how this is confusing? |
So do I remove the added methods? |
Added reviewed changes to ensure backwards compatibility with the events system this was replacing. |
I merged the suggestions now. I somehow thought that the additions were actually in the vanilla GoodSignal and were removed in Adonis for compatibility but apparently it was the other way around. Anyways it's fixed now. |
Very cool |
Move GoodSignal from
Service.lua
to its own file and add license to comply with law