-
Notifications
You must be signed in to change notification settings - Fork 41
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
Fixed Apache 2.0 redistribution wording. #61
Conversation
Removed dangling use of `; and` after each ordered list item. In the original Apache 2.0 license this reads better but with the inclusion of the No Harm variant, it doesn't read as well. Applied minor cleanup to word wrapping so paragraphs and list items are capped at a column width of 100 characters as done when first submitted.
Sorry for the slow response on this Brooke, we've all been pretty busy lately. Aiming to get through the backlog here later this month |
@bkuhlmann, @chrisjensen, |
Hey Ivan, thanks. I'm not sure I can comment on this except that the commits are hard to read and not atomic. There is a lot going on the code review (i.e. a mix of different ideas being tackled at once). So my first reaction is to slim this down and make it simpler to parse. That said, the dropping of the semi-colons is nice. I'll defer the rest of this to Chris as I was under the impression this project was dead and have moved on to using the Hippocratic License, myself, so was surprised to see new activity pop up here. |
I'm surprised too. I'll look into that type of commit format. The PR I'm working on has a few comments on status updates to help see what's going on. I'm using my editor to push commits, and it's limited to 50 characters on the commit message anyways. |
I see what you mean. It is a small change to the end result (the |
Yeah, so there is a flow to reading code reviews and you generally don't want to mix multiple ideas/topics at once. It's hard on the reviewers but also hard on the author to get accepted. You only want to tell a complete, well architected, story. Then the review is better for all involved. 😉 Anyway, I can't review this code since I'm not the author. I would have to defer to Chris since my original code review only wanted to address the semicolon problem. What's in your code review is beyond the scope of my original intent. |
I understand. I think @tommaitland is taking over right now. :)
On Friday, August 5, 2022 at 01:34:09 PM CDT, Brooke Kuhlmann ***@***.***> wrote:
Yeah, so there is a flow to reading code reviews and you generally don't want to mix multiple ideas/topics at once. It's hard on the reviewers but also hard on the author to get accepted. You only want to tell a complete, well architected, story. Then the review is better for all involved. 😉
Anyway, I can't review this code since I'm not the author. I would have to defer to Chris since my original code review only wanted to address the semicolon problem. What's in your code review is beyond the scope of my original intent.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
@bkuhlmann, I am starting to see why you closed this PR. @realpixelcode and I marked our respective PRs (#80 and #79) as stale, and I decided to close mine today :(. I've actually been monitoring the issue tracker and had to sound the alarm about a few weeks ago (#83); I am pretty much the only one providing assistance on the |
@IRod22 I've reviewed @realpixelcode's PR and added a comment on yours. The repository isn't dead, but it also doesn't need to move quickly – we're just spending what time on it when we can. |
Got it, sorry. |
Overview
Removed dangling use of
; and
after each ordered list item. In theoriginal Apache 2.0 license this reads better but with the inclusion of
the No Harm variant, it doesn't read as well.
Applied minor cleanup to word wrapping so paragraphs and list items are
capped at a column width of 100 characters as done when first
submitted.
Proposed Resolution
Resolution is included in this commit. Only minor formatting applied.