Skip to content

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

Merged
merged 3 commits into from
Oct 2, 2024

Conversation

Ansariel
Copy link
Contributor

@nat-goodspeed contains the changes from #2732 and a lot of other fixes suggested by VS

Copy link
Contributor

@marchcat marchcat left a comment

Choose a reason for hiding this comment

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

Thank you!

@Ansariel
Copy link
Contributor Author

Ansariel commented Oct 2, 2024

@marchcat are we waiting for something before this PR can be merged?

@marchcat
Copy link
Contributor

marchcat commented Oct 2, 2024

@Ansariel, it looks good to me. I'm just keeping it open since you mentioned @nat-goodspeed.

@Ansariel
Copy link
Contributor Author

Ansariel commented Oct 2, 2024

@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.

@marchcat marchcat merged commit 4d92e15 into secondlife:develop Oct 2, 2024
12 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Oct 2, 2024
Copy link
Contributor

@nat-goodspeed nat-goodspeed left a 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.

@nat-goodspeed
Copy link
Contributor

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.

@Ansariel Ansariel deleted the develop-llui-cleanup branch October 6, 2024 14:45
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants