Closed calebfoss closed 6 months ago
I tried a rebase and merge, let me know if it worked!
Alas it did not. Thanks for trying! I think someone with access to the main branch is going to need to rebase to fix this. I don't think I will be able to take care of it on my end.
The history is already in the trunk so it can't be readded, even locally, except if we do a force push that may cause other problems with the history. I've not really seen this done before in general so I don't really know how to effectively merge two unrelated repo.
Hi @limzykenneth! I want to be mindful of tone here. My goal is to set a tone that is respectful, compassionate toward your position, and firm on the importance of attribution.
I want to recount the order of events from my POV to help contextualize my position:
To be clear, I know you care about p5 contributors, and I certainly do not think you are trying to plagiarize. I think this was an honest mistake in the middle of a super complex project with a lot of moving parts, and I certainly relate! Sometimes mistakes on the main branch happen, and while a force push is not ideal, I would argue that on a community-driven open source project, removing attribution on years on contributions without permission from contributors is worse. While I would still strongly encourage you to restore the history, I think the next best think would be for you to manually add all the contributors to each example in the MDX and then render that data on the website, as I suggested in the email I mentioned above.
(edited to include link to your commit) (edited again to correct link to the note in the examples project readme)
Sorry if I have to come across as a bit blunt and I know it is not your intention but I really don't appreciate repeated veiled accusation of intentional erasure of you and other example author's efforts here by me.
I have made it clear multiple times in the email and here that I do not know how to merge two repos of different histories together, and despite that I have given suggestions on how may be done. I don't think it is fair that merging two repo with different histories being a difficult thing to do is attributable to me wanting to erase someone else's contributions. I really find that accusation rather upsetting. By the time I have got around to your email reply in 6, you have already filed the previous PR to restore the history and if that had successfully restore the commit history, it would have superceded the need to manually add contributors to the files (if that is still required, we'd happily take PR or do it ourselves if needed).
Specifically to quote from my reply email
In addition, for examples you have authored, you can directly include attribution to it in the example itself such as this one: https://p5js.org/examples/simulate-snowflakes.html. I personally think this provides more visibility and value on the authorship of the example than having it nested deep in git history.
If you’d like to action any of the above, let us know or feel free to file a PR directly against the library repo as necessary
Force pushing the repo risk erasing the commit history of other contributors, if I can't ensure that won't happen, there is little point to add attribution to some contributors while erasing others.
I am so sorry for upsetting you, @limzykenneth. I want to emphasize that I was being honest and sincere when I wrote this:
To be clear, I know you care about p5 contributors, and I certainly do not think you are trying to plagiarize. I think this was an honest mistake in the middle of a super complex project with a lot of moving parts, and I certainly relate!
I am sorry that my communication had the impact of an unintended accusation. My goal has always been to restore attribution, and I put a lot of time and effort into the PR attempting to (unfortunately unsuccessfully) remedy the issue, taking your suggestions into account.
By the time I have got around to your email reply in 6, you have already filed the previous PR to restore the history and if that had successfully restore the commit history, it would have superceded the need to manually add contributors to the files (if that is still required, we'd happily take PR or do it ourselves if needed).
That makes sense! In reference to the part of your email that you quoted, I would note that I am advocating for attribution for everyone who worked on these examples, not just me, so I'm glad to hear you are on board with adding the contributors in the MDX.
Force pushing the repo risk erasing the commit history of other contributors, if I can't ensure that won't happen, there is little point to add attribution to some contributors while erasing others.
I had no idea! That makes sense to be cautious of that risk. It sounds like I was speaking from a place of ignorance, and I apologize.
As long as you plan to restore attribution in the codebase in one way or another before the new site goes public, I am happy to trust you with that and drop out of the conversation.
I am very sorry for upsetting you. You do great work, and I appreciate what you do!
Thank you all for your input. We will test different options to solve this and get back to @calebfoss this week. Just to confirm, @calebfoss, will you be open to take the task on adding the author and reviewer info in the MDX file for each example if we decide to do so? I'm not sure if I have the best knowledge on who worked on each example, but I can support the process of adding the info.
@Qianqianye thank you! I have the version of this repo locally that does have the history matched up with the example files, so accessing the information would be straightforward. I think transcribing the authors to the MDX for each example may be a bit time consuming (I'm estimating couple hours). Would you be open to compensating that work?
No worries if not! I remembered that you can also see the correct history on this repo! To do that, open this commit, navigate to each of the code files, and open the Blame panel. For example, here is the blame for the snowflakes example.
I hope you are able to fix the history issue! If you do not, you can amend @limzykenneth's commit with attribution using the co-authored-by convention. Here's documentation on that. I didn't follow that syntax when crediting @Malayvasa, so I would love to fix that on my commit as well.
Thanks @calebfoss. I followed up with you in an email. More soon!
Got it! Since you are not anticipating adding the attribution until after the site goes public and especially since several of the contributors on the examples were not part of the STF project (and I assume will not be included in that post), I opened #412 to add a placeholder in the meantime with a link to the blame for each file.
@davepagurek I realized I can open this PR to revert the revert. Is it possible to try the merge and rebase option with this?