Skip to content
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

Small improvements #162

Closed
wants to merge 3 commits into from
Closed

Conversation

tomhukins
Copy link
Contributor

No description provided.

Stop referring the reader to the next sentence.
I don't understand the previous documentation, but having read the code
I've rewritten what I think it was trying to explain.  I hope I'm right.
@@ -946,8 +946,7 @@ sub superclasses {
my $isa = $self->get_or_add_package_symbol('@ISA');

if (@_) {
my @supers = @_;
@{$isa} = @supers;
@{$isa} = @_;
Copy link
Member

Choose a reason for hiding this comment

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

I have to wonder if this code was the way it was because of some weird corner case with @_. Of course, there was no comment there and this isn't causing a test failure, so I'm probably being unnecessarily paranoid.

@tomhukins
Copy link
Contributor Author

This pull request has been open for more than two years. It fixes problems in Moose's documentation. I welcome suggestions for what I might do to get these fixes merged.

@karenetheridge
Copy link
Member

The process is to post a new comment, requesting that a maintainer take a look and merge it or comment on it. There's nothing more magical than that -- no one these days is going through all of the repositories they have merge access to and looking for things; they just need a poke.

Thank you for the reminder, and I will merge it today.

@karenetheridge
Copy link
Member

I omitted the middle commit; the history might be revealing there but it is back in the Class-MOP repository, which I do not have archived.

@tomhukins
Copy link
Contributor Author

Many thanks, @karenetheridge

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants