Microsoft product manager Leah Tran focuses on a new (18.7) feature of Visual Studio that allows developers to do a number of things with pull requests, review features in particular. This expands on the ide's capacity to handle source control from a single tool, as opposed to context switching through a variety of tools.

"Review pull requests without leaving Visual Studio"

https://devblogs.microsoft.com/visualstudio/review-pull-requests-without-leaving-visual-studio/

#visualstudio #sourcecontrol #git #pullrequests #gui #devops

From the Visual Studio blog...

In case you missed it earlier...

Review pull requests without leaving Visual Studio
https://devblogs.microsoft.com/visualstudio/review-pull-requests-without-leaving-visual-studio/ #Git #Productivity #VisualStudio #GitIntegration #PullRequests

🚨 Breaking news! #GitHub experiences the most thrilling of all tech catastrophes: a status page incident! 📉 Because nothing screams "exciting tech content" like subscribing to updates on pull requests and API requests gone awry. 🙄
https://www.githubstatus.com/incidents/xy1tt3hs572m #Incident #TechNews #StatusPage #APIUpdates #PullRequests #HackerNews #ngated
Incident with Pull Requests, Issues, Git Operations and API Requests

GitHub's Status Page - Incident with Pull Requests, Issues, Git Operations and API Requests.

Incident with Pull Requests, Issues, Git Operations and API Requests

GitHub's Status Page - Incident with Pull Requests, Issues, Git Operations and API Requests.

Automatically getting API difference diagrams in your .NET PRs | by Morten Nielsen

https://xaml.dev/post/automatically-getting-api-difference-diagrams-in-your-net-prs

#dotnet #csharp #apis #github #pullrequests

dotMorten | Automatically getting API difference diagrams in your .NET PRs

dotMorten - .NET Ramblings, XAML hacking and some GIS endeavors - A while back I built a tool that could analyze .NET Source Files as well as assemblies, and generate

Getting a bit sick of fielding LLM PRs. I understand why many projects have a no-LLM policy. I'm generally fine getting good PRs, LLM-aided or not, but the poor ones are just complete wastes of time. They all read the same, good or not, so I have to spend quite a bit of time sussing through it to determine which ones are useless or not. They're all "bug fixes" or "security improvements".

No, it does not make sense for an CLI argument parsing library to scan through argv to make sure it doesn't contain null pointers. That's ridiculous. No, it does not make sense for a CLI argument parsing library to defend against an input argument size overflowing size_t. When the fuck would that ever happen?

The PRs that actually fix a missed fallthrough causing undefined behavior look exactly the same as the ones that defend against somebody passing a 4GiB string as a CLI argument. They all have descriptions full of nothing but fluff, they all add much more code than they remove, they all bloat the code with more abstractions and indirections, and they all take way longer to review than the equivalent human-written code.

I'm even not against getting LLM contributions, but I'm getting sick of the fucking spam, and I'm losing patience with figuring out the difference between the two.

#LLM #LLMs #LLMSlop #AI #Spam #Code #Programming #PR #PullRequests #PullRequest

🎮🤖 Apparently, PS3 emulator devs are drowning in AI-generated pull requests from wannabe vibecoders who think #debugging is a new TikTok dance. It seems the real "game" is getting human contributors who know that 'AI slop' isn't the latest fast-food trend. 🍔💻
https://kotaku.com/playstation-3-emulator-devs-politely-ask-that-people-stop-flooding-it-with-ai-code-pull-requests-2000694656 #PS3Emulator #AIgenerated #PullRequests #GameDevelopment #HackerNews #ngated
Automate your PRs for seamless branch updates! Discover how to streamline code merges using GitHub Actions & Azure DevOps. https://www.funkysi1701.com/posts/2024/automatic-pull-requests/ #AzureDevOps #PullRequests #Automation #PowerShell #CI/CD #DevOps
Automatic Pull Requests

Creating pull requests is part of the development process when working with version control systems like Git. Pull requests allow developers to propose…

Funky Si's Blog
On commenting and approving pull requests

After reviewing a lot of pull requests, I’ve settled on a simple default: if my comments are all nitpicks, suggestions, questions, or non-blocking issues, I leave them and approve the PR at the same time.

Jake Worth