-
Notifications
You must be signed in to change notification settings - Fork 64
Clean up LLUI and fix/add suggestions from VS #2746
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
Conversation
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!
…evelop-llui-cleanup
@marchcat are we waiting for something before this PR can be merged? |
@Ansariel, it looks good to me. I'm just keeping it open since you mentioned @nat-goodspeed. |
I just mentioned Nat because it contains the cleanup changes from #2732 which otherwise would have gotten lost. |
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.
Thanks, Ansariel. I confirm that I observe the changes from #2732 here.
I appreciate all the method annotations! Especially those that affect a whole inheritance tree.
I'm rather surprised at all the unused/deleted methods. One that caught my eye is LLNotificationForm::fromLLSD()
. I gather that method definition was previously deleted, which hasn't mattered since there are no existing callers.
Since we have a conversion from Lua data to LLSD
, if that fromLLSD()
method still existed, a Lua script could conceivably create a new notification. That's an interesting idea; no idea if it has any actual use cases. I guess it's moot though.
To my surprise, I can't find a changeset that deletes that method - maybe it was never written?! Or it was deleted before we cut over to Subversion or something. |
@nat-goodspeed contains the changes from #2732 and a lot of other fixes suggested by VS